google-apis-drive_v3 0.30.0 → 0.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +129 -0
- data/OVERVIEW.md +5 -5
- data/lib/google/apis/drive_v3/classes.rb +1117 -470
- data/lib/google/apis/drive_v3/gem_version.rb +3 -3
- data/lib/google/apis/drive_v3/representations.rb +191 -0
- data/lib/google/apis/drive_v3/service.rb +716 -438
- data/lib/google/apis/drive_v3.rb +9 -4
- metadata +11 -11
data/lib/google/apis/drive_v3.rb
CHANGED
@@ -19,14 +19,13 @@ require 'google/apis/drive_v3/gem_version.rb'
|
|
19
19
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
|
-
# Drive API
|
22
|
+
# Google Drive API
|
23
23
|
#
|
24
|
-
#
|
25
|
-
# changes, and updating sharing permissions.
|
24
|
+
# The Google Drive API allows clients to access resources from Google Drive.
|
26
25
|
#
|
27
26
|
# @see https://developers.google.com/drive/
|
28
27
|
module DriveV3
|
29
|
-
# Version of the Drive API this client connects to.
|
28
|
+
# Version of the Google Drive API this client connects to.
|
30
29
|
# This is NOT the gem version.
|
31
30
|
VERSION = 'V3'
|
32
31
|
|
@@ -36,9 +35,15 @@ module Google
|
|
36
35
|
# See, create, and delete its own configuration data in your Google Drive
|
37
36
|
AUTH_DRIVE_APPDATA = 'https://www.googleapis.com/auth/drive.appdata'
|
38
37
|
|
38
|
+
# View your Google Drive apps
|
39
|
+
AUTH_DRIVE_APPS_READONLY = 'https://www.googleapis.com/auth/drive.apps.readonly'
|
40
|
+
|
39
41
|
# See, edit, create, and delete only the specific Google Drive files you use with this app
|
40
42
|
AUTH_DRIVE_FILE = 'https://www.googleapis.com/auth/drive.file'
|
41
43
|
|
44
|
+
# See and download your Google Drive files that were created or edited by Google Meet.
|
45
|
+
AUTH_DRIVE_MEET_READONLY = 'https://www.googleapis.com/auth/drive.meet.readonly'
|
46
|
+
|
42
47
|
# View and manage metadata of files in your Google Drive
|
43
48
|
AUTH_DRIVE_METADATA = 'https://www.googleapis.com/auth/drive.metadata'
|
44
49
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-drive_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.61.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,17 +26,17 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
33
|
-
description: This is the simple REST client for Drive API V3. Simple REST clients
|
33
|
+
description: This is the simple REST client for Google Drive API V3. Simple REST clients
|
34
34
|
are Ruby client libraries that provide access to Google services via their HTTP
|
35
35
|
REST API endpoints. These libraries are generated and updated automatically based
|
36
36
|
on the discovery documents published by the service, and they handle most concerns
|
37
37
|
such as authentication, pagination, retry, timeouts, and logging. You can use this
|
38
|
-
client to access the Drive API, but note that some services may provide a
|
39
|
-
modern client that is easier to use.
|
38
|
+
client to access the Google Drive API, but note that some services may provide a
|
39
|
+
separate modern client that is easier to use.
|
40
40
|
email: googleapis-packages@google.com
|
41
41
|
executables: []
|
42
42
|
extensions: []
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.61.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -68,15 +68,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
|
-
summary: Simple REST client for Drive API V3
|
81
|
+
summary: Simple REST client for Google Drive API V3
|
82
82
|
test_files: []
|