google-apis-drive_v3 0.86.0 → 0.87.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 +4 -0
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b45449457ea915f49834aa462c182a49c1cbbf98954ec5a6744ba5f3752a7ea
|
|
4
|
+
data.tar.gz: c0fa5e0c388bf80a66a4d5ae3fc6b00c99c55628caa9fcab2b922becbef5d7eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ee9eac45a713fcadf3960c4a96227888ff8586244d2664baf40267dfcbeeaf3ec68756c3855730efba895a46b154b298b7c0999edb497732e587a48fa648242
|
|
7
|
+
data.tar.gz: afa20a4a1e5b9ac6601831ee178aa8f2fa0d09dcbf9afbabe6ca5ff68ce6e5992acf94638fd8fff829bc17f492177e26af68176e8cd42318a6df78c34d323157
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DriveV3
|
|
18
18
|
# Version of the google-apis-drive_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.87.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260901"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1298,6 +1298,8 @@ module Google
|
|
|
1298
1298
|
# @param [String] file_id
|
|
1299
1299
|
# The ID of the file.
|
|
1300
1300
|
# @param [Google::Apis::DriveV3::File] file_object
|
|
1301
|
+
# @param [Boolean] copy_comments
|
|
1302
|
+
# Whether to copy the comments associated with the file.
|
|
1301
1303
|
# @param [Boolean] enforce_single_parent
|
|
1302
1304
|
# Deprecated: Copying files into multiple folders is no longer supported. Use
|
|
1303
1305
|
# shortcuts instead.
|
|
@@ -1340,13 +1342,14 @@ module Google
|
|
|
1340
1342
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1341
1343
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1342
1344
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1343
|
-
def copy_file(file_id, file_object = nil, enforce_single_parent: nil, ignore_default_visibility: nil, include_labels: nil, include_permissions_for_view: nil, keep_revision_forever: nil, ocr_language: nil, supports_all_drives: nil, supports_team_drives: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1345
|
+
def copy_file(file_id, file_object = nil, copy_comments: nil, enforce_single_parent: nil, ignore_default_visibility: nil, include_labels: nil, include_permissions_for_view: nil, keep_revision_forever: nil, ocr_language: nil, supports_all_drives: nil, supports_team_drives: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1344
1346
|
command = make_simple_command(:post, 'files/{fileId}/copy', options)
|
|
1345
1347
|
command.request_representation = Google::Apis::DriveV3::File::Representation
|
|
1346
1348
|
command.request_object = file_object
|
|
1347
1349
|
command.response_representation = Google::Apis::DriveV3::File::Representation
|
|
1348
1350
|
command.response_class = Google::Apis::DriveV3::File
|
|
1349
1351
|
command.params['fileId'] = file_id unless file_id.nil?
|
|
1352
|
+
command.query['copyComments'] = copy_comments unless copy_comments.nil?
|
|
1350
1353
|
command.query['enforceSingleParent'] = enforce_single_parent unless enforce_single_parent.nil?
|
|
1351
1354
|
command.query['ignoreDefaultVisibility'] = ignore_default_visibility unless ignore_default_visibility.nil?
|
|
1352
1355
|
command.query['includeLabels'] = include_labels unless include_labels.nil?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.87.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.87.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|