docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/drive_v2.revisions.html b/docs/dyn/drive_v2.revisions.html
index 4b2f5d7..644eaf6 100644
--- a/docs/dyn/drive_v2.revisions.html
+++ b/docs/dyn/drive_v2.revisions.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(fileId, revisionId)</a></code></p>
<p class="firstline">Gets a specific revision.</p>
<p class="toc_element">
- <code><a href="#list">list(fileId, pageToken=None, maxResults=None)</a></code></p>
+ <code><a href="#list">list(fileId, maxResults=None, pageToken=None)</a></code></p>
<p class="firstline">Lists a file's revisions.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -95,7 +95,7 @@
<h3>Method Details</h3>
<div class="method">
<code class="details" id="delete">delete(fileId, revisionId)</code>
- <pre>Permanently deletes a file version. You can only delete revisions for files with binary content, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.
+ <pre>Permanently deletes a file version. You can only delete revisions for files with binary content, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.
Args:
fileId: string, The ID of the file. (required)
@@ -115,88 +115,88 @@
An object of the form:
{ # A revision of a file.
- "mimeType": "A String", # The MIME type of the revision.
- "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
- "kind": "drive#revision", # This is always drive#revision.
- "publishedLink": "A String", # A link to the published revision.
- "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
- "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
- },
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
+ "downloadUrl": "A String",
+ "etag": "A String", # The ETag of the revision.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
+ "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+ "id": "A String", # The ID of the revision.
+ "kind": "drive#revision", # This is always drive#revision.
+ "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
- "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
- "downloadUrl": "A String",
- "selfLink": "A String", # A link back to this revision.
- "etag": "A String", # The ETag of the revision.
- "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
- "exportLinks": { # Links for exporting Google Docs to specific formats.
- "a_key": "A String", # A mapping from export format to URL
- },
- "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
- "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
- "id": "A String", # The ID of the revision.
- "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
- "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
- }</pre>
+ },
+ "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+ "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+ "mimeType": "A String", # The MIME type of the revision.
+ "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+ "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+ "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
+ "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
+ "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
+ "publishedLink": "A String", # A link to the published revision.
+ "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
+ "selfLink": "A String", # A link back to this revision.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(fileId, pageToken=None, maxResults=None)</code>
- <pre>Lists a file's revisions.
+ <code class="details" id="list">list(fileId, maxResults=None, pageToken=None)</code>
+ <pre>Lists a file's revisions.
Args:
fileId: string, The ID of the file. (required)
- pageToken: string, Page token for revisions. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
maxResults: integer, Maximum number of revisions to return.
+ pageToken: string, Page token for revisions. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
Returns:
An object of the form:
{ # A list of revisions of a file.
- "nextPageToken": "A String", # The page token for the next page of revisions. This field will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded and pagination should be restarted from the first page of results.
- "items": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
+ "etag": "A String", # The ETag of the list.
+ "items": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
{ # A revision of a file.
- "mimeType": "A String", # The MIME type of the revision.
- "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
- "kind": "drive#revision", # This is always drive#revision.
- "publishedLink": "A String", # A link to the published revision.
- "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
- "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
- },
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
- },
- "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
- "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
- "downloadUrl": "A String",
- "selfLink": "A String", # A link back to this revision.
- "etag": "A String", # The ETag of the revision.
- "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
- "exportLinks": { # Links for exporting Google Docs to specific formats.
- "a_key": "A String", # A mapping from export format to URL
- },
- "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
- "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
- "id": "A String", # The ID of the revision.
- "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
- "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+ "downloadUrl": "A String",
+ "etag": "A String", # The ETag of the revision.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
},
+ "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+ "id": "A String", # The ID of the revision.
+ "kind": "drive#revision", # This is always drive#revision.
+ "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
+ },
+ },
+ "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+ "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+ "mimeType": "A String", # The MIME type of the revision.
+ "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+ "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+ "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
+ "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
+ "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
+ "publishedLink": "A String", # A link to the published revision.
+ "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
+ "selfLink": "A String", # A link back to this revision.
+ },
],
- "kind": "drive#revisionList", # This is always drive#revisionList.
- "etag": "A String", # The ETag of the list.
- "selfLink": "A String", # A link back to this list.
+ "kind": "drive#revisionList", # This is always drive#revisionList.
+ "nextPageToken": "A String", # The page token for the next page of revisions. This field will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded and pagination should be restarted from the first page of results.
+ "selfLink": "A String", # A link back to this list.
}</pre>
</div>
@@ -209,7 +209,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
@@ -225,72 +225,72 @@
The object takes the form of:
{ # A revision of a file.
- "mimeType": "A String", # The MIME type of the revision.
- "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
- "kind": "drive#revision", # This is always drive#revision.
- "publishedLink": "A String", # A link to the published revision.
- "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
- "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
- },
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
+ "downloadUrl": "A String",
+ "etag": "A String", # The ETag of the revision.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
+ "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+ "id": "A String", # The ID of the revision.
+ "kind": "drive#revision", # This is always drive#revision.
+ "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
- "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
- "downloadUrl": "A String",
- "selfLink": "A String", # A link back to this revision.
- "etag": "A String", # The ETag of the revision.
- "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
- "exportLinks": { # Links for exporting Google Docs to specific formats.
- "a_key": "A String", # A mapping from export format to URL
- },
- "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
- "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
- "id": "A String", # The ID of the revision.
- "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
- "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
- }
+ },
+ "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+ "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+ "mimeType": "A String", # The MIME type of the revision.
+ "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+ "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+ "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
+ "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
+ "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
+ "publishedLink": "A String", # A link to the published revision.
+ "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
+ "selfLink": "A String", # A link back to this revision.
+}
Returns:
An object of the form:
{ # A revision of a file.
- "mimeType": "A String", # The MIME type of the revision.
- "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
- "kind": "drive#revision", # This is always drive#revision.
- "publishedLink": "A String", # A link to the published revision.
- "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
- "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
- },
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
+ "downloadUrl": "A String",
+ "etag": "A String", # The ETag of the revision.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
+ "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+ "id": "A String", # The ID of the revision.
+ "kind": "drive#revision", # This is always drive#revision.
+ "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
- "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
- "downloadUrl": "A String",
- "selfLink": "A String", # A link back to this revision.
- "etag": "A String", # The ETag of the revision.
- "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
- "exportLinks": { # Links for exporting Google Docs to specific formats.
- "a_key": "A String", # A mapping from export format to URL
- },
- "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
- "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
- "id": "A String", # The ID of the revision.
- "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
- "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
- }</pre>
+ },
+ "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+ "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+ "mimeType": "A String", # The MIME type of the revision.
+ "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+ "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+ "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
+ "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
+ "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
+ "publishedLink": "A String", # A link to the published revision.
+ "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
+ "selfLink": "A String", # A link back to this revision.
+ }</pre>
</div>
<div class="method">
@@ -304,72 +304,72 @@
The object takes the form of:
{ # A revision of a file.
- "mimeType": "A String", # The MIME type of the revision.
- "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
- "kind": "drive#revision", # This is always drive#revision.
- "publishedLink": "A String", # A link to the published revision.
- "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
- "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
- },
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
+ "downloadUrl": "A String",
+ "etag": "A String", # The ETag of the revision.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
+ "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+ "id": "A String", # The ID of the revision.
+ "kind": "drive#revision", # This is always drive#revision.
+ "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
- "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
- "downloadUrl": "A String",
- "selfLink": "A String", # A link back to this revision.
- "etag": "A String", # The ETag of the revision.
- "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
- "exportLinks": { # Links for exporting Google Docs to specific formats.
- "a_key": "A String", # A mapping from export format to URL
- },
- "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
- "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
- "id": "A String", # The ID of the revision.
- "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
- "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
- }
+ },
+ "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+ "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+ "mimeType": "A String", # The MIME type of the revision.
+ "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+ "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+ "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
+ "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
+ "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
+ "publishedLink": "A String", # A link to the published revision.
+ "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
+ "selfLink": "A String", # A link back to this revision.
+}
Returns:
An object of the form:
{ # A revision of a file.
- "mimeType": "A String", # The MIME type of the revision.
- "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
- "kind": "drive#revision", # This is always drive#revision.
- "publishedLink": "A String", # A link to the published revision.
- "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
- "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
- "picture": { # The user's profile picture.
- "url": "A String", # A URL that points to a profile picture of this user.
- },
- "kind": "drive#user", # This is always drive#user.
- "displayName": "A String", # A plain text displayable name for this user.
- "permissionId": "A String", # The user's ID as visible in the permissions collection.
- "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
- "emailAddress": "A String", # The email address of the user.
+ "downloadUrl": "A String",
+ "etag": "A String", # The ETag of the revision.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
+ "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+ "id": "A String", # The ID of the revision.
+ "kind": "drive#revision", # This is always drive#revision.
+ "lastModifyingUser": { # Information about a Drive user. # The last user to modify this revision.
+ "displayName": "A String", # A plain text displayable name for this user.
+ "emailAddress": "A String", # The email address of the user.
+ "isAuthenticatedUser": True or False, # Whether this user is the same as the authenticated user for whom the request was made.
+ "kind": "drive#user", # This is always drive#user.
+ "permissionId": "A String", # The user's ID as visible in the permissions collection.
+ "picture": { # The user's profile picture.
+ "url": "A String", # A URL that points to a profile picture of this user.
},
- "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
- "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
- "downloadUrl": "A String",
- "selfLink": "A String", # A link back to this revision.
- "etag": "A String", # The ETag of the revision.
- "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
- "exportLinks": { # Links for exporting Google Docs to specific formats.
- "a_key": "A String", # A mapping from export format to URL
- },
- "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
- "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
- "id": "A String", # The ID of the revision.
- "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
- "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
- }</pre>
+ },
+ "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+ "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+ "mimeType": "A String", # The MIME type of the revision.
+ "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+ "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+ "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs. Revisions can also be pinned when they are created through the drive.files.insert/update/copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additional storage quota, up to a maximum of 200 revisions.
+ "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only populated and can only be modified for Google Docs.
+ "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Google Docs.
+ "publishedLink": "A String", # A link to the published revision.
+ "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Google Docs.
+ "selfLink": "A String", # A link back to this revision.
+ }</pre>
</div>
</body></html>
\ No newline at end of file