Refresh docs
diff --git a/docs/dyn/drive_v2.changes.html b/docs/dyn/drive_v2.changes.html
index 505e7af..f069e26 100644
--- a/docs/dyn/drive_v2.changes.html
+++ b/docs/dyn/drive_v2.changes.html
@@ -83,6 +83,9 @@
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+ <code><a href="#watch">watch(body, includeSubscribed=None, includeDeleted=None, pageToken=None, maxResults=None, startChangeId=None)</a></code></p>
+<p class="firstline">Subscribe to changes for a user.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="get">get(changeId)</code>
@@ -99,6 +102,8 @@
"deleted": True or False, # Whether the file has been deleted.
"file": { # The metadata for a file. # The updated state of the file. Present if the file has not been deleted.
"mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
+ "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+ "appDataContents": True or False, # Whether this file is in the appdata folder.
"thumbnailLink": "A String", # A link to the file's thumbnail.
"labels": { # A group of labels for the file.
"restricted": True or False, # Whether viewers are prevented from downloading this file.
@@ -111,7 +116,6 @@
"text": "A String", # The text to be indexed for this file.
},
"explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. This will only be populated if the file is trashed.
- "etag": "A String", # ETag of the file.
"lastModifyingUserName": "A String", # Name of the last user to modify this file.
"writersCanShare": True or False, # Whether writers can share the document with other users.
"owners": [ # The owner(s) of this file.
@@ -135,13 +139,13 @@
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in the permissions collection.
},
- "title": "A String", # The title of this file.
+ "copyable": True or False, # Whether the file can be copied by the current user.
"ownerNames": [ # Name(s) of the owner(s) of this file.
"A String",
],
"sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
"webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
- "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+ "etag": "A String", # ETag of the file.
"parents": [ # Collection of parent folders which contain this file.
# Setting this field will put the file in all of the provided folders. On insert, if no folders are provided, the file will be placed in the default root folder.
{ # A reference to a file's parent.
@@ -160,16 +164,9 @@
"mimeType": "A String", # The MIME type of the thumbnail.
"image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image.
},
- "originalFilename": "A String", # The original filename if the file was uploaded manually, or the original title if the file was inserted through the API. Note that renames of the title will not change the original filename. This will only be populated on files with content stored in Drive.
- "description": "A String", # A short description of the file.
- "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
- "editable": True or False, # Whether the file can be edited by the current user.
- "kind": "drive#file", # The type of file. This is always drive#file.
- "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
- "fileSize": "A String", # The size of the file in bytes. This is only populated for files with content stored in Drive.
- "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
- "md5Checksum": "A String", # An MD5 checksum for the content of this file. This is populated only for files with content stored in Drive.
- "iconLink": "A String", # A link to the file's icon.
+ "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+ "a_key": "A String",
+ },
"imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
"exposureBias": 3.14, # The exposure bias of the photo (APEX value).
"exposureTime": 3.14, # The length of the exposure, in seconds.
@@ -197,23 +194,46 @@
"whiteBalance": "A String", # The white balance mode used to create the photo.
"cameraModel": "A String", # The model of the camera used to create the photo.
},
+ "description": "A String", # A short description of the file.
+ "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+ "editable": True or False, # Whether the file can be edited by the current user.
+ "kind": "drive#file", # The type of file. This is always drive#file.
+ "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+ "fileSize": "A String", # The size of the file in bytes. This is only populated for files with content stored in Drive.
+ "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+ "properties": [ # The list of properties.
+ { # A key-value pair that is either public or private to an application.
+ "kind": "drive#property", # This is always drive#property.
+ "value": "A String", # The value of this property.
+ "etag": "A String", # ETag of the property.
+ "visibility": "A String", # The visibility of this property.
+ "key": "A String", # The key of this property.
+ "selfLink": "A String", # The link back to this property.
+ },
+ ],
+ "md5Checksum": "A String", # An MD5 checksum for the content of this file. This is populated only for files with content stored in Drive.
+ "iconLink": "A String", # A link to the file's icon.
+ "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
"embedLink": "A String", # A link for embedding the file.
"alternateLink": "A String", # A link for opening the file in using a relevant Google editor or viewer.
+ "title": "A String", # The title of this file.
"modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
"downloadUrl": "A String", # Short lived download URL for the file. This is only populated for files with content stored in Drive.
"userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
"withLink": True or False, # Whether the link is required for this permission.
- "kind": "drive#permission", # This is always drive#permission.
+ "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is populated when the permission type is "user", "group" or "domain".
"name": "A String", # The name for this permission.
- "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+ "kind": "drive#permission", # This is always drive#permission.
+ "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses.
"id": "A String", # The ID of the permission.
"authKey": "A String", # The authkey parameter required for this permission.
"etag": "A String", # The ETag of the permission.
+ "emailAddress": "A String", # The email address of the user this permission refers to. This is an output-only field which is populated when the permission type is "user" and the given user's Google+ profile privacy settings allow exposing their email address.
+ "photoLink": "A String", # A link to the profile photo, if available.
"role": "A String", # The primary role for this user. Allowed values are:
# - owner
# - reader
# - writer
- "photoLink": "A String", # A link to the profile photo, if available.
"type": "A String", # The account type. Allowed values are:
# - user
# - group
@@ -224,10 +244,13 @@
],
"selfLink": "A String", # A link back to this permission.
},
+ "originalFilename": "A String", # The original filename if the file was uploaded manually, or the original title if the file was inserted through the API. Note that renames of the title will not change the original filename. This will only be populated on files with content stored in Drive.
"fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it in the title when creating the file. This is only populated for files with content stored in Drive.
+ "headRevisionId": "A String", # The ID of the file's head revision. This will only be populated for files with content stored in Drive.
"selfLink": "A String", # A link back to this file.
"modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
},
+ "modificationDate": "A String", # The time of this modification.
"id": "A String", # The ID of the change.
"selfLink": "A String", # A link back to this change.
"fileId": "A String", # The ID of the file associated with this change.
@@ -257,6 +280,8 @@
"deleted": True or False, # Whether the file has been deleted.
"file": { # The metadata for a file. # The updated state of the file. Present if the file has not been deleted.
"mimeType": "A String", # The MIME type of the file. This is only mutable on update when uploading new content. This field can be left blank, and the mimetype will be determined from the uploaded content's MIME type.
+ "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+ "appDataContents": True or False, # Whether this file is in the appdata folder.
"thumbnailLink": "A String", # A link to the file's thumbnail.
"labels": { # A group of labels for the file.
"restricted": True or False, # Whether viewers are prevented from downloading this file.
@@ -269,7 +294,6 @@
"text": "A String", # The text to be indexed for this file.
},
"explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. This will only be populated if the file is trashed.
- "etag": "A String", # ETag of the file.
"lastModifyingUserName": "A String", # Name of the last user to modify this file.
"writersCanShare": True or False, # Whether writers can share the document with other users.
"owners": [ # The owner(s) of this file.
@@ -293,13 +317,13 @@
"displayName": "A String", # A plain text displayable name for this user.
"permissionId": "A String", # The user's ID as visible in the permissions collection.
},
- "title": "A String", # The title of this file.
+ "copyable": True or False, # Whether the file can be copied by the current user.
"ownerNames": [ # Name(s) of the owner(s) of this file.
"A String",
],
"sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
"webViewLink": "A String", # A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
- "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+ "etag": "A String", # ETag of the file.
"parents": [ # Collection of parent folders which contain this file.
# Setting this field will put the file in all of the provided folders. On insert, if no folders are provided, the file will be placed in the default root folder.
{ # A reference to a file's parent.
@@ -318,16 +342,9 @@
"mimeType": "A String", # The MIME type of the thumbnail.
"image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image.
},
- "originalFilename": "A String", # The original filename if the file was uploaded manually, or the original title if the file was inserted through the API. Note that renames of the title will not change the original filename. This will only be populated on files with content stored in Drive.
- "description": "A String", # A short description of the file.
- "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
- "editable": True or False, # Whether the file can be edited by the current user.
- "kind": "drive#file", # The type of file. This is always drive#file.
- "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
- "fileSize": "A String", # The size of the file in bytes. This is only populated for files with content stored in Drive.
- "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
- "md5Checksum": "A String", # An MD5 checksum for the content of this file. This is populated only for files with content stored in Drive.
- "iconLink": "A String", # A link to the file's icon.
+ "openWithLinks": { # A map of the id of each of the user's apps to a link to open this file with that app. Only populated when the drive.apps.readonly scope is used.
+ "a_key": "A String",
+ },
"imageMediaMetadata": { # Metadata about image media. This will only be present for image types, and its contents will depend on what can be parsed from the image content.
"exposureBias": 3.14, # The exposure bias of the photo (APEX value).
"exposureTime": 3.14, # The length of the exposure, in seconds.
@@ -355,23 +372,46 @@
"whiteBalance": "A String", # The white balance mode used to create the photo.
"cameraModel": "A String", # The model of the camera used to create the photo.
},
+ "description": "A String", # A short description of the file.
+ "webContentLink": "A String", # A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.
+ "editable": True or False, # Whether the file can be edited by the current user.
+ "kind": "drive#file", # The type of file. This is always drive#file.
+ "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+ "fileSize": "A String", # The size of the file in bytes. This is only populated for files with content stored in Drive.
+ "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+ "properties": [ # The list of properties.
+ { # A key-value pair that is either public or private to an application.
+ "kind": "drive#property", # This is always drive#property.
+ "value": "A String", # The value of this property.
+ "etag": "A String", # ETag of the property.
+ "visibility": "A String", # The visibility of this property.
+ "key": "A String", # The key of this property.
+ "selfLink": "A String", # The link back to this property.
+ },
+ ],
+ "md5Checksum": "A String", # An MD5 checksum for the content of this file. This is populated only for files with content stored in Drive.
+ "iconLink": "A String", # A link to the file's icon.
+ "defaultOpenWithLink": "A String", # A link to open this file with the user's default app for this file. Only populated when the drive.apps.readonly scope is used.
"embedLink": "A String", # A link for embedding the file.
"alternateLink": "A String", # A link for opening the file in using a relevant Google editor or viewer.
+ "title": "A String", # The title of this file.
"modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp). Note that setting modifiedDate will also update the modifiedByMe date for the user which set the date.
"downloadUrl": "A String", # Short lived download URL for the file. This is only populated for files with content stored in Drive.
"userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
"withLink": True or False, # Whether the link is required for this permission.
- "kind": "drive#permission", # This is always drive#permission.
+ "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is populated when the permission type is "user", "group" or "domain".
"name": "A String", # The name for this permission.
- "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+ "kind": "drive#permission", # This is always drive#permission.
+ "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses.
"id": "A String", # The ID of the permission.
"authKey": "A String", # The authkey parameter required for this permission.
"etag": "A String", # The ETag of the permission.
+ "emailAddress": "A String", # The email address of the user this permission refers to. This is an output-only field which is populated when the permission type is "user" and the given user's Google+ profile privacy settings allow exposing their email address.
+ "photoLink": "A String", # A link to the profile photo, if available.
"role": "A String", # The primary role for this user. Allowed values are:
# - owner
# - reader
# - writer
- "photoLink": "A String", # A link to the profile photo, if available.
"type": "A String", # The account type. Allowed values are:
# - user
# - group
@@ -382,10 +422,13 @@
],
"selfLink": "A String", # A link back to this permission.
},
+ "originalFilename": "A String", # The original filename if the file was uploaded manually, or the original title if the file was inserted through the API. Note that renames of the title will not change the original filename. This will only be populated on files with content stored in Drive.
"fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it in the title when creating the file. This is only populated for files with content stored in Drive.
+ "headRevisionId": "A String", # The ID of the file's head revision. This will only be populated for files with content stored in Drive.
"selfLink": "A String", # A link back to this file.
"modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp). This is only mutable on update when the setModifiedDate parameter is set.
},
+ "modificationDate": "A String", # The time of this modification.
"id": "A String", # The ID of the change.
"selfLink": "A String", # A link back to this change.
"fileId": "A String", # The ID of the file associated with this change.
@@ -412,4 +455,50 @@
</pre>
</div>
+<div class="method">
+ <code class="details" id="watch">watch(body, includeSubscribed=None, includeDeleted=None, pageToken=None, maxResults=None, startChangeId=None)</code>
+ <pre>Subscribe to changes for a user.
+
+Args:
+ body: object, The request body. (required)
+ The object takes the form of:
+
+{
+ "resourceUri": "A String", # The canonicalized ID of the watched resource.
+ "kind": "api#channel", # A channel watching an API resource
+ "resourceId": "A String", # An opaque id that identifies the resource that is being watched. Stable across different API versions
+ "token": "A String", # An arbitrary string associated with the channel that is delivered to the target address with each event delivered over this channel.
+ "params": { # Additional parameters controlling delivery channel behavior
+ "a_key": "A String", # Declares a new parameter by name.
+ },
+ "expiration": "A String", # The expiration instant for this channel if it is defined.
+ "address": "A String", # The address of the receiving entity where events are delivered. Specific to the channel type.
+ "type": "A String", # The type of delivery mechanism used by this channel
+ "id": "A String", # A UUID for the channel
+ }
+
+ includeSubscribed: boolean, Whether to include shared files and public files the user has opened. When set to false, the list will include owned files plus any shared or public files the user has explictly added to a folder in Drive.
+ includeDeleted: boolean, Whether to include deleted items.
+ pageToken: string, Page token for changes.
+ maxResults: integer, Maximum number of changes to return.
+ startChangeId: string, Change ID to start listing changes from.
+
+Returns:
+ An object of the form:
+
+ {
+ "resourceUri": "A String", # The canonicalized ID of the watched resource.
+ "kind": "api#channel", # A channel watching an API resource
+ "resourceId": "A String", # An opaque id that identifies the resource that is being watched. Stable across different API versions
+ "token": "A String", # An arbitrary string associated with the channel that is delivered to the target address with each event delivered over this channel.
+ "params": { # Additional parameters controlling delivery channel behavior
+ "a_key": "A String", # Declares a new parameter by name.
+ },
+ "expiration": "A String", # The expiration instant for this channel if it is defined.
+ "address": "A String", # The address of the receiving entity where events are delivered. Specific to the channel type.
+ "type": "A String", # The type of delivery mechanism used by this channel
+ "id": "A String", # A UUID for the channel
+ }</pre>
+</div>
+
</body></html>
\ No newline at end of file