diff --git a/docs/dyn/drive_v2.about.html b/docs/dyn/drive_v2.about.html index 7213cf29f90..bb1eb100197 100644 --- a/docs/dyn/drive_v2.about.html +++ b/docs/dyn/drive_v2.about.html @@ -72,13 +72,13 @@ -

Drive API . about

+

Google Drive API . about

Instance Methods

close()

Close httplib2 connections.

- get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None)

+ get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None, x__xgafv=None)

Gets the information about the current user along with Drive API settings

Method Details

@@ -87,13 +87,17 @@

Method Details

- get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None) + get(includeSubscribed=None, maxChangeIdCount=None, startChangeId=None, x__xgafv=None)
Gets the information about the current user along with Drive API settings
 
 Args:
-  includeSubscribed: boolean, Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.
+  includeSubscribed: boolean, Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the `maxChangeIdCount`.
   maxChangeIdCount: string, Maximum number of remaining change IDs to count
   startChangeId: string, Change ID to start counting from when calculating number of remaining change IDs
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -113,12 +117,8 @@ 

Method Details

}, ], "canCreateDrives": True or False, # Whether the user can create shared drives. - "canCreateTeamDrives": True or False, # Deprecated - use canCreateDrives instead. - "domainSharingPolicy": "A String", # The domain sharing policy for the current user. Possible values are: - # - allowed - # - allowedWithWarning - # - incomingOnly - # - disallowed + "canCreateTeamDrives": True or False, # Deprecated: Use `canCreateDrives` instead. + "domainSharingPolicy": "A String", # The domain sharing policy for the current user. Possible values are: * `allowed` * `allowedWithWarning` * `incomingOnly` * `disallowed` "driveThemes": [ # A list of themes that are supported for shared drives. { "backgroundImageLink": "A String", # A link to this theme's background image. @@ -153,7 +153,7 @@

Method Details

}, ], "isCurrentAppInstalled": True or False, # A boolean indicating whether the authenticated app is installed by the authenticated user. - "kind": "drive#about", # This is always drive#about. + "kind": "drive#about", # This is always `drive#about`. "languageCode": "A String", # The user's language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/). "largestChangeId": "A String", # The largest change id. "maxUploadSizes": [ # List of max upload sizes for each file type. The most specific type takes precedence. @@ -174,27 +174,25 @@

Method Details

"quotaBytesUsed": "A String", # The number of quota bytes used by Google Drive. "quotaBytesUsedAggregate": "A String", # The number of quota bytes used by all Google apps (Drive, Picasa, etc.). "quotaBytesUsedInTrash": "A String", # The number of quota bytes used by trashed items. - "quotaType": "A String", # The type of the user's storage quota. Possible values are: - # - LIMITED - # - UNLIMITED + "quotaType": "A String", # The type of the user's storage quota. Possible values are: * `LIMITED` * `UNLIMITED` "remainingChangeIds": "A String", # The number of remaining change ids, limited to no more than 2500. "rootFolderId": "A String", # The id of the root folder. "selfLink": "A String", # A link back to this item. - "teamDriveThemes": [ # Deprecated - use driveThemes instead. + "teamDriveThemes": [ # Deprecated: Use `driveThemes` instead. { - "backgroundImageLink": "A String", # Deprecated - use driveThemes/backgroundImageLink instead. - "colorRgb": "A String", # Deprecated - use driveThemes/colorRgb instead. - "id": "A String", # Deprecated - use driveThemes/id instead. + "backgroundImageLink": "A String", # Deprecated: Use `driveThemes/backgroundImageLink` instead. + "colorRgb": "A String", # Deprecated: Use `driveThemes/colorRgb` instead. + "id": "A String", # Deprecated: Use `driveThemes/id` instead. }, ], "user": { # Information about a Drive user. # The authenticated user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, }
diff --git a/docs/dyn/drive_v2.apps.html b/docs/dyn/drive_v2.apps.html index 0e3053fd4a6..502401b9a74 100644 --- a/docs/dyn/drive_v2.apps.html +++ b/docs/dyn/drive_v2.apps.html @@ -72,16 +72,16 @@ -

Drive API . apps

+

Google Drive API . apps

Instance Methods

close()

Close httplib2 connections.

- get(appId)

+ get(appId, x__xgafv=None)

Gets a specific app.

- list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None)

+ list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None, x__xgafv=None)

Lists a user's installed apps.

Method Details

@@ -90,11 +90,15 @@

Method Details

- get(appId) + get(appId, x__xgafv=None)
Gets a specific app.
 
 Args:
   appId: string, The ID of the app. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -106,21 +110,18 @@ 

Method Details

"hasDriveWideScope": True or False, # Whether the app has drive-wide scope. An app with drive-wide scope can access all files in the user's drive. "icons": [ # The various icons for the app. { - "category": "A String", # Category of the icon. Allowed values are: - # - application - icon for the application - # - document - icon for a file associated with the app - # - documentShared - icon for a shared file associated with the app + "category": "A String", # Category of the icon. Allowed values are: * `application` - icon for the application * `document` - icon for a file associated with the app * `documentShared` - icon for a shared file associated with the app "iconUrl": "A String", # URL for the icon. "size": 42, # Size of the icon. Represented as the maximum of the width and height. }, ], "id": "A String", # The ID of the app. "installed": True or False, # Whether the app is installed. - "kind": "drive#app", # This is always drive#app. + "kind": "drive#app", # This is always `drive#app`. "longDescription": "A String", # A long description of the app. "name": "A String", # The name of the app. "objectType": "A String", # The type of object this app creates (e.g. Chart). If empty, the app name should be used instead. - "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation. + "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain `{ids}` and/or `{exportIds}` to be replaced by the actual file ids. See Open Files for the full documentation. "primaryFileExtensions": [ # The list of primary file extensions. "A String", ], @@ -145,13 +146,17 @@

Method Details

- list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None) + list(appFilterExtensions=None, appFilterMimeTypes=None, languageCode=None, x__xgafv=None)
Lists a user's installed apps.
 
 Args:
-  appFilterExtensions: string, A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists.
-  appFilterMimeTypes: string, A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If appFilterExtensions are provided as well, the result is a union of the two resulting app lists.
+  appFilterExtensions: string, A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If `appFilterMimeTypes` are provided as well, the result is a union of the two resulting app lists.
+  appFilterMimeTypes: string, A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If `appFilterExtensions` are provided as well, the result is a union of the two resulting app lists.
   languageCode: string, A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -169,21 +174,18 @@ 

Method Details

"hasDriveWideScope": True or False, # Whether the app has drive-wide scope. An app with drive-wide scope can access all files in the user's drive. "icons": [ # The various icons for the app. { - "category": "A String", # Category of the icon. Allowed values are: - # - application - icon for the application - # - document - icon for a file associated with the app - # - documentShared - icon for a shared file associated with the app + "category": "A String", # Category of the icon. Allowed values are: * `application` - icon for the application * `document` - icon for a file associated with the app * `documentShared` - icon for a shared file associated with the app "iconUrl": "A String", # URL for the icon. "size": 42, # Size of the icon. Represented as the maximum of the width and height. }, ], "id": "A String", # The ID of the app. "installed": True or False, # Whether the app is installed. - "kind": "drive#app", # This is always drive#app. + "kind": "drive#app", # This is always `drive#app`. "longDescription": "A String", # A long description of the app. "name": "A String", # The name of the app. "objectType": "A String", # The type of object this app creates (e.g. Chart). If empty, the app name should be used instead. - "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation. + "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain `{ids}` and/or `{exportIds}` to be replaced by the actual file ids. See Open Files for the full documentation. "primaryFileExtensions": [ # The list of primary file extensions. "A String", ], @@ -206,7 +208,7 @@

Method Details

"useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports. }, ], - "kind": "drive#appList", # This is always drive#appList. + "kind": "drive#appList", # This is always `drive#appList`. "selfLink": "A String", # A link back to this list. }
diff --git a/docs/dyn/drive_v2.changes.html b/docs/dyn/drive_v2.changes.html index c662312cbf7..dbd1e981d45 100644 --- a/docs/dyn/drive_v2.changes.html +++ b/docs/dyn/drive_v2.changes.html @@ -72,25 +72,25 @@ -

Drive API . changes

+

Google Drive API . changes

Instance Methods

close()

Close httplib2 connections.

- get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.

+ get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Deprecated: Use `changes.getStartPageToken` and `changes.list` to retrieve recent changes.

- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Gets the starting pageToken for listing future changes.

- list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Lists the changes for a user or shared drive.

list_next()

Retrieves the next page of results.

- watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Subscribe to changes for a user.

Method Details

@@ -99,499 +99,454 @@

Method Details

- get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.
+    get(changeId, driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
Deprecated: Use `changes.getStartPageToken` and `changes.list` to retrieve recent changes.
 
 Args:
   changeId: string, The ID of the change. (required)
-  driveId: string, The shared drive from which the change is returned.
+  driveId: string, The shared drive from which the change will be returned.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a change to a file or shared drive.
-  "changeType": "A String", # The type of the change. Possible values are file and drive.
+  "changeType": "A String", # The type of the change. Possible values are `file` and `drive`.
   "deleted": True or False, # Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access.
   "drive": { # Representation of a shared drive. # The updated state of the shared drive. Present if the changeType is drive, the user is still a member of the shared drive, and the shared drive has not been deleted.
-    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
       "id": "A String", # The ID of an image file in Google Drive to use for the background image.
       "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
       "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
       "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
     },
-    "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-    "capabilities": { # Capabilities the current user has on this shared drive.
-      "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-      "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-      "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-      "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-      "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-      "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-      "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-      "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-      "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-      "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-      "canDownload": True or False, # Whether the current user can download files in this shared drive.
-      "canEdit": True or False, # Whether the current user can edit files in this shared drive
-      "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-      "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-      "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-      "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-      "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-      "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-      "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-      "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+    "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+    "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+      "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+      "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+      "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+      "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+      "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+      "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+      "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+      "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+      "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+      "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+      "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+      "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+      "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+      "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+      "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+      "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+      "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+      "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+      "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+      "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
     },
-    "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+    "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
     "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
     "hidden": True or False, # Whether the shared drive is hidden from default view.
-    "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-    "kind": "drive#drive", # This is always drive#drive
+    "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+    "kind": "drive#drive", # Output only. This is always `drive#drive`
     "name": "A String", # The name of this shared drive.
-    "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+    "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
     "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
       "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-      "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+      "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
       "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
       "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
       "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
     },
-    "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+    "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
   },
   "driveId": "A String", # The ID of the shared drive associated with this change.
   "file": { # The metadata for a file. # The updated state of the file. Present if the type is file and the file has not been removed from this list of changes.
-    "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-    "appDataContents": True or False, # Whether this file is in the Application Data folder.
-    "canComment": True or False, # Deprecated: use capabilities/canComment.
-    "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-    "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-      "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-      "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-      "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-      "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-      "canChangeRestrictedDownload": True or False, # Deprecated
-      "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-      "canComment": True or False, # Whether the current user can comment on this file.
-      "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-      "canDelete": True or False, # Whether the current user can delete this file.
-      "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canDownload": True or False, # Whether the current user can download this file.
-      "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-      "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-      "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-      "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-      "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-      "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-      "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-      "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-      "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-      "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-      "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-      "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-      "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-      "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-      "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-      "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-      "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-      "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-      "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-      "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-      "canRename": True or False, # Whether the current user can rename this file.
-      "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-      "canTrash": True or False, # Whether the current user can move this file to trash.
-      "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-      "canUntrash": True or False, # Whether the current user can restore this file from trash.
+    "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+    "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+    "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+    "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+    "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+      "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+      "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+      "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+      "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+      "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+      "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+      "canComment": True or False, # Output only. Whether the current user can comment on this file.
+      "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+      "canDelete": True or False, # Output only. Whether the current user can delete this file.
+      "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canDownload": True or False, # Output only. Whether the current user can download this file.
+      "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+      "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+      "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+      "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+      "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+      "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+      "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+      "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+      "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+      "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+      "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+      "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+      "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+      "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+      "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+      "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+      "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+      "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+      "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+      "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+      "canRename": True or False, # Output only. Whether the current user can rename this file.
+      "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+      "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+      "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+      "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
     },
     "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
       { # A restriction for accessing the content of the file.
         "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-        "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-        "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-          "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.
+        "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+        "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+          "displayName": "A String", # Output only. A plain text displayable name for this user.
+          "emailAddress": "A String", # Output only. The email address of the user.
+          "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+          "kind": "drive#user", # Output only. This is always `drive#user`.
+          "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+          "picture": { # Output only. The user's profile picture.
+            "url": "A String", # Output Only. A URL that points to a profile picture of this user.
           },
         },
         "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-        "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+        "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
       },
     ],
     "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-    "copyable": True or False, # Deprecated: use capabilities/canCopy.
+    "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
     "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-    "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.
+    "defaultOpenWithLink": "A String", # Output only. 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.
     "description": "A String", # A short description of the file.
-    "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-    "editable": True or False, # Deprecated: use capabilities/canEdit.
-    "embedLink": "A String", # A link for embedding the file.
-    "etag": "A String", # ETag of the file.
-    "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-    "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-      "a_key": "A String", # A mapping from export format to URL
+    "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+    "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+    "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+    "embedLink": "A String", # Output only. A link for embedding the file.
+    "etag": "A String", # Output only. ETag of the file.
+    "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+    "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+      "a_key": "A String",
     },
-    "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+    "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
     "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-    "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-    "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-    "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "iconLink": "A String", # A link to the file's icon.
+    "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+    "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+    "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "iconLink": "A String", # Output only. A link to the file's icon.
     "id": "A String", # The ID of the file.
-    "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.
-      "aperture": 3.14, # The aperture used to create the photo (f-number).
-      "cameraMake": "A String", # The make of the camera used to create the photo.
-      "cameraModel": "A String", # The model of the camera used to create the photo.
-      "colorSpace": "A String", # The color space of the photo.
-      "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-      "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-      "exposureMode": "A String", # The exposure mode used to create the photo.
-      "exposureTime": 3.14, # The length of the exposure, in seconds.
-      "flashUsed": True or False, # Whether a flash was used to create the photo.
-      "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-      "height": 42, # The height of the image in pixels.
-      "isoSpeed": 42, # The ISO speed used to create the photo.
-      "lens": "A String", # The lens used to create the photo.
-      "location": { # Geographic location information stored in the image.
-        "altitude": 3.14, # The altitude stored in the image.
-        "latitude": 3.14, # The latitude stored in the image.
-        "longitude": 3.14, # The longitude stored in the image.
+    "imageMediaMetadata": { # Output only. 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.
+      "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+      "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+      "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+      "colorSpace": "A String", # Output only. The color space of the photo.
+      "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+      "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+      "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+      "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+      "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+      "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+      "height": 42, # Output only. The height of the image in pixels.
+      "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+      "lens": "A String", # Output only. The lens used to create the photo.
+      "location": { # Output only. Geographic location information stored in the image.
+        "altitude": 3.14, # Output only. The altitude stored in the image.
+        "latitude": 3.14, # Output only. The latitude stored in the image.
+        "longitude": 3.14, # Output only. The longitude stored in the image.
       },
-      "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-      "meteringMode": "A String", # The metering mode used to create the photo.
-      "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-      "sensor": "A String", # The type of sensor used to create the photo.
-      "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-      "whiteBalance": "A String", # The white balance mode used to create the photo.
-      "width": 42, # The width of the image in pixels.
+      "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+      "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+      "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+      "sensor": "A String", # Output only. The type of sensor used to create the photo.
+      "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+      "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+      "width": 42, # Output only. The width of the image in pixels.
     },
-    "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "indexableText": { # Indexable text attributes for the file (can only be written)
       "text": "A String", # The text to be indexed for this file.
     },
-    "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-    "kind": "drive#file", # The type of file. This is always drive#file.
-    "labelInfo": { # An overview of the labels on the file.
-      "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-        { # Representation of a label and its fields.
-          "fields": { # A map of the label's fields keyed by the field ID.
-            "a_key": { # Representation of a label field.
+    "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+    "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+    "labelInfo": { # Output only. An overview of the labels on the file.
+      "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+        { # Representation of a label and label fields.
+          "fields": { # A map of the fields on the label, keyed by the field's ID.
+            "a_key": { # Representation of field, which is a typed key-value pair.
               "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
                 "A String",
               ],
-              "id": "A String", # The identifier of this field.
-              "integer": [ # Only present if valueType is integer.
+              "id": "A String", # The identifier of this label field.
+              "integer": [ # Only present if `valueType` is `integer`.
                 "A String",
               ],
-              "kind": "drive#labelField", # This is always drive#labelField.
-              "selection": [ # Only present if valueType is selection.
+              "kind": "drive#labelField", # This is always `drive#labelField`.
+              "selection": [ # Only present if `valueType` is `selection`
                 "A String",
               ],
-              "text": [ # Only present if valueType is text.
+              "text": [ # Only present if `valueType` is `text`.
                 "A String",
               ],
-              "user": [ # Only present if valueType is user.
+              "user": [ # Only present if `valueType` is `user`.
                 { # Information about a Drive user.
-                  "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.
+                  "displayName": "A String", # Output only. A plain text displayable name for this user.
+                  "emailAddress": "A String", # Output only. The email address of the user.
+                  "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                  "kind": "drive#user", # Output only. This is always `drive#user`.
+                  "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                  "picture": { # Output only. The user's profile picture.
+                    "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                   },
                 },
               ],
-              "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                  # - dateString
-                  # - integer
-                  # - selection
-                  # - text
-                  # - user
+              "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
             },
           },
           "id": "A String", # The ID of the label.
-          "kind": "drive#label", # This is always drive#label
+          "kind": "drive#label", # This is always `drive#label`
           "revisionId": "A String", # The revision ID of the label.
         },
       ],
     },
     "labels": { # A group of labels for the file.
-      "hidden": True or False, # Deprecated.
-      "modified": True or False, # Whether the file has been modified by this user.
-      "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+      "hidden": True or False, # Output only. Deprecated.
+      "modified": True or False, # Output only. Whether the file has been modified by this user.
+      "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
       "starred": True or False, # Whether this file is starred by the user.
-      "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+      "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
       "viewed": True or False, # Whether this file has been viewed by this user.
     },
-    "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-      "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.
+    "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
-    "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+    "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
     "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
     "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-      "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-      "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+      "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+      "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
     },
     "markedViewedByMeDate": "A String", # Deprecated.
-    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+    "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
     "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.
     "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.
     "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.
-    "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.
+    "openWithLinks": { # Output only. 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",
     },
-    "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-    "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-    "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+    "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+    "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+    "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
       "A String",
     ],
-    "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+    "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
       { # Information about a Drive user.
-        "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.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
     ],
-    "parents": [ # Collection of parent folders which contain this file.
-        # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+    "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
       { # A reference to a file's parent.
         "id": "A String", # The ID of the parent.
-        "isRoot": True or False, # Whether or not the parent is the root folder.
-        "kind": "drive#parentReference", # This is always drive#parentReference.
-        "parentLink": "A String", # A link to the parent.
-        "selfLink": "A String", # A link back to this reference.
+        "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+        "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+        "parentLink": "A String", # Output only. A link to the parent.
+        "selfLink": "A String", # Output only. A link back to this reference.
       },
     ],
-    "permissionIds": [ # List of permission IDs for users with access to this file.
+    "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
       "A String",
     ],
-    "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+    "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
       { # A permission for a file.
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+        "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
           "A String",
         ],
-        "authKey": "A String", # Deprecated.
-        "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-        "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-        "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-        "etag": "A String", # The ETag of the permission.
-        "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-            # - They cannot be set on shared drive items
-            # - They can only be set on user and group permissions
-            # - The date must be in the future
-            # - The date cannot be more than a year in the future
-        "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-        "kind": "drive#permission", # This is always drive#permission.
-        "name": "A String", # The name for this permission.
-        "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-        "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+        "authKey": "A String", # Output only. Deprecated.
+        "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+        "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+        "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+        "etag": "A String", # Output only. The ETag of the permission.
+        "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+        "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+        "kind": "drive#permission", # Output only. This is always `drive#permission`.
+        "name": "A String", # Output only. The name for this permission.
+        "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+        "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
           {
-            "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+            "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
               "A String",
             ],
-            "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-            "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-            "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-                # - file
-                # - member
-            "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-                # - organizer
-                # - fileOrganizer
-                # - writer
-                # - reader
+            "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+            "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+            "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+            "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
           },
         ],
-        "photoLink": "A String", # A link to the profile photo, if available.
-        "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-            # - owner
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
-        "selfLink": "A String", # A link back to this permission.
-        "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+        "photoLink": "A String", # Output only. A link to the profile photo, if available.
+        "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+        "selfLink": "A String", # Output only. A link back to this permission.
+        "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
           {
-            "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+            "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
               "A String",
             ],
-            "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-            "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-            "role": "A String", # Deprecated - use permissionDetails/role instead.
-            "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+            "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+            "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+            "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+            "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
           },
         ],
-        "type": "A String", # The account type. Allowed values are:
-            # - user
-            # - group
-            # - domain
-            # - anyone
-        "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-        "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+        "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+        "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+        "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
         "withLink": True or False, # Whether the link is required for this permission.
       },
     ],
     "properties": [ # The list of properties.
-      { # A key-value pair attached to a file that is either public or private to an application.
-          # The following limits apply to file properties:
-          # - Maximum of 100 properties total per file
-          # - Maximum of 30 private properties per app
-          # - Maximum of 30 public properties
-          # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-        "etag": "A String", # ETag of the property.
+      { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+        "etag": "A String", # Output only. ETag of the property.
         "key": "A String", # The key of this property.
-        "kind": "drive#property", # This is always drive#property.
-        "selfLink": "A String", # The link back to this property.
+        "kind": "drive#property", # Output only. This is always `drive#property`.
+        "selfLink": "A String", # Output only. The link back to this property.
         "value": "A String", # The value of this property.
-        "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+        "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
       },
     ],
-    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-    "resourceKey": "A String", # A key needed to access the item via a shared link.
-    "selfLink": "A String", # A link back to this file.
-    "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-    "shareable": True or False, # Deprecated: use capabilities/canShare.
-    "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+    "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+    "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+    "selfLink": "A String", # Output only. A link back to this file.
+    "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+    "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+    "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
     "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-    "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-      "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.
+    "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
-    "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+    "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
       "targetId": "A String", # The ID of the file that this shortcut points to.
-      "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-      "targetResourceKey": "A String", # The ResourceKey for the target file.
+      "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+      "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
     },
-    "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+    "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
       "A String",
     ],
-    "teamDriveId": "A String", # Deprecated - use driveId instead.
+    "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
     "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
       "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
       "mimeType": "A String", # The MIME type of the thumbnail.
     },
-    "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-    "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+    "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+    "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
     "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
     "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-    "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-      "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.
+    "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
-    "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+    "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
-    "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-    "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-      "durationMillis": "A String", # The duration of the video in milliseconds.
-      "height": 42, # The height of the video in pixels.
-      "width": 42, # The width of the video in pixels.
+    "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+    "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+      "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+      "height": 42, # Output only. The height of the video in pixels.
+      "width": 42, # Output only. The width of the video in pixels.
     },
-    "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.
-    "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.
+    "webContentLink": "A String", # Output only. 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.
+    "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
     "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
   },
   "fileId": "A String", # The ID of the file associated with this change.
   "id": "A String", # The ID of the change.
-  "kind": "drive#change", # This is always drive#change.
+  "kind": "drive#change", # This is always `drive#change`.
   "modificationDate": "A String", # The time of this modification.
   "selfLink": "A String", # A link back to this change.
-  "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated - use drive instead.
-    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "teamDrive": { # Deprecated: Use the `drive` collection instead. # Deprecated: Use `drive` instead.
+    "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
       "id": "A String", # The ID of an image file in Drive to use for the background image.
       "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
       "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -600,11 +555,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -614,72 +569,80 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, - "teamDriveId": "A String", # Deprecated - use driveId instead. - "type": "A String", # Deprecated - use changeType instead. + "teamDriveId": "A String", # Deprecated: Use `driveId` instead. + "type": "A String", # Deprecated: Use `changeType` instead. }
- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Gets the starting pageToken for listing future changes.
 
 Args:
-  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.
+  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     {
-  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken".
+  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string `"drive#startPageToken"`.
   "startPageToken": "A String", # The starting page token for listing changes.
 }
- list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + list(driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Lists the changes for a user or shared drive.
 
 Args:
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeDeleted: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   maxResults: integer, Maximum number of changes to return.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.
-  spaces: string, A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.
-  startChangeId: string, Deprecated - use pageToken instead.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.
+  spaces: string, A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.
+  startChangeId: string, Deprecated: Use `pageToken` instead.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -688,485 +651,436 @@ 

Method Details

"etag": "A String", # The ETag of the list. "items": [ # The list of changes. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # Representation of a change to a file or shared drive. - "changeType": "A String", # The type of the change. Possible values are file and drive. + "changeType": "A String", # The type of the change. Possible values are `file` and `drive`. "deleted": True or False, # Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access. "drive": { # Representation of a shared drive. # The updated state of the shared drive. Present if the changeType is drive, the user is still a member of the shared drive, and the shared drive has not been deleted. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, "driveId": "A String", # The ID of the shared drive associated with this change. "file": { # The metadata for a file. # The updated state of the file. Present if the type is file and the file has not been removed from this list of changes. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }, "fileId": "A String", # The ID of the file associated with this change. "id": "A String", # The ID of the change. - "kind": "drive#change", # This is always drive#change. + "kind": "drive#change", # This is always `drive#change`. "modificationDate": "A String", # The time of this modification. "selfLink": "A String", # A link back to this change. - "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated - use drive instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "teamDrive": { # Deprecated: Use the `drive` collection instead. # Deprecated: Use `drive` instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -1175,11 +1089,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -1189,33 +1103,33 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, - "teamDriveId": "A String", # Deprecated - use driveId instead. - "type": "A String", # Deprecated - use changeType instead. + "teamDriveId": "A String", # Deprecated: Use `driveId` instead. + "type": "A String", # Deprecated: Use `changeType` instead. }, ], - "kind": "drive#changeList", # This is always drive#changeList. + "kind": "drive#changeList", # This is always `drive#changeList`. "largestChangeId": "A String", # The current largest change ID. "newStartPageToken": "A String", # The starting page token for future changes. This will be present only if the end of the current changes list has been reached. "nextLink": "A String", # A link to the next page of changes. @@ -1239,60 +1153,64 @@

Method Details

- watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + watch(body=None, driveId=None, includeCorpusRemovals=None, includeDeleted=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeSubscribed=None, includeTeamDriveItems=None, maxResults=None, pageToken=None, spaces=None, startChangeId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Subscribe to changes for a user.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeDeleted: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  includeSubscribed: boolean, Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   maxResults: integer, Maximum number of changes to return.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.
-  spaces: string, A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.
-  startChangeId: string, Deprecated - use pageToken instead.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.
+  spaces: string, A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.
+  startChangeId: string, Deprecated: Use `pageToken` instead.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
diff --git a/docs/dyn/drive_v2.channels.html b/docs/dyn/drive_v2.channels.html index 4b17057c070..bb78a7a76ee 100644 --- a/docs/dyn/drive_v2.channels.html +++ b/docs/dyn/drive_v2.channels.html @@ -72,14 +72,14 @@ -

Drive API . channels

+

Google Drive API . channels

Instance Methods

close()

Close httplib2 connections.

- stop(body=None)

-

Stop watching resources through this channel

+ stop(body=None, x__xgafv=None)

+

Stops watching resources through this channel.

Method Details

close() @@ -87,28 +87,32 @@

Method Details

- stop(body=None) -
Stop watching resources through this channel
+    stop(body=None, x__xgafv=None)
+  
Stops watching resources through this channel.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
diff --git a/docs/dyn/drive_v2.children.html b/docs/dyn/drive_v2.children.html index 8c399e9601d..6a887ae6661 100644 --- a/docs/dyn/drive_v2.children.html +++ b/docs/dyn/drive_v2.children.html @@ -72,22 +72,22 @@ -

Drive API . children

+

Google Drive API . children

Instance Methods

close()

Close httplib2 connections.

- delete(folderId, childId, enforceSingleParent=None)

+ delete(folderId, childId, enforceSingleParent=None, x__xgafv=None)

Removes a child from a folder.

- get(folderId, childId)

+ get(folderId, childId, x__xgafv=None)

Gets a specific child reference.

- insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Inserts a file into a folder.

- list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None)

+ list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None, x__xgafv=None)

Lists a folder's children.

list_next()

@@ -99,37 +99,45 @@

Method Details

- delete(folderId, childId, enforceSingleParent=None) + delete(folderId, childId, enforceSingleParent=None, x__xgafv=None)
Removes a child from a folder.
 
 Args:
   folderId: string, The ID of the folder. (required)
   childId: string, The ID of the child. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(folderId, childId) + get(folderId, childId, x__xgafv=None)
Gets a specific child reference.
 
 Args:
   folderId: string, The ID of the folder. (required)
   childId: string, The ID of the child. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A reference to a folder's child.
-  "childLink": "A String", # A link to the child.
+  "childLink": "A String", # Output only. A link to the child.
   "id": "A String", # The ID of the child.
-  "kind": "drive#childReference", # This is always drive#childReference.
-  "selfLink": "A String", # A link back to this reference.
+  "kind": "drive#childReference", # Output only. This is always `drive#childReference`.
+  "selfLink": "A String", # Output only. A link back to this reference.
 }
- insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + insert(folderId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Inserts a file into a folder.
 
 Args:
@@ -138,37 +146,45 @@ 

Method Details

The object takes the form of: { # A reference to a folder's child. - "childLink": "A String", # A link to the child. + "childLink": "A String", # Output only. A link to the child. "id": "A String", # The ID of the child. - "kind": "drive#childReference", # This is always drive#childReference. - "selfLink": "A String", # A link back to this reference. + "kind": "drive#childReference", # Output only. This is always `drive#childReference`. + "selfLink": "A String", # Output only. A link back to this reference. } - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reference to a folder's child. - "childLink": "A String", # A link to the child. + "childLink": "A String", # Output only. A link to the child. "id": "A String", # The ID of the child. - "kind": "drive#childReference", # This is always drive#childReference. - "selfLink": "A String", # A link back to this reference. + "kind": "drive#childReference", # Output only. This is always `drive#childReference`. + "selfLink": "A String", # Output only. A link back to this reference. }
- list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None) + list(folderId, maxResults=None, orderBy=None, pageToken=None, q=None, x__xgafv=None)
Lists a folder's children.
 
 Args:
   folderId: string, The ID of the folder. (required)
   maxResults: integer, Maximum number of children to return.
-  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', and 'title'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
+  orderBy: string, A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, and `title`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
   pageToken: string, Page token for children.
   q: string, Query string for searching children.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -177,13 +193,13 @@ 

Method Details

"etag": "A String", # The ETag of the list. "items": [ # The list of children. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A reference to a folder's child. - "childLink": "A String", # A link to the child. + "childLink": "A String", # Output only. A link to the child. "id": "A String", # The ID of the child. - "kind": "drive#childReference", # This is always drive#childReference. - "selfLink": "A String", # A link back to this reference. + "kind": "drive#childReference", # Output only. This is always `drive#childReference`. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "kind": "drive#childList", # This is always drive#childList. + "kind": "drive#childList", # This is always `drive#childList`. "nextLink": "A String", # A link to the next page of children. "nextPageToken": "A String", # The page token for the next page of children. This will be absent if the end of the children 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. diff --git a/docs/dyn/drive_v2.comments.html b/docs/dyn/drive_v2.comments.html index a3e7608610e..0288e1f68b9 100644 --- a/docs/dyn/drive_v2.comments.html +++ b/docs/dyn/drive_v2.comments.html @@ -72,31 +72,31 @@ -

Drive API . comments

+

Google Drive API . comments

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, commentId)

+ delete(fileId, commentId, x__xgafv=None)

Deletes a comment.

- get(fileId, commentId, includeDeleted=None)

+ get(fileId, commentId, includeDeleted=None, x__xgafv=None)

Gets a comment by ID.

- insert(fileId, body=None)

+ insert(fileId, body=None, x__xgafv=None)

Creates a new comment on the given file.

- list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None)

+ list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None, x__xgafv=None)

Lists a file's comments.

list_next()

Retrieves the next page of results.

- patch(fileId, commentId, body=None)

+ patch(fileId, commentId, body=None, x__xgafv=None)

Updates an existing comment.

- update(fileId, commentId, body=None)

+ update(fileId, commentId, body=None, x__xgafv=None)

Updates an existing comment.

Method Details

@@ -105,85 +105,89 @@

Method Details

- delete(fileId, commentId) + delete(fileId, commentId, x__xgafv=None)
Deletes a comment.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, includeDeleted=None) + get(fileId, commentId, includeDeleted=None, x__xgafv=None)
Gets a comment by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   includeDeleted: boolean, If set, this will succeed when retrieving a deleted comment, and will include any deleted replies.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A comment on a file in Google Drive.
-  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to  Add comments and replies.
-  "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
-    "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.
+  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments).
+  "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "commentId": "A String", # The ID of the comment.
+  "commentId": "A String", # Output only. The ID of the comment.
   "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content.
   "context": { # The context of the file which is being commented on.
     "type": "A String", # The MIME type of the context snippet.
     "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about.
   },
   "createdDate": "A String", # The date when this comment was first created.
-  "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.
-  "fileId": "A String", # The file which this comment is addressing.
-  "fileTitle": "A String", # The title of the file which this comment is addressing.
-  "htmlContent": "A String", # HTML formatted content for this comment.
-  "kind": "drive#comment", # This is always drive#comment.
+  "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.
+  "fileId": "A String", # Output only. The file which this comment is addressing.
+  "fileTitle": "A String", # Output only. The title of the file which this comment is addressing.
+  "htmlContent": "A String", # Output only. HTML formatted content for this comment.
+  "kind": "drive#comment", # Output only. This is always `drive#comment`.
   "modifiedDate": "A String", # The date when this comment or any of its replies were last modified.
-  "replies": [ # Replies to this post.
+  "replies": [ # Output only. Replies to this post.
     { # A comment on a file in Google Drive.
-      "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
-        "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.
+      "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen).
       "createdDate": "A String", # The date when this reply was first created.
-      "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.
-      "htmlContent": "A String", # HTML formatted content for this reply.
-      "kind": "drive#commentReply", # This is always drive#commentReply.
+      "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.
+      "htmlContent": "A String", # Output only. HTML formatted content for this reply.
+      "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`.
       "modifiedDate": "A String", # The date when this reply was last modified.
-      "replyId": "A String", # The ID of the reply.
-      "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are:
-          # - "resolve" - To resolve a comment.
-          # - "reopen" - To reopen (un-resolve) a comment.
+      "replyId": "A String", # Output only. The ID of the reply.
+      "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment.
     },
   ],
-  "selfLink": "A String", # A link back to this comment.
-  "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status.
-      # - "open" - The comment is still open.
-      # - "resolved" - The comment has been resolved by one of its replies.
+  "selfLink": "A String", # Output only. A link back to this comment.
+  "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies.
 }
- insert(fileId, body=None) + insert(fileId, body=None, x__xgafv=None)
Creates a new comment on the given file.
 
 Args:
@@ -192,122 +196,118 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "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. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "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. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }
- list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None) + list(fileId, includeDeleted=None, maxResults=None, pageToken=None, updatedMin=None, x__xgafv=None)
Lists a file's comments.
 
 Args:
@@ -316,6 +316,10 @@ 

Method Details

maxResults: integer, The maximum number of discussions to include in the response, used for paging. pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. updatedMin: string, Only discussions that were updated after this timestamp will be returned. Formatted as an RFC 3339 timestamp. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: @@ -323,61 +327,57 @@

Method Details

{ # A list of comments on a file in Google Drive. "items": [ # The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "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. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }, ], - "kind": "drive#commentList", # This is always drive#commentList. + "kind": "drive#commentList", # This is always `drive#commentList`. "nextLink": "A String", # A link to the next page of comments. "nextPageToken": "A String", # The page token for the next page of comments. This will be absent if the end of the comments 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. @@ -399,7 +399,7 @@

Method Details

- patch(fileId, commentId, body=None) + patch(fileId, commentId, body=None, x__xgafv=None)
Updates an existing comment.
 
 Args:
@@ -409,122 +409,118 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "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. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "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. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }
- update(fileId, commentId, body=None) + update(fileId, commentId, body=None, x__xgafv=None)
Updates an existing comment.
 
 Args:
@@ -534,117 +530,113 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "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. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "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. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "commentId": "A String", # The ID of the comment. + "commentId": "A String", # Output only. The ID of the comment. "content": "A String", # The plain text content used to create this comment. This is not HTML safe and should only be used as a starting point to make edits to a comment's content. "context": { # The context of the file which is being commented on. "type": "A String", # The MIME type of the context snippet. "value": "A String", # Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about. }, "createdDate": "A String", # The date when this comment was first created. - "deleted": True or False, # Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. - "fileId": "A String", # The file which this comment is addressing. - "fileTitle": "A String", # The title of the file which this comment is addressing. - "htmlContent": "A String", # HTML formatted content for this comment. - "kind": "drive#comment", # This is always drive#comment. + "deleted": True or False, # Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed. + "fileId": "A String", # Output only. The file which this comment is addressing. + "fileTitle": "A String", # Output only. The title of the file which this comment is addressing. + "htmlContent": "A String", # Output only. HTML formatted content for this comment. + "kind": "drive#comment", # Output only. This is always `drive#comment`. "modifiedDate": "A String", # The date when this comment or any of its replies were last modified. - "replies": [ # Replies to this post. + "replies": [ # Output only. Replies to this post. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "selfLink": "A String", # A link back to this comment. - "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status. - # - "open" - The comment is still open. - # - "resolved" - The comment has been resolved by one of its replies. + "selfLink": "A String", # Output only. A link back to this comment. + "status": "A String", # Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies. }
diff --git a/docs/dyn/drive_v2.drives.html b/docs/dyn/drive_v2.drives.html index 987750757e5..8f0ca1f0ad2 100644 --- a/docs/dyn/drive_v2.drives.html +++ b/docs/dyn/drive_v2.drives.html @@ -72,34 +72,34 @@ -

Drive API . drives

+

Google Drive API . drives

Instance Methods

close()

Close httplib2 connections.

- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None)

+ delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)

Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.

- get(driveId, useDomainAdminAccess=None)

+ get(driveId, useDomainAdminAccess=None, x__xgafv=None)

Gets a shared drive's metadata by ID.

- hide(driveId)

+ hide(driveId, x__xgafv=None)

Hides a shared drive from the default view.

- insert(requestId, body=None)

+ insert(requestId, body=None, x__xgafv=None)

Creates a new shared drive.

- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Lists the user's shared drives.

+ list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.

list_next()

Retrieves the next page of results.

- unhide(driveId)

+ unhide(driveId, x__xgafv=None)

Restores a shared drive to the default view.

- update(driveId, body=None, useDomainAdminAccess=None)

+ update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

Updates the metadata for a shared drive.

Method Details

@@ -108,250 +108,270 @@

Method Details

- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None) + delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)
Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
-  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.
+  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(driveId, useDomainAdminAccess=None) + get(driveId, useDomainAdminAccess=None, x__xgafv=None)
Gets a shared drive's metadata by ID.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- hide(driveId) + hide(driveId, x__xgafv=None)
Hides a shared drive from the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- insert(requestId, body=None) + insert(requestId, body=None, x__xgafv=None)
Creates a new shared drive.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Lists the user's shared drives.
+    list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
 Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.
 
 Args:
   maxResults: integer, Maximum number of shared drives to return per page.
   pageToken: string, Page token for shared drives.
   q: string, Query string for searching shared drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all shared drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -359,53 +379,53 @@ 

Method Details

{ # A list of shared drives. "items": [ # The list of shared drives. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], - "kind": "drive#driveList", # This is always drive#driveList + "kind": "drive#driveList", # This is always `drive#driveList` "nextPageToken": "A String", # The page token for the next page of shared drives. This will be absent if the end of the 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. }
@@ -425,65 +445,69 @@

Method Details

- unhide(driveId) + unhide(driveId, x__xgafv=None)
Restores a shared drive to the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # This is always drive#drive
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. This is always `drive#drive`
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- update(driveId, body=None, useDomainAdminAccess=None) + update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
Updates the metadata for a shared drive.
 
 Args:
@@ -492,102 +516,106 @@ 

Method Details

The object takes the form of: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # This is always drive#drive + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. This is always `drive#drive` "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/docs/dyn/drive_v2.files.html b/docs/dyn/drive_v2.files.html index 97c82f3eb2b..0110bf97cf5 100644 --- a/docs/dyn/drive_v2.files.html +++ b/docs/dyn/drive_v2.files.html @@ -72,43 +72,43 @@ -

Drive API . files

+

Google Drive API . files

Instance Methods

close()

Close httplib2 connections.

- copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None)

-

Creates a copy of the specified file. Folders cannot be copied.

+ copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None, x__xgafv=None)

+

Creates a copy of the specified file.

- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for shared drive files.

- emptyTrash(driveId=None, enforceSingleParent=None)

-

Permanently deletes all trashed files of a user or shared drive.

+ emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)

+

Permanently deletes all of the user's trashed files.

- export(fileId, mimeType)

+ export(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- export_media(fileId, mimeType)

+ export_media(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- generateIds(maxResults=None, space=None, type=None)

+ generateIds(maxResults=None, space=None, type=None, x__xgafv=None)

Generates a set of file IDs which can be provided in insert or copy requests.

- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Gets a file's metadata or content by ID.

+ get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Gets a file's metadata or content by ID.

+ get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None)

-

Insert a new file.

+ insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None, x__xgafv=None)

+

Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"title": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.

- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Lists the user's files.

+ list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.

- listLabels(fileId, maxResults=None, pageToken=None)

+ listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)

Lists the labels on a file.

listLabels_next()

@@ -117,29 +117,26 @@

Instance Methods

list_next()

Retrieves the next page of results.

- modifyLabels(fileId, body=None)

-

Modifies the set of labels on a file.

+ modifyLabels(fileId, body=None, x__xgafv=None)

+

Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.

- patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None)

+ patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.

- touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

+ touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Set the file's updated time to the current server time.

- trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Moves a file to the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.

+ trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Moves a file to the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all `files.list` responses returned for any user who doesn't own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. *Note:* Files moved to the trash still appear by default in results from the `files.list` method. To permanently remove a file, use `files.delete`.

- untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Restores a file from the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may untrash a file.

+ untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Restores a file from the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may untrash a file.

- update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None)

-

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as modifiedDate. This method supports patch semantics.

+ update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)

+

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).

- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Subscribe to changes on a file.

-

- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None)

-

Subscribe to changes on a file.

+ watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)

+

Subscribes to changes to a file.

Method Details

close() @@ -147,8 +144,8 @@

Method Details

- copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None) -
Creates a copy of the specified file. Folders cannot be copied.
+    copy(fileId, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, visibility=None, x__xgafv=None)
+  
Creates a copy of the specified file.
 
 Args:
   fileId: string, The ID of the file to copy. (required)
@@ -156,923 +153,849 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. } convert: boolean, Whether to convert this file to the corresponding Docs Editors format. - enforceSingleParent: boolean, Deprecated. Copying files into multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. - includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. + enforceSingleParent: boolean, Deprecated: Copying files into multiple folders is no longer supported. Use shortcuts instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. + includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported. ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads. - ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes. + ocrLanguage: string, If `ocr` is true, hints at the language to use. Valid values are BCP 47 codes. pinned: boolean, Whether to pin the head revision of the new copy. A file can have a maximum of 200 pinned revisions. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. timedTextLanguage: string, The language of the timed text. timedTextTrackName: string, The timed text track name. visibility: string, The visibility of the new file. This parameter is only relevant when the source is not a native Google Doc and convert=false. Allowed values DEFAULT - The visibility of the new file is determined by the user's default visibility/sharing policies. PRIVATE - The new file will be visible to only the owner. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for shared drive files.
 
 Args:
   fileId: string, The ID of the file to delete. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- emptyTrash(driveId=None, enforceSingleParent=None) -
Permanently deletes all trashed files of a user or shared drive.
+    emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)
+  
Permanently deletes all of the user's trashed files.
 
 Args:
   driveId: string, If set, empties the trash of the provided shared drive.
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export(fileId, mimeType) + export(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export_media(fileId, mimeType) + export_media(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- generateIds(maxResults=None, space=None, type=None) + generateIds(maxResults=None, space=None, type=None, x__xgafv=None)
Generates a set of file IDs which can be provided in insert or copy requests.
 
 Args:
   maxResults: integer, Maximum number of IDs to return.
-  space: string, The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'. (Default: 'drive')
-  type: string, The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')
+  space: string, The space in which the IDs can be used to create new files. Supported values are `drive` and `appDataFolder`. (Default: `drive`)
+  type: string, The type of items which the IDs can be used for. Supported values are `files` and `shortcuts`. Note that `shortcuts` are only supported in the `drive` `space`. (Default: `files`)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -1081,474 +1004,433 @@ 

Method Details

"ids": [ # The IDs generated for the requesting user in the specified space. "A String", ], - "kind": "drive#generatedIds", # This is always drive#generatedIds + "kind": "drive#generatedIds", # This is always `drive#generatedIds` "space": "A String", # The type of file that can be created with these IDs. }
- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Gets a file's metadata or content by ID.
+    get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID for the file in question. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  updateViewedDate: boolean, Deprecated: Use `files.update` with `modifiedDateBehavior=noChange, updateViewedDate=true` and an empty request body.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "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.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "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.
+  "defaultOpenWithLink": "A String", # Output only. 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.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "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.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. 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.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "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.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "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.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "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.
   "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.
   "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.
-  "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.
+  "openWithLinks": { # Output only. 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",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "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.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "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.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "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.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "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.
-  "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.
+  "webContentLink": "A String", # Output only. 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.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Gets a file's metadata or content by ID.
+    get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID for the file in question. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  updateViewedDate: boolean, Deprecated: Use `files.update` with `modifiedDateBehavior=noChange, updateViewedDate=true` and an empty request body.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   The media object as a string.
@@ -1557,448 +1439,399 @@ 

Method Details

- insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None) -
Insert a new file.
+    insert(body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, ocr=None, ocrLanguage=None, pinned=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, useContentAsIndexableText=None, visibility=None, x__xgafv=None)
+  
 Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"title": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
 { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "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.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "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.
+  "defaultOpenWithLink": "A String", # Output only. 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.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "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.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. 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.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "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.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "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.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "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.
   "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.
   "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.
-  "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.
+  "openWithLinks": { # Output only. 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",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "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.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "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.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "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.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "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.
-  "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.
+  "webContentLink": "A String", # Output only. 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.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
 
   convert: boolean, Whether to convert this file to the corresponding Docs Editors format.
-  enforceSingleParent: boolean, Deprecated. Creating files in multiple folders is no longer supported.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  enforceSingleParent: boolean, Deprecated: Creating files in multiple folders is no longer supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
   media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
   ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
   ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes.
   pinned: boolean, Whether to pin the head revision of the uploaded file. A file can have a maximum of 200 pinned revisions.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   timedTextLanguage: string, The language of the timed text.
   timedTextTrackName: string, The timed text track name.
   useContentAsIndexableText: boolean, Whether to use the content as indexable text.
@@ -2006,462 +1839,421 @@ 

Method Details

Allowed values DEFAULT - The visibility of the new file is determined by the user's default visibility/sharing policies. PRIVATE - The new file will be visible to only the owner. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Lists the user's files.
+    list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, maxResults=None, orderBy=None, pageToken=None, projection=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
 Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.
 
 Args:
-  corpora: string, Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.
-  corpus: string, The body of items (files/documents) to which the query applies. Deprecated: use 'corpora' instead.
+  corpora: string, Bodies of items (files/documents) to which the query applies. Supported bodies are `default`, `domain`, `drive` and `allDrives`. Prefer `default` or `drive` to `allDrives` for efficiency.
+  corpus: string, Deprecated: The body of items (files/documents) to which the query applies. Use `corpora` instead.
     Allowed values
       DEFAULT - The items that the user has accessed.
       DOMAIN - Items shared to the user's domain.
   driveId: string, ID of the shared drive to search.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   maxResults: integer, The maximum number of files to return per page. Partial or empty result pages are possible even before the end of the files list has been reached.
-  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', 'title', and 'title_natural'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
+  orderBy: string, A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, `title`, and `title_natural`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
   pageToken: string, Page token for files.
-  projection: string, This parameter is deprecated and has no function.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   q: string, Query string for searching files.
-  spaces: string, A comma-separated list of spaces to query. Supported values are 'drive' and 'appDataFolder'.
+  spaces: string, A comma-separated list of spaces to query. Supported values are `drive`, and `appDataFolder`.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -2471,430 +2263,381 @@ 

Method Details

"incompleteSearch": True or False, # Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple drives with the "allDrives" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as "default" or "drive". "items": [ # The list of files. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }, ], - "kind": "drive#fileList", # This is always drive#fileList. + "kind": "drive#fileList", # This is always `drive#fileList`. "nextLink": "A String", # A link to the next page of files. "nextPageToken": "A String", # The page token for the next page of files. This will be absent if the end of the files 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. @@ -2902,62 +2645,61 @@

Method Details

- listLabels(fileId, maxResults=None, pageToken=None) + listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)
Lists the labels on a file.
 
 Args:
-  fileId: string, The ID of the file. (required)
-  maxResults: integer, The maximum number of labels to return per page. When not set, this defaults to 100.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  fileId: string, The ID for the file or shared drive. (required)
+  maxResults: integer, The maximum number of labels to return per page. When not set, defaults to 100.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A list of labels.
+    { # A list of labels applied to a file.
   "items": [ # The list of labels.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of a label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "drive#labelField", # This is always `drive#labelField`.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "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.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user.
+              "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+              "kind": "drive#user", # Output only. This is always `drive#user`.
+              "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+              "picture": { # Output only. The user's profile picture.
+                "url": "A String", # Output Only. A URL that points to a profile picture of this user.
               },
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "drive#label", # This is always `drive#label`
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
-  "kind": "drive#labelList", # This is always drive#labelList
+  "kind": "drive#labelList", # This is always `drive#labelList`
   "nextPageToken": "A String", # The page token for the next page of labels. This field will be absent if the end of the 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.
 }
@@ -2991,93 +2733,92 @@

Method Details

- modifyLabels(fileId, body=None) -
Modifies the set of labels on a file.
+    modifyLabels(fileId, body=None, x__xgafv=None)
+  
Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.
 
 Args:
-  fileId: string, The ID of the file for which the labels are modified. (required)
+  fileId: string, The ID of the file to which the labels belong. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.
-  "kind": "drive#modifyLabelsRequest", # This is always drive#modifyLabelsRequest
+{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.
+  "kind": "drive#modifyLabelsRequest", # This is always `drive#modifyLabelsRequest`.
   "labelModifications": [ # The list of modifications to apply to the labels on the file.
     { # A modification to a label on a file. A LabelModification can be used to apply a label to a file, update an existing label on a file, or remove a label from a file.
       "fieldModifications": [ # The list of modifications to this label's fields.
         { # A modification to a label's field.
           "fieldId": "A String", # The ID of the field to be modified.
-          "kind": "drive#labelFieldModification", # This is always drive#labelFieldModification.
-          "setDateValues": [ # Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.
+          "kind": "drive#labelFieldModification", # This is always `drive#labelFieldModification`.
+          "setDateValues": [ # Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
             "A String",
           ],
-          "setIntegerValues": [ # Replaces an integer field with these new values.
+          "setIntegerValues": [ # Replaces the value of an `integer` field with these new values.
             "A String",
           ],
-          "setSelectionValues": [ # Replaces a selection field with these new values.
+          "setSelectionValues": [ # Replaces a `selection` field with these new values.
             "A String",
           ],
-          "setTextValues": [ # Replaces a text field with these new values.
+          "setTextValues": [ # Sets the value of a `text` field.
             "A String",
           ],
-          "setUserValues": [ # Replaces a user field with these new values. The values must be valid email addresses.
+          "setUserValues": [ # Replaces a `user` field with these new values. The values must be valid email addresses.
             "A String",
           ],
           "unsetValues": True or False, # Unsets the values for this field.
         },
       ],
-      "kind": "drive#labelModification", # This is always drive#labelModification.
+      "kind": "drive#labelModification", # This is always `drive#labelModification`.
       "labelId": "A String", # The ID of the label to modify.
       "removeLabel": True or False, # If true, the label will be removed from the file.
     },
   ],
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.
-  "kind": "drive#modifyLabelsResponse", # This is always drive#modifyLabelsResponse
+  "kind": "drive#modifyLabelsResponse", # This is always `drive#modifyLabelsResponse`
   "modifiedLabels": [ # The list of labels which were added or updated by the request.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of a label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "drive#labelField", # This is always `drive#labelField`.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "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.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user.
+              "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+              "kind": "drive#user", # Output only. This is always `drive#user`.
+              "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+              "picture": { # Output only. The user's profile picture.
+                "url": "A String", # Output Only. A URL that points to a profile picture of this user.
               },
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "drive#label", # This is always `drive#label`
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
@@ -3085,7 +2826,7 @@ 

Method Details

- patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None) + patch(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)
Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.
 
 Args:
@@ -3094,2203 +2835,1974 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. } addParents: string, Comma-separated list of parent IDs to add. - convert: boolean, This parameter is deprecated and has no function. - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. - includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. - modifiedDateBehavior: string, Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate. + convert: boolean, Deprecated: This parameter has no function. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. + includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported. + modifiedDateBehavior: string, Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`. Allowed values - fromBody - Set modifiedDate to the value provided in the body of the request. No change if no value was provided. - fromBodyIfNeeded - Set modifiedDate to the value provided in the body of the request depending on other contents of the update. + fromBody - Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided. + fromBodyIfNeeded - Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update. fromBodyOrNow - Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided. - noChange - Maintain the previous value of modifiedDate. - now - Set modifiedDate to the current time. - nowIfNeeded - Set modifiedDate to the current time depending on contents of the update. - newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request. + noChange - Maintain the previous value of `modifiedDate`. + now - Set `modifiedDate` to the current time. + nowIfNeeded - Set `modifiedDate` to the current time depending on contents of the update. + newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045). Note that this field is ignored if there is no payload in the request. ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads. ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes. pinned: boolean, Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. Note that this field is ignored if there is no payload in the request. removeParents: string, Comma-separated list of parent IDs to remove. - setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange. + setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. timedTextLanguage: string, The language of the timed text. timedTextTrackName: string, The timed text track name. updateViewedDate: boolean, Whether to update the view date after successfully updating the file. useContentAsIndexableText: boolean, Whether to use the content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) + touch(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Set the file's updated time to the current server time.
 
 Args:
   fileId: string, The ID of the file to update. (required)
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "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.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "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.
+  "defaultOpenWithLink": "A String", # Output only. 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.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "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.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. 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.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "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.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "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.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "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.
   "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.
   "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.
-  "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.
+  "openWithLinks": { # Output only. 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",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "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.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "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.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "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.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "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.
-  "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.
+  "webContentLink": "A String", # Output only. 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.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Moves a file to the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    trash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
 Moves a file to the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all `files.list` responses returned for any user who doesn't own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. *Note:* Files moved to the trash still appear by default in results from the `files.list` method. To permanently remove a file, use `files.delete`.
 
 Args:
   fileId: string, The ID of the file to trash. (required)
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "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.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "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.
+  "defaultOpenWithLink": "A String", # Output only. 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.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "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.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. 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.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "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.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "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.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "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.
   "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.
   "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.
-  "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.
+  "openWithLinks": { # Output only. 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",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "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.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "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.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "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.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "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.
-  "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.
+  "webContentLink": "A String", # Output only. 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.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Restores a file from the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may untrash a file.
+    untrash(fileId, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
Restores a file from the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may untrash a file.
 
 Args:
   fileId: string, The ID of the file to untrash. (required)
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer.
-  "appDataContents": True or False, # Whether this file is in the Application Data folder.
-  "canComment": True or False, # Deprecated: use capabilities/canComment.
-  "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions.
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeRestrictedDownload": True or False, # Deprecated
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer.
+  "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder.
+  "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead.
+  "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeRestrictedDownload": True or False, # Output only. Deprecated.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists.
     { # A restriction for accessing the content of the file.
       "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified.
-      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.
-      "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true.
-        "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.
+      "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.
+      "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user.
+        "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+        "kind": "drive#user", # Output only. This is always `drive#user`.
+        "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+        "picture": { # Output only. The user's profile picture.
+          "url": "A String", # Output Only. A URL that points to a profile picture of this user.
         },
       },
       "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.
-      "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction.
+      "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.
     },
   ],
   "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters.
-  "copyable": True or False, # Deprecated: use capabilities/canCopy.
+  "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead.
   "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp).
-  "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.
+  "defaultOpenWithLink": "A String", # Output only. 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.
   "description": "A String", # A short description of the file.
-  "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives.
-  "editable": True or False, # Deprecated: use capabilities/canEdit.
-  "embedLink": "A String", # A link for embedding the file.
-  "etag": "A String", # ETag of the file.
-  "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
-  },
-  "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.
+  "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.
+  "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.
+  "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead.
+  "embedLink": "A String", # Output only. A link for embedding the file.
+  "etag": "A String", # Output only. ETag of the file.
+  "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
+  },
+  "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.
   "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette.
-  "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives.
-  "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
-  "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "iconLink": "A String", # A link to the file's icon.
+  "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.
+  "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.
+  "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "iconLink": "A String", # Output only. A link to the file's icon.
   "id": "A String", # The ID of the file.
-  "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.
-    "aperture": 3.14, # The aperture used to create the photo (f-number).
-    "cameraMake": "A String", # The make of the camera used to create the photo.
-    "cameraModel": "A String", # The model of the camera used to create the photo.
-    "colorSpace": "A String", # The color space of the photo.
-    "date": "A String", # The date and time the photo was taken (EXIF format timestamp).
-    "exposureBias": 3.14, # The exposure bias of the photo (APEX value).
-    "exposureMode": "A String", # The exposure mode used to create the photo.
-    "exposureTime": 3.14, # The length of the exposure, in seconds.
-    "flashUsed": True or False, # Whether a flash was used to create the photo.
-    "focalLength": 3.14, # The focal length used to create the photo, in millimeters.
-    "height": 42, # The height of the image in pixels.
-    "isoSpeed": 42, # The ISO speed used to create the photo.
-    "lens": "A String", # The lens used to create the photo.
-    "location": { # Geographic location information stored in the image.
-      "altitude": 3.14, # The altitude stored in the image.
-      "latitude": 3.14, # The latitude stored in the image.
-      "longitude": 3.14, # The longitude stored in the image.
+  "imageMediaMetadata": { # Output only. 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.
+    "aperture": 3.14, # Output only. The aperture used to create the photo (f-number).
+    "cameraMake": "A String", # Output only. The make of the camera used to create the photo.
+    "cameraModel": "A String", # Output only. The model of the camera used to create the photo.
+    "colorSpace": "A String", # Output only. The color space of the photo.
+    "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp).
+    "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value).
+    "exposureMode": "A String", # Output only. The exposure mode used to create the photo.
+    "exposureTime": 3.14, # Output only. The length of the exposure, in seconds.
+    "flashUsed": True or False, # Output only. Whether a flash was used to create the photo.
+    "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters.
+    "height": 42, # Output only. The height of the image in pixels.
+    "isoSpeed": 42, # Output only. The ISO speed used to create the photo.
+    "lens": "A String", # Output only. The lens used to create the photo.
+    "location": { # Output only. Geographic location information stored in the image.
+      "altitude": 3.14, # Output only. The altitude stored in the image.
+      "latitude": 3.14, # Output only. The latitude stored in the image.
+      "longitude": 3.14, # Output only. The longitude stored in the image.
     },
-    "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value).
-    "meteringMode": "A String", # The metering mode used to create the photo.
-    "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation.
-    "sensor": "A String", # The type of sensor used to create the photo.
-    "subjectDistance": 42, # The distance to the subject of the photo, in meters.
-    "whiteBalance": "A String", # The white balance mode used to create the photo.
-    "width": 42, # The width of the image in pixels.
-  },
-  "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.
+    "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).
+    "meteringMode": "A String", # Output only. The metering mode used to create the photo.
+    "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.
+    "sensor": "A String", # Output only. The type of sensor used to create the photo.
+    "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters.
+    "whiteBalance": "A String", # Output only. The white balance mode used to create the photo.
+    "width": 42, # Output only. The width of the image in pixels.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
     "text": "A String", # The text to be indexed for this file.
   },
-  "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app.
-  "kind": "drive#file", # The type of file. This is always drive#file.
-  "labelInfo": { # An overview of the labels on the file.
-    "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.
-      { # Representation of a label and its fields.
-        "fields": { # A map of the label's fields keyed by the field ID.
-          "a_key": { # Representation of a label field.
+  "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app.
+  "kind": "drive#file", # Output only. The type of file. This is always `drive#file`.
+  "labelInfo": { # Output only. An overview of the labels on the file.
+    "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
+      { # Representation of a label and label fields.
+        "fields": { # A map of the fields on the label, keyed by the field's ID.
+          "a_key": { # Representation of field, which is a typed key-value pair.
             "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
               "A String",
             ],
-            "id": "A String", # The identifier of this field.
-            "integer": [ # Only present if valueType is integer.
+            "id": "A String", # The identifier of this label field.
+            "integer": [ # Only present if `valueType` is `integer`.
               "A String",
             ],
-            "kind": "drive#labelField", # This is always drive#labelField.
-            "selection": [ # Only present if valueType is selection.
+            "kind": "drive#labelField", # This is always `drive#labelField`.
+            "selection": [ # Only present if `valueType` is `selection`
               "A String",
             ],
-            "text": [ # Only present if valueType is text.
+            "text": [ # Only present if `valueType` is `text`.
               "A String",
             ],
-            "user": [ # Only present if valueType is user.
+            "user": [ # Only present if `valueType` is `user`.
               { # Information about a Drive user.
-                "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.
+                "displayName": "A String", # Output only. A plain text displayable name for this user.
+                "emailAddress": "A String", # Output only. The email address of the user.
+                "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+                "kind": "drive#user", # Output only. This is always `drive#user`.
+                "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+                "picture": { # Output only. The user's profile picture.
+                  "url": "A String", # Output Only. A URL that points to a profile picture of this user.
                 },
               },
             ],
-            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-                # - dateString
-                # - integer
-                # - selection
-                # - text
-                # - user
+            "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
           },
         },
         "id": "A String", # The ID of the label.
-        "kind": "drive#label", # This is always drive#label
+        "kind": "drive#label", # This is always `drive#label`
         "revisionId": "A String", # The revision ID of the label.
       },
     ],
   },
   "labels": { # A group of labels for the file.
-    "hidden": True or False, # Deprecated.
-    "modified": True or False, # Whether the file has been modified by this user.
-    "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead.
+    "hidden": True or False, # Output only. Deprecated.
+    "modified": True or False, # Output only. Whether the file has been modified by this user.
+    "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead.
     "starred": True or False, # Whether this file is starred by the user.
-    "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.
+    "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.
     "viewed": True or False, # Whether this file has been viewed by this user.
   },
-  "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file.
-    "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.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "lastModifyingUserName": "A String", # Name of the last user to modify this file.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file.
   "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
   "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item.
-    "securityUpdateEligible": True or False, # Whether the file is eligible for security update.
-    "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file.
+    "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update.
+    "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file.
   },
   "markedViewedByMeDate": "A String", # Deprecated.
-  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
   "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.
   "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.
   "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.
-  "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.
+  "openWithLinks": { # Output only. 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",
   },
-  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.
-  "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives.
-  "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives.
+  "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.
+  "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives.
+  "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.
     "A String",
   ],
-  "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
+  "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.
     { # Information about a Drive user.
-      "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.
+      "displayName": "A String", # Output only. A plain text displayable name for this user.
+      "emailAddress": "A String", # Output only. The email address of the user.
+      "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+      "kind": "drive#user", # Output only. This is always `drive#user`.
+      "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+      "picture": { # Output only. The user's profile picture.
+        "url": "A String", # Output Only. A URL that points to a profile picture of this user.
       },
     },
   ],
-  "parents": [ # Collection of parent folders which contain this file.
-      # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.
+  "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.
     { # A reference to a file's parent.
       "id": "A String", # The ID of the parent.
-      "isRoot": True or False, # Whether or not the parent is the root folder.
-      "kind": "drive#parentReference", # This is always drive#parentReference.
-      "parentLink": "A String", # A link to the parent.
-      "selfLink": "A String", # A link back to this reference.
+      "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+      "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+      "parentLink": "A String", # Output only. A link to the parent.
+      "selfLink": "A String", # Output only. A link back to this reference.
     },
   ],
-  "permissionIds": [ # List of permission IDs for users with access to this file.
+  "permissionIds": [ # Output only. List of permission IDs for users with access to this file.
     "A String",
   ],
-  "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives.
+  "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.
     { # A permission for a file.
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+      "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
         "A String",
       ],
-      "authKey": "A String", # Deprecated.
-      "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-      "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-      "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-      "etag": "A String", # The ETag of the permission.
-      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-          # - They cannot be set on shared drive items
-          # - They can only be set on user and group permissions
-          # - The date must be in the future
-          # - The date cannot be more than a year in the future
-      "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "kind": "drive#permission", # This is always drive#permission.
-      "name": "A String", # The name for this permission.
-      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-      "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+      "authKey": "A String", # Output only. Deprecated.
+      "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+      "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+      "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+      "etag": "A String", # Output only. The ETag of the permission.
+      "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+      "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "kind": "drive#permission", # Output only. This is always `drive#permission`.
+      "name": "A String", # Output only. The name for this permission.
+      "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+      "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
         {
-          "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+          "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
             "A String",
           ],
-          "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-          "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-          "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-              # - file
-              # - member
-          "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-              # - organizer
-              # - fileOrganizer
-              # - writer
-              # - reader
+          "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+          "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+          "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+          "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
         },
       ],
-      "photoLink": "A String", # A link to the profile photo, if available.
-      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-          # - owner
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
-      "selfLink": "A String", # A link back to this permission.
-      "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+      "photoLink": "A String", # Output only. A link to the profile photo, if available.
+      "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+      "selfLink": "A String", # Output only. A link back to this permission.
+      "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
         {
-          "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+          "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
             "A String",
           ],
-          "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-          "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-          "role": "A String", # Deprecated - use permissionDetails/role instead.
-          "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+          "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+          "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+          "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+          "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
         },
       ],
-      "type": "A String", # The account type. Allowed values are:
-          # - user
-          # - group
-          # - domain
-          # - anyone
-      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+      "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+      "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+      "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
       "withLink": True or False, # Whether the link is required for this permission.
     },
   ],
   "properties": [ # The list of properties.
-    { # A key-value pair attached to a file that is either public or private to an application.
-        # The following limits apply to file properties:
-        # - Maximum of 100 properties total per file
-        # - Maximum of 30 private properties per app
-        # - Maximum of 30 public properties
-        # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-      "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+      "etag": "A String", # Output only. ETag of the property.
       "key": "A String", # The key of this property.
-      "kind": "drive#property", # This is always drive#property.
-      "selfLink": "A String", # The link back to this property.
+      "kind": "drive#property", # Output only. This is always `drive#property`.
+      "selfLink": "A String", # Output only. The link back to this property.
       "value": "A String", # The value of this property.
-      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+      "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     },
   ],
-  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
-  "resourceKey": "A String", # A key needed to access the item via a shared link.
-  "selfLink": "A String", # A link back to this file.
-  "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
-  "shareable": True or False, # Deprecated: use capabilities/canShare.
-  "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives.
+  "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file.
+  "resourceKey": "A String", # Output only. A key needed to access the item via a shared link.
+  "selfLink": "A String", # Output only. A link back to this file.
+  "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.
+  "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead.
+  "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives.
   "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
-  "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available.
-    "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.
+  "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.
+  "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.
     "targetId": "A String", # The ID of the file that this shortcut points to.
-    "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
-    "targetResourceKey": "A String", # The ResourceKey for the target file.
+    "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
+    "targetResourceKey": "A String", # Output only. The ResourceKey for the target file.
   },
-  "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.
+  "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.
     "A String",
   ],
-  "teamDriveId": "A String", # Deprecated - use driveId instead.
+  "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead.
   "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated.
     "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5.
     "mimeType": "A String", # The MIME type of the thumbnail.
   },
-  "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.
-  "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation.
+  "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.
+  "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation.
   "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant.
   "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives.
-  "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
-    "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.
+  "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. A URL that points to a profile picture of this user.
     },
   },
-  "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file.
-    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file.
+    "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
       "A String",
     ],
-    "authKey": "A String", # Deprecated.
-    "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-    "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-    "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-    "etag": "A String", # The ETag of the permission.
-    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-        # - They cannot be set on shared drive items
-        # - They can only be set on user and group permissions
-        # - The date must be in the future
-        # - The date cannot be more than a year in the future
-    "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "kind": "drive#permission", # This is always drive#permission.
-    "name": "A String", # The name for this permission.
-    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-    "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+    "authKey": "A String", # Output only. Deprecated.
+    "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+    "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+    "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+    "etag": "A String", # Output only. The ETag of the permission.
+    "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+    "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "kind": "drive#permission", # Output only. This is always `drive#permission`.
+    "name": "A String", # Output only. The name for this permission.
+    "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+    "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
       {
-        "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+        "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
           "A String",
         ],
-        "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-        "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-        "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-            # - file
-            # - member
-        "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-            # - organizer
-            # - fileOrganizer
-            # - writer
-            # - reader
+        "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+        "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+        "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+        "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
       },
     ],
-    "photoLink": "A String", # A link to the profile photo, if available.
-    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-        # - owner
-        # - organizer
-        # - fileOrganizer
-        # - writer
-        # - reader
-    "selfLink": "A String", # A link back to this permission.
-    "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+    "photoLink": "A String", # Output only. A link to the profile photo, if available.
+    "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+    "selfLink": "A String", # Output only. A link back to this permission.
+    "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
       {
-        "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+        "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
           "A String",
         ],
-        "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-        "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-        "role": "A String", # Deprecated - use permissionDetails/role instead.
-        "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+        "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+        "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+        "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+        "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
       },
     ],
-    "type": "A String", # The account type. Allowed values are:
-        # - user
-        # - group
-        # - domain
-        # - anyone
-    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+    "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+    "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+    "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
     "withLink": True or False, # Whether the link is required for this permission.
   },
-  "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
-  "videoMediaMetadata": { # Metadata about video media. This will only be present for video types.
-    "durationMillis": "A String", # The duration of the video in milliseconds.
-    "height": 42, # The height of the video in pixels.
-    "width": 42, # The width of the video in pixels.
+  "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.
+  "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types.
+    "durationMillis": "A String", # Output only. The duration of the video in milliseconds.
+    "height": 42, # Output only. The height of the video in pixels.
+    "width": 42, # Output only. The width of the video in pixels.
   },
-  "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.
-  "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.
+  "webContentLink": "A String", # Output only. 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.
+  "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.
   "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives.
 }
- update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None) -
Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as modifiedDate. This method supports patch semantics.
+    update(fileId, addParents=None, body=None, convert=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, media_body=None, media_mime_type=None, modifiedDateBehavior=None, newRevision=None, ocr=None, ocrLanguage=None, pinned=None, removeParents=None, setModifiedDate=None, supportsAllDrives=None, supportsTeamDrives=None, timedTextLanguage=None, timedTextTrackName=None, updateViewedDate=None, useContentAsIndexableText=None, x__xgafv=None)
+  
 Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).
 
 Args:
   fileId: string, The ID of the file to update. (required)
@@ -5298,980 +4810,848 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. } addParents: string, Comma-separated list of parent IDs to add. - convert: boolean, This parameter is deprecated and has no function. - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. - includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. + convert: boolean, Deprecated: This parameter has no function. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. + includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported. media_body: string, The filename of the media request body, or an instance of a MediaUpload object. media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object. - modifiedDateBehavior: string, Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate. + modifiedDateBehavior: string, Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`. Allowed values - fromBody - Set modifiedDate to the value provided in the body of the request. No change if no value was provided. - fromBodyIfNeeded - Set modifiedDate to the value provided in the body of the request depending on other contents of the update. + fromBody - Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided. + fromBodyIfNeeded - Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update. fromBodyOrNow - Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided. - noChange - Maintain the previous value of modifiedDate. - now - Set modifiedDate to the current time. - nowIfNeeded - Set modifiedDate to the current time depending on contents of the update. - newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request. + noChange - Maintain the previous value of `modifiedDate`. + now - Set `modifiedDate` to the current time. + nowIfNeeded - Set `modifiedDate` to the current time depending on contents of the update. + newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045). ocr: boolean, Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads. ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are BCP 47 codes. - pinned: boolean, Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. Note that this field is ignored if there is no payload in the request. + pinned: boolean, Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. removeParents: string, Comma-separated list of parent IDs to remove. - setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange. + setModifiedDate: boolean, Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. timedTextLanguage: string, The language of the timed text. timedTextTrackName: string, The timed text track name. updateViewedDate: boolean, Whether to update the view date after successfully updating the file. useContentAsIndexableText: boolean, Whether to use the content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "alternateLink": "A String", # A link for opening the file in a relevant Google editor or viewer. - "appDataContents": True or False, # Whether this file is in the Application Data folder. - "canComment": True or False, # Deprecated: use capabilities/canComment. - "canReadRevisions": True or False, # Deprecated: use capabilities/canReadRevisions. - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item is not a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeRestrictedDownload": True or False, # Deprecated - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item is not a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "alternateLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer. + "appDataContents": True or False, # Output only. Whether this file is in the Application Data folder. + "canComment": True or False, # Output only. Deprecated: Use `capabilities/canComment` instead. + "canReadRevisions": True or False, # Output only. Deprecated: Use `capabilities/canReadRevisions` instead. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeRestrictedDownload": True or False, # Output only. Deprecated. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Output only. Deprecated: Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "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. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "restrictionDate": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - "copyable": True or False, # Deprecated: use capabilities/canCopy. + "copyable": True or False, # Output only. Deprecated: Use `capabilities/canCopy` instead. "createdDate": "A String", # Create time for this file (formatted RFC 3339 timestamp). - "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. + "defaultOpenWithLink": "A String", # Output only. 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. "description": "A String", # A short description of the file. - "downloadUrl": "A String", # Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "editable": True or False, # Deprecated: use capabilities/canEdit. - "embedLink": "A String", # A link for embedding the file. - "etag": "A String", # ETag of the file. - "explicitlyTrashed": True or False, # Whether this file has been explicitly trashed, as opposed to recursively trashed. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "fileSize": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders. + "downloadUrl": "A String", # Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "editable": True or False, # Output only. Deprecated: Use `capabilities/canEdit` instead. + "embedLink": "A String", # Output only. A link for embedding the file. + "etag": "A String", # Output only. ETag of the file. + "explicitlyTrashed": True or False, # Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "fileSize": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. "folderColorRgb": "A String", # Folder color as an RGB hex string if the file is a folder or a shortcut to a folder. The list of supported colors is available in the folderColorPalette field of the About resource. If an unsupported color is specified, it will be changed to the closest color in the palette. - "fullFileExtension": "A String", # The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "iconLink": "A String", # A link to the file's icon. + "fullFileExtension": "A String", # Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as "tar.gz". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "iconLink": "A String", # Output only. A link to the file's icon. "id": "A String", # The ID of the file. - "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. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "date": "A String", # The date and time the photo was taken (EXIF format timestamp). - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. 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. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "date": "A String", # Output only. The date and time the photo was taken (EXIF format timestamp). + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90 degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "indexableText": { # Indexable text attributes for the file (can only be written). For more information, see Manage file metadata. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "indexableText": { # Indexable text attributes for the file (can only be written) "text": "A String", # The text to be indexed for this file. }, - "isAppAuthorized": True or False, # Whether the file was created or opened by the requesting app. - "kind": "drive#file", # The type of file. This is always drive#file. - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. The type of file. This is always `drive#file`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of a label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "drive#labelField", # This is always `drive#labelField`. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "drive#label", # This is always `drive#label` "revisionId": "A String", # The revision ID of the label. }, ], }, "labels": { # A group of labels for the file. - "hidden": True or False, # Deprecated. - "modified": True or False, # Whether the file has been modified by this user. - "restricted": True or False, # Deprecated - use copyRequiresWriterPermission instead. + "hidden": True or False, # Output only. Deprecated. + "modified": True or False, # Output only. Whether the file has been modified by this user. + "restricted": True or False, # Output only. Deprecated: Use `copyRequiresWriterPermission` instead. "starred": True or False, # Whether this file is starred by the user. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "trashed": True or False, # Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files. "viewed": True or False, # Whether this file has been viewed by this user. }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify this file. - "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. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "lastModifyingUserName": "A String", # Name of the last user to modify this file. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this file. "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp). "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, "markedViewedByMeDate": "A String", # Deprecated. - "md5Checksum": "A String", # An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. "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. "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. "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. - "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. + "openWithLinks": { # Output only. 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", }, - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the file is owned by the current user. Not populated for items in shared drives. - "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for items in shared drives. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the file is owned by the current user. Not populated for items in shared drives. + "ownerNames": [ # Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives. "A String", ], - "owners": [ # The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "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. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, ], - "parents": [ # Collection of parent folders which contain this file. - # If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list. + "parents": [ # Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The list of permissions for users with access to this file. Not populated for items in shared drives. + "permissions": [ # Output only. The list of permissions for users with access to this file. Not populated for items in shared drives. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], "properties": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "quotaBytesUsed": "A String", # The number of quota bytes used by this file. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "selfLink": "A String", # A link back to this file. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files. - "shareable": True or False, # Deprecated: use capabilities/canShare. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of quota bytes used by this file. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "selfLink": "A String", # Output only. A link back to this file. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shareable": True or False, # Output only. Deprecated: Use `capabilities/canShare` instead. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp). - "sharingUser": { # Information about a Drive user. # User that shared the item with the current user, if available. - "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. + "sharingUser": { # Information about a Drive user. # Output only. User that shared the item with the current user, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "spaces": [ # The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'. + "spaces": [ # Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`. "A String", ], - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Output only. Deprecated: Use `driveId` instead. "thumbnail": { # A thumbnail for the file. This will only be used if a standard thumbnail cannot be generated. "image": "A String", # The URL-safe Base64 encoded bytes of the thumbnail image. It should conform to RFC 4648 section 5. "mimeType": "A String", # The MIME type of the thumbnail. }, - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. "title": "A String", # The title of this file. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the title is constant. "trashedDate": "A String", # The time that the item was trashed (formatted RFC 3339 timestamp). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "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. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, - "userPermission": { # A permission for a file. # The permissions for the authenticated user on this file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "userPermission": { # A permission for a file. # Output only. The permissions for the authenticated user on this file. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. - "videoMediaMetadata": { # Metadata about video media. This will only be present for video types. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user. + "videoMediaMetadata": { # Output only. Metadata about video media. This will only be present for video types. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "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. - "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. + "webContentLink": "A String", # Output only. 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. + "webViewLink": "A String", # Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting. "writersCanShare": True or False, # Whether writers can share the document with other users. Not populated for items in shared drives. }
- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Subscribe to changes on a file.
+    watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None, x__xgafv=None)
+  
Subscribes to changes to a file.
 
 Args:
   fileId: string, The ID for the file in question. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
+  projection: string, Deprecated: This parameter has no function.
     Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
+      BASIC - Deprecated.
+      FULL - Deprecated.
   revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
-
- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, projection=None, revisionId=None, supportsAllDrives=None, supportsTeamDrives=None, updateViewedDate=None) -
Subscribe to changes on a file.
-
-Args:
-  fileId: string, The ID for the file in question. (required)
-  body: object, The request body.
-    The object takes the form of:
-
-{ # An notification channel used to watch for resource changes.
-  "address": "A String", # The address where notifications are delivered for this channel.
-  "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
-  "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
-  "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
-  },
-  "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
-  "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
-  "resourceUri": "A String", # A version-specific identifier for the watched resource.
-  "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
-}
-
-  acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  projection: string, This parameter is deprecated and has no function.
-    Allowed values
-      BASIC - Deprecated
-      FULL - Deprecated
-  revisionId: string, Specifies the Revision ID that should be downloaded. Ignored unless alt=media is specified.
-  supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  updateViewedDate: boolean, Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.
-
-Returns:
-  The media object as a string.
-
-    
-
- \ No newline at end of file diff --git a/docs/dyn/drive_v2.html b/docs/dyn/drive_v2.html index 39f97a30004..4d9db06fb02 100644 --- a/docs/dyn/drive_v2.html +++ b/docs/dyn/drive_v2.html @@ -72,7 +72,7 @@ -

Drive API

+

Google Drive API

Instance Methods

about() diff --git a/docs/dyn/drive_v2.parents.html b/docs/dyn/drive_v2.parents.html index 6bc73663222..26557a0549f 100644 --- a/docs/dyn/drive_v2.parents.html +++ b/docs/dyn/drive_v2.parents.html @@ -72,22 +72,22 @@ -

Drive API . parents

+

Google Drive API . parents

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, parentId, enforceSingleParent=None)

+ delete(fileId, parentId, enforceSingleParent=None, x__xgafv=None)

Removes a parent from a file.

- get(fileId, parentId)

+ get(fileId, parentId, x__xgafv=None)

Gets a specific parent reference.

- insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Adds a parent folder for a file.

- list(fileId)

+ list(fileId, x__xgafv=None)

Lists a file's parents.

Method Details

@@ -96,38 +96,46 @@

Method Details

- delete(fileId, parentId, enforceSingleParent=None) + delete(fileId, parentId, enforceSingleParent=None, x__xgafv=None)
Removes a parent from a file.
 
 Args:
   fileId: string, The ID of the file. (required)
   parentId: string, The ID of the parent. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, parentId) + get(fileId, parentId, x__xgafv=None)
Gets a specific parent reference.
 
 Args:
   fileId: string, The ID of the file. (required)
   parentId: string, The ID of the parent. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A reference to a file's parent.
   "id": "A String", # The ID of the parent.
-  "isRoot": True or False, # Whether or not the parent is the root folder.
-  "kind": "drive#parentReference", # This is always drive#parentReference.
-  "parentLink": "A String", # A link to the parent.
-  "selfLink": "A String", # A link back to this reference.
+  "isRoot": True or False, # Output only. Whether or not the parent is the root folder.
+  "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`.
+  "parentLink": "A String", # Output only. A link to the parent.
+  "selfLink": "A String", # Output only. A link back to this reference.
 }
- insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Adds a parent folder for a file.
 
 Args:
@@ -137,34 +145,42 @@ 

Method Details

{ # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. } - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }
- list(fileId) + list(fileId, x__xgafv=None)
Lists a file's parents.
 
 Args:
   fileId: string, The ID of the file. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -174,13 +190,13 @@ 

Method Details

"items": [ # The list of parents. { # A reference to a file's parent. "id": "A String", # The ID of the parent. - "isRoot": True or False, # Whether or not the parent is the root folder. - "kind": "drive#parentReference", # This is always drive#parentReference. - "parentLink": "A String", # A link to the parent. - "selfLink": "A String", # A link back to this reference. + "isRoot": True or False, # Output only. Whether or not the parent is the root folder. + "kind": "drive#parentReference", # Output only. This is always `drive#parentReference`. + "parentLink": "A String", # Output only. A link to the parent. + "selfLink": "A String", # Output only. A link back to this reference. }, ], - "kind": "drive#parentList", # This is always drive#parentList. + "kind": "drive#parentList", # This is always `drive#parentList`. "selfLink": "A String", # A link back to this list. }
diff --git a/docs/dyn/drive_v2.permissions.html b/docs/dyn/drive_v2.permissions.html index 49a283fad6f..e001de33979 100644 --- a/docs/dyn/drive_v2.permissions.html +++ b/docs/dyn/drive_v2.permissions.html @@ -72,35 +72,35 @@ -

Drive API . permissions

+

Google Drive API . permissions

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

-

Deletes a permission from a file or shared drive.

+ delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deletes a permission from a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Gets a permission by ID.

- getIdForEmail(email)

+ getIdForEmail(email, x__xgafv=None)

Returns the permission ID for an email address.

- insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

-

Inserts a permission for a file or shared drive.

+ insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

+

Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Lists a file's or shared drive's permissions.

list_next()

Retrieves the next page of results.

- patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Updates a permission using patch semantics.

+ patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates a permission using patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Updates a permission.

+ update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

Method Details

close() @@ -108,116 +108,109 @@

Method Details

- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) -
Deletes a permission from a file or shared drive.
+    delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deletes a permission from a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
   permissionId: string, The ID for the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Gets a permission by ID.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
   permissionId: string, The ID for the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A permission for a file.
-  "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.
+  "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.
     "A String",
   ],
-  "authKey": "A String", # Deprecated.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.
-  "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.
-  "etag": "A String", # The ETag of the permission.
-  "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions:
-      # - They cannot be set on shared drive items
-      # - They can only be set on user and group permissions
-      # - The date must be in the future
-      # - The date cannot be more than a year in the future
-  "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-  "kind": "drive#permission", # This is always drive#permission.
-  "name": "A String", # The name for this permission.
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
+  "authKey": "A String", # Output only. Deprecated.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.
+  "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.
+  "etag": "A String", # Output only. The ETag of the permission.
+  "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests
+  "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+  "kind": "drive#permission", # Output only. This is always `drive#permission`.
+  "name": "A String", # Output only. The name for this permission.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.
+      "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.
         "A String",
       ],
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the profile photo, if available.
-  "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - reader
-  "selfLink": "A String", # A link back to this permission.
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the profile photo, if available.
+  "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`
+  "selfLink": "A String", # Output only. A link back to this permission.
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead.
     {
-      "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead.
+      "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.
         "A String",
       ],
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The account type. Allowed values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone
-  "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`
+  "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.
   "withLink": True or False, # Whether the link is required for this permission.
 }
- getIdForEmail(email) + getIdForEmail(email, x__xgafv=None)
Returns the permission ID for an email address.
 
 Args:
   email: string, The email address for which to return a permission ID (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # An ID for a user or group as seen in Permission items.
   "id": "A String", # The permission ID.
-  "kind": "drive#permissionId", # This is always drive#permissionId.
+  "kind": "drive#permissionId", # This is always `drive#permissionId`.
 }
- insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) -
Inserts a permission for a file or shared drive.
+    insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
@@ -225,157 +218,127 @@ 

Method Details

The object takes the form of: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. } emailMessage: string, A plain text custom message to include in notification emails. - enforceSingleParent: boolean, Deprecated. See moveToNewOwnersRoot for details. - moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed. - sendNotificationEmails: boolean, Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the role is owner. + enforceSingleParent: boolean, Deprecated: See `moveToNewOwnersRoot` for details. + moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed. + sendNotificationEmails: boolean, Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the `role` is `owner`. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }
- list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Lists a file's or shared drive's permissions.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
+  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only `published` is supported.
   maxResults: integer, The maximum number of permissions to return per page. When not set for files in a shared drive, at most 100 results will be returned. When not set for files that are not in a shared drive, the entire list will be returned.
-  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -384,70 +347,51 @@ 

Method Details

"etag": "A String", # The ETag of the list. "items": [ # The list of permissions. { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }, ], - "kind": "drive#permissionList", # This is always drive#permissionList. + "kind": "drive#permissionList", # This is always `drive#permissionList`. "nextPageToken": "A String", # The page token for the next page of permissions. This field will be absent if the end of the permissions 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. }
@@ -468,8 +412,8 @@

Method Details

- patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Updates a permission using patch semantics.
+    patch(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates a permission using patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
@@ -478,146 +422,112 @@ 

Method Details

The object takes the form of: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. } removeExpiration: boolean, Whether to remove the expiration date. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. - transferOwnership: boolean, Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + transferOwnership: boolean, Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }
- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Updates a permission.
+    update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID for the file or shared drive. (required)
@@ -626,139 +536,105 @@ 

Method Details

The object takes the form of: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. } removeExpiration: boolean, Whether to remove the expiration date. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. - transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + transferOwnership: boolean, Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A permission for a file. - "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future. + "additionalRoles": [ # Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future. "A String", ], - "authKey": "A String", # Deprecated. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "domain": "A String", # The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain. - "emailAddress": "A String", # The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group. - "etag": "A String", # The ETag of the permission. - "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - # - They cannot be set on shared drive items - # - They can only be set on user and group permissions - # - The date must be in the future - # - The date cannot be more than a year in the future - "id": "A String", # The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "kind": "drive#permission", # This is always drive#permission. - "name": "A String", # The name for this permission. - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. + "authKey": "A String", # Output only. Deprecated. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "domain": "A String", # Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`. + "emailAddress": "A String", # Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`. + "etag": "A String", # Output only. The ETag of the permission. + "expirationDate": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests + "id": "A String", # The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "kind": "drive#permission", # Output only. This is always `drive#permission`. + "name": "A String", # Output only. The name for this permission. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "additionalRoles": [ # Additional roles for this user. Only commenter is currently possible, though more may be supported in the future. + "additionalRoles": [ # Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future. "A String", ], - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently possible: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently possible: - # - organizer - # - fileOrganizer - # - writer - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader` }, ], - "photoLink": "A String", # A link to the profile photo, if available. - "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - reader - "selfLink": "A String", # A link back to this permission. - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the profile photo, if available. + "role": "A String", # The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader` + "selfLink": "A String", # Output only. A link back to this permission. + "teamDrivePermissionDetails": [ # Output only. Deprecated: Use `permissionDetails` instead. { - "additionalRoles": [ # Deprecated - use permissionDetails/additionalRoles instead. + "additionalRoles": [ # Output only. Deprecated: Use `permissionDetails/additionalRoles` instead. "A String", ], - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Output only. Deprecated: Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Output only. Deprecated: Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Output only. Deprecated: Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The account type. Allowed values are: - # - user - # - group - # - domain - # - anyone - "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The account type. Allowed values are: * `user` * `group` * `domain` * `anyone` + "value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value. "withLink": True or False, # Whether the link is required for this permission. }
diff --git a/docs/dyn/drive_v2.properties.html b/docs/dyn/drive_v2.properties.html index 6943550cdcc..897d5a3d25e 100644 --- a/docs/dyn/drive_v2.properties.html +++ b/docs/dyn/drive_v2.properties.html @@ -72,28 +72,28 @@ -

Drive API . properties

+

Google Drive API . properties

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, propertyKey, visibility=None)

+ delete(fileId, propertyKey, visibility=None, x__xgafv=None)

Deletes a property.

- get(fileId, propertyKey, visibility=None)

+ get(fileId, propertyKey, visibility=None, x__xgafv=None)

Gets a property by its key.

- insert(fileId, body=None)

+ insert(fileId, body=None, x__xgafv=None)

Adds a property to a file, or updates it if it already exists.

- list(fileId)

+ list(fileId, x__xgafv=None)

Lists a file's properties.

- patch(fileId, propertyKey, body=None, visibility=None)

+ patch(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)

Updates a property.

- update(fileId, propertyKey, body=None, visibility=None)

+ update(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)

Updates a property.

Method Details

@@ -102,45 +102,48 @@

Method Details

- delete(fileId, propertyKey, visibility=None) + delete(fileId, propertyKey, visibility=None, x__xgafv=None)
Deletes a property.
 
 Args:
   fileId: string, The ID of the file. (required)
   propertyKey: string, The key of the property. (required)
   visibility: string, The visibility of the property.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, propertyKey, visibility=None) + get(fileId, propertyKey, visibility=None, x__xgafv=None)
Gets a property by its key.
 
 Args:
   fileId: string, The ID of the file. (required)
   propertyKey: string, The key of the property. (required)
   visibility: string, The visibility of the property.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A key-value pair attached to a file that is either public or private to an application.
-    # The following limits apply to file properties:
-    # - Maximum of 100 properties total per file
-    # - Maximum of 30 private properties per app
-    # - Maximum of 30 public properties
-    # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.
-  "etag": "A String", # ETag of the property.
+    { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property
+  "etag": "A String", # Output only. ETag of the property.
   "key": "A String", # The key of this property.
-  "kind": "drive#property", # This is always drive#property.
-  "selfLink": "A String", # The link back to this property.
+  "kind": "drive#property", # Output only. This is always `drive#property`.
+  "selfLink": "A String", # Output only. The link back to this property.
   "value": "A String", # The value of this property.
-  "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+  "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
 }
- insert(fileId, body=None) + insert(fileId, body=None, x__xgafv=None)
Adds a property to a file, or updates it if it already exists.
 
 Args:
@@ -148,45 +151,43 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. +{ # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }
- list(fileId) + list(fileId, x__xgafv=None)
Lists a file's properties.
 
 Args:
   fileId: string, The ID of the file. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -194,27 +195,22 @@ 

Method Details

{ # A collection of properties, key-value pairs that are either public or private to an application. "etag": "A String", # The ETag of the list. "items": [ # The list of properties. - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }, ], - "kind": "drive#propertyList", # This is always drive#propertyList. + "kind": "drive#propertyList", # This is always `drive#propertyList`. "selfLink": "A String", # The link back to this list. }
- patch(fileId, propertyKey, body=None, visibility=None) + patch(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)
Updates a property.
 
 Args:
@@ -223,42 +219,36 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. +{ # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. } visibility: string, The visibility of the property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE) + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }
- update(fileId, propertyKey, body=None, visibility=None) + update(fileId, propertyKey, body=None, visibility=None, x__xgafv=None)
Updates a property.
 
 Args:
@@ -267,37 +257,31 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. +{ # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. } visibility: string, The visibility of the property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE) + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A key-value pair attached to a file that is either public or private to an application. - # The following limits apply to file properties: - # - Maximum of 100 properties total per file - # - Maximum of 30 private properties per app - # - Maximum of 30 public properties - # - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. - "etag": "A String", # ETag of the property. + { # A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property + "etag": "A String", # Output only. ETag of the property. "key": "A String", # The key of this property. - "kind": "drive#property", # This is always drive#property. - "selfLink": "A String", # The link back to this property. + "kind": "drive#property", # Output only. This is always `drive#property`. + "selfLink": "A String", # Output only. The link back to this property. "value": "A String", # The value of this property. - "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "visibility": "A String", # The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. }
diff --git a/docs/dyn/drive_v2.replies.html b/docs/dyn/drive_v2.replies.html index 81d67eb993d..515555fbb73 100644 --- a/docs/dyn/drive_v2.replies.html +++ b/docs/dyn/drive_v2.replies.html @@ -72,31 +72,31 @@ -

Drive API . replies

+

Google Drive API . replies

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, commentId, replyId)

+ delete(fileId, commentId, replyId, x__xgafv=None)

Deletes a reply.

- get(fileId, commentId, replyId, includeDeleted=None)

+ get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)

Gets a reply.

- insert(fileId, commentId, body=None)

+ insert(fileId, commentId, body=None, x__xgafv=None)

Creates a new reply to the given comment.

- list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None)

+ list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None, x__xgafv=None)

Lists all of the replies to a comment.

list_next()

Retrieves the next page of results.

- patch(fileId, commentId, replyId, body=None)

+ patch(fileId, commentId, replyId, body=None, x__xgafv=None)

Updates an existing reply.

- update(fileId, commentId, replyId, body=None)

+ update(fileId, commentId, replyId, body=None, x__xgafv=None)

Updates an existing reply.

Method Details

@@ -105,18 +105,22 @@

Method Details

- delete(fileId, commentId, replyId) + delete(fileId, commentId, replyId, x__xgafv=None)
Deletes a reply.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   replyId: string, The ID of the reply. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, replyId, includeDeleted=None) + get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)
Gets a reply.
 
 Args:
@@ -124,36 +128,38 @@ 

Method Details

commentId: string, The ID of the comment. (required) replyId: string, The ID of the reply. (required) includeDeleted: boolean, If set, this will succeed when retrieving a deleted reply. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
- insert(fileId, commentId, body=None) + insert(fileId, commentId, body=None, x__xgafv=None)
Creates a new reply to the given comment.
 
 Args:
@@ -163,58 +169,58 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
- list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None) + list(fileId, commentId, includeDeleted=None, maxResults=None, pageToken=None, x__xgafv=None)
Lists all of the replies to a comment.
 
 Args:
@@ -223,6 +229,10 @@ 

Method Details

includeDeleted: boolean, If set, all replies, including deleted replies (with content stripped) will be returned. maxResults: integer, The maximum number of replies to include in the response, used for paging. pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: @@ -230,29 +240,27 @@

Method Details

{ # A list of replies to a comment on a file in Google Drive. "items": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }, ], - "kind": "drive#commentReplyList", # This is always drive#commentReplyList. + "kind": "drive#commentReplyList", # This is always `drive#commentReplyList`. "nextLink": "A String", # A link to the next page of replies. "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies 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. @@ -274,7 +282,7 @@

Method Details

- patch(fileId, commentId, replyId, body=None) + patch(fileId, commentId, replyId, body=None, x__xgafv=None)
Updates an existing reply.
 
 Args:
@@ -285,58 +293,58 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
- update(fileId, commentId, replyId, body=None) + update(fileId, commentId, replyId, body=None, x__xgafv=None)
Updates an existing reply.
 
 Args:
@@ -347,53 +355,53 @@ 

Method Details

The object takes the form of: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file in Google Drive. - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "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. + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. A URL that points to a profile picture of this user. }, }, "content": "A String", # The plain text content used to create this reply. This is not HTML safe and should only be used as a starting point to make edits to a reply's content. This field is required on inserts if no verb is specified (resolve/reopen). "createdDate": "A String", # The date when this reply was first created. - "deleted": True or False, # Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. - "htmlContent": "A String", # HTML formatted content for this reply. - "kind": "drive#commentReply", # This is always drive#commentReply. + "deleted": True or False, # Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed. + "htmlContent": "A String", # Output only. HTML formatted content for this reply. + "kind": "drive#commentReply", # Output only. This is always `drive#commentReply`. "modifiedDate": "A String", # The date when this reply was last modified. - "replyId": "A String", # The ID of the reply. - "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: - # - "resolve" - To resolve a comment. - # - "reopen" - To reopen (un-resolve) a comment. + "replyId": "A String", # Output only. The ID of the reply. + "verb": "A String", # The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment. }
diff --git a/docs/dyn/drive_v2.revisions.html b/docs/dyn/drive_v2.revisions.html index 08d23722659..3c7b5ea6d7f 100644 --- a/docs/dyn/drive_v2.revisions.html +++ b/docs/dyn/drive_v2.revisions.html @@ -72,28 +72,28 @@ -

Drive API . revisions

+

Google Drive API . revisions

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, revisionId)

+ delete(fileId, revisionId, x__xgafv=None)

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.

- get(fileId, revisionId)

+ get(fileId, revisionId, x__xgafv=None)

Gets a specific revision.

- list(fileId, maxResults=None, pageToken=None)

+ list(fileId, maxResults=None, pageToken=None, x__xgafv=None)

Lists a file's revisions.

list_next()

Retrieves the next page of results.

- patch(fileId, revisionId, body=None)

+ patch(fileId, revisionId, body=None, x__xgafv=None)

Updates a revision.

- update(fileId, revisionId, body=None)

+ update(fileId, revisionId, body=None, x__xgafv=None)

Updates a revision.

Method Details

@@ -102,67 +102,79 @@

Method Details

- delete(fileId, revisionId) + delete(fileId, revisionId, x__xgafv=None)
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)
   revisionId: string, The ID of the revision. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, revisionId) + get(fileId, revisionId, x__xgafv=None)
Gets a specific revision.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A revision of a file.
-  "downloadUrl": "A String",
-  "etag": "A String", # The ETag of the revision.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
+  "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive.
+  "etag": "A String", # Output only. The ETag of the revision.
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
   },
-  "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.
+  "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+  "id": "A String", # Output only. The ID of the revision.
+  "kind": "drive#revision", # Output only. This is always `drive#revision`.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user.
+    "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
+    "kind": "drive#user", # Output only. This is always `drive#user`.
+    "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection.
+    "picture": { # Output only. The user's profile picture.
+      "url": "A String", # Output Only. 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.
+  "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision.
+  "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+  "mimeType": "A String", # Output only. 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.
+  "originalFilename": "A String", # Output only. 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. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. 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 Docs Editors files.
   "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files.
-  "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files.
+  "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files.
   "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files.
-  "selfLink": "A String", # A link back to this revision.
+  "selfLink": "A String", # Output only. A link back to this revision.
 }
- list(fileId, maxResults=None, pageToken=None) + list(fileId, maxResults=None, pageToken=None, x__xgafv=None)
Lists a file's revisions.
 
 Args:
   fileId: string, The ID of the file. (required)
   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.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -171,38 +183,38 @@ 

Method Details

"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. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "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. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. 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. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. 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. + "originalFilename": "A String", # Output only. 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. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. 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 Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. }, ], - "kind": "drive#revisionList", # This is always drive#revisionList. + "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. }
@@ -223,7 +235,7 @@

Method Details

- patch(fileId, revisionId, body=None) + patch(fileId, revisionId, body=None, x__xgafv=None)
Updates a revision.
 
 Args:
@@ -233,76 +245,80 @@ 

Method Details

The object takes the form of: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "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. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. 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. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. 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. + "originalFilename": "A String", # Output only. 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. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. 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 Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "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. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. 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. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. 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. + "originalFilename": "A String", # Output only. 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. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. 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 Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. }
- update(fileId, revisionId, body=None) + update(fileId, revisionId, body=None, x__xgafv=None)
Updates a revision.
 
 Args:
@@ -312,71 +328,75 @@ 

Method Details

The object takes the form of: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "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. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. 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. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. 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. + "originalFilename": "A String", # Output only. 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. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. 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 Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A revision of a file. - "downloadUrl": "A String", - "etag": "A String", # The ETag of the revision. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "downloadUrl": "A String", # Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive. + "etag": "A String", # Output only. The ETag of the revision. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "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. + "fileSize": "A String", # Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive. + "id": "A String", # Output only. The ID of the revision. + "kind": "drive#revision", # Output only. This is always `drive#revision`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. + "isAuthenticatedUser": True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made. + "kind": "drive#user", # Output only. This is always `drive#user`. + "permissionId": "A String", # Output only. The user's ID as visible in the permissions collection. + "picture": { # Output only. The user's profile picture. + "url": "A String", # Output Only. 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. + "lastModifyingUserName": "A String", # Output only. Name of the last user to modify this revision. + "md5Checksum": "A String", # Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive. + "mimeType": "A String", # Output only. 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. + "originalFilename": "A String", # Output only. 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. If not set, the revision is automatically purged 30 days after newer content is uploaded. This field can only be modified on files with content stored in Drive, excluding Docs Editors files. 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 Docs Editors files. "published": True or False, # Whether this revision is published. This is only populated and can only be modified for Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only populated and can only be modified for Docs Editors files. - "selfLink": "A String", # A link back to this revision. + "selfLink": "A String", # Output only. A link back to this revision. }
diff --git a/docs/dyn/drive_v2.teamdrives.html b/docs/dyn/drive_v2.teamdrives.html index c9dc676cad1..8242112f091 100644 --- a/docs/dyn/drive_v2.teamdrives.html +++ b/docs/dyn/drive_v2.teamdrives.html @@ -72,29 +72,29 @@ -

Drive API . teamdrives

+

Google Drive API . teamdrives

Instance Methods

close()

Close httplib2 connections.

- delete(teamDriveId)

-

Deprecated use drives.delete instead.

+ delete(teamDriveId, x__xgafv=None)

+

Deprecated: Use `drives.delete` instead.

- get(teamDriveId, useDomainAdminAccess=None)

-

Deprecated use drives.get instead.

+ get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.get` instead.

- insert(requestId, body=None)

-

Deprecated use drives.insert instead.

+ insert(requestId, body=None, x__xgafv=None)

+

Deprecated: Use `drives.insert` instead.

- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Deprecated use drives.list instead.

+ list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.list` instead.

list_next()

Retrieves the next page of results.

- update(teamDriveId, body=None, useDomainAdminAccess=None)

-

Deprecated use drives.update instead.

+ update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.update` instead.

Method Details

close() @@ -102,27 +102,35 @@

Method Details

- delete(teamDriveId) -
Deprecated use drives.delete instead.
+    delete(teamDriveId, x__xgafv=None)
+  
Deprecated: Use `drives.delete` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(teamDriveId, useDomainAdminAccess=None) -
Deprecated use drives.get instead.
+    get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.get` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+    { # Deprecated: Use the `drive` collection instead.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -131,11 +139,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -145,41 +153,41 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- insert(requestId, body=None) -
Deprecated use drives.insert instead.
+    insert(requestId, body=None, x__xgafv=None)
+  
Deprecated: Use `drives.insert` instead.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+{ # Deprecated: Use the `drive` collection instead.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -188,11 +196,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -202,35 +210,39 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + { # Deprecated: Use the `drive` collection instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -239,11 +251,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -253,47 +265,51 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Deprecated use drives.list instead.
+    list(maxResults=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.list` instead.
 
 Args:
   maxResults: integer, Maximum number of Team Drives to return.
   pageToken: string, Page token for Team Drives.
   q: string, Query string for searching Team Drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A list of Team Drives.
   "items": [ # The list of Team Drives.
-    { # Deprecated: use the drive collection instead.
-      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+    { # Deprecated: Use the `drive` collection instead.
+      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
         "id": "A String", # The ID of an image file in Drive to use for the background image.
         "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
         "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -302,11 +318,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -316,30 +332,30 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], - "kind": "drive#teamDriveList", # This is always drive#teamDriveList + "kind": "drive#teamDriveList", # This is always `drive#teamDriveList` "nextPageToken": "A String", # The page token for the next page of Team Drives. }
@@ -359,16 +375,16 @@

Method Details

- update(teamDriveId, body=None, useDomainAdminAccess=None) -
Deprecated use drives.update instead.
+    update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.update` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+{ # Deprecated: Use the `drive` collection instead.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -377,11 +393,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -391,36 +407,40 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + { # Deprecated: Use the `drive` collection instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -429,11 +449,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -443,27 +463,27 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdDate": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # This is always drive#teamDrive + "kind": "drive#teamDrive", # This is always `drive#teamDrive` "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/docs/dyn/drive_v3.about.html b/docs/dyn/drive_v3.about.html index 837b78d8a8f..4283db84799 100644 --- a/docs/dyn/drive_v3.about.html +++ b/docs/dyn/drive_v3.about.html @@ -72,13 +72,13 @@ -

Drive API . about

+

Google Drive API . about

Instance Methods

close()

Close httplib2 connections.

- get()

+ get(x__xgafv=None)

Gets information about the user, the user's Drive, and system capabilities.

Method Details

@@ -87,10 +87,14 @@

Method Details

- get() + get(x__xgafv=None)
Gets information about the user, the user's Drive, and system capabilities.
 
 Args:
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -98,7 +102,7 @@ 

Method Details

{ # Information about the user, the user's Drive, and system capabilities. "appInstalled": True or False, # Whether the user has installed the requesting app. "canCreateDrives": True or False, # Whether the user can create shared drives. - "canCreateTeamDrives": True or False, # Deprecated - use canCreateDrives instead. + "canCreateTeamDrives": True or False, # Deprecated: Use `canCreateDrives` instead. "driveThemes": [ # A list of themes that are supported for shared drives. { "backgroundImageLink": "A String", # A link to this theme's background image. @@ -119,7 +123,7 @@

Method Details

"A String", ], }, - "kind": "drive#about", # Identifies what kind of resource this is. Value: the fixed string "drive#about". + "kind": "drive#about", # Identifies what kind of resource this is. Value: the fixed string `"drive#about"`. "maxImportSizes": { # A map of maximum import sizes by MIME type, in bytes. "a_key": "A String", }, @@ -130,20 +134,20 @@

Method Details

"usageInDrive": "A String", # The usage by all files in Google Drive. "usageInDriveTrash": "A String", # The usage by trashed files in Google Drive. }, - "teamDriveThemes": [ # Deprecated - use driveThemes instead. + "teamDriveThemes": [ # Deprecated: Use `driveThemes` instead. { - "backgroundImageLink": "A String", # Deprecated - use driveThemes/backgroundImageLink instead. - "colorRgb": "A String", # Deprecated - use driveThemes/colorRgb instead. - "id": "A String", # Deprecated - use driveThemes/id instead. + "backgroundImageLink": "A String", # Deprecated: Use `driveThemes/backgroundImageLink` instead. + "colorRgb": "A String", # Deprecated: Use `driveThemes/colorRgb` instead. + "id": "A String", # Deprecated: Use `driveThemes/id` instead. }, ], "user": { # Information about a Drive user. # The authenticated user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, }
diff --git a/docs/dyn/drive_v3.changes.html b/docs/dyn/drive_v3.changes.html index 2178fd603a1..a5852901f6d 100644 --- a/docs/dyn/drive_v3.changes.html +++ b/docs/dyn/drive_v3.changes.html @@ -72,23 +72,23 @@ -

Drive API . changes

+

Google Drive API . changes

Instance Methods

close()

Close httplib2 connections.

- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Gets the starting pageToken for listing future changes.

- list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

+ list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

Lists the changes for a user or shared drive.

list_next()

Retrieves the next page of results.

- watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.

+ watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Subscribes to changes for a user.

Method Details

close() @@ -96,43 +96,51 @@

Method Details

- getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + getStartPageToken(driveId=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Gets the starting pageToken for listing future changes.
 
 Args:
-  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.
+  driveId: string, The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     {
-  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken".
+  "kind": "drive#startPageToken", # Identifies what kind of resource this is. Value: the fixed string `"drive#startPageToken"`.
   "startPageToken": "A String", # The starting page token for listing changes.
 }
- list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) + list(pageToken, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
Lists the changes for a user or shared drive.
 
 Args:
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method. (required)
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   includeRemoved: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   pageSize: integer, The maximum number of changes to return per page.
   restrictToMyDrive: boolean, Whether to restrict the results to changes inside the My Drive hierarchy. This omits changes to files such as those in the Application Data folder or shared files which have not been added to My Drive.
   spaces: string, A comma-separated list of spaces to query within the corpora. Supported values are 'drive' and 'appDataFolder'.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -140,101 +148,101 @@ 

Method Details

{ # A list of changes for a user. "changes": [ # The list of changes. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A change to a file or shared drive. - "changeType": "A String", # The type of the change. Possible values are file and drive. + "changeType": "A String", # The type of the change. Possible values are `file` and `drive`. "drive": { # Representation of a shared drive. # The updated state of the shared drive. Present if the changeType is drive, the user is still a member of the shared drive, and the shared drive has not been deleted. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, "driveId": "A String", # The ID of the shared drive associated with this change. "file": { # The metadata for a file. # The updated state of the file. Present if the type is file and the file has not been removed from this list of changes. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -243,268 +251,230 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }, "fileId": "A String", # The ID of the file which has changed. - "kind": "drive#change", # Identifies what kind of resource this is. Value: the fixed string "drive#change". + "kind": "drive#change", # Identifies what kind of resource this is. Value: the fixed string `"drive#change"`. "removed": True or False, # Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access. - "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated - use drive instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "teamDrive": { # Deprecated: use the drive collection instead. # Deprecated: Use `drive` instead. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -513,11 +483,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -527,34 +497,34 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, - "teamDriveId": "A String", # Deprecated - use driveId instead. + "teamDriveId": "A String", # Deprecated: Use `driveId` instead. "time": "A String", # The time of this change (RFC 3339 date-time). - "type": "A String", # Deprecated - use changeType instead. + "type": "A String", # Deprecated: Use `changeType` instead. }, ], - "kind": "drive#changeList", # Identifies what kind of resource this is. Value: the fixed string "drive#changeList". + "kind": "drive#changeList", # Identifies what kind of resource this is. Value: the fixed string `"drive#changeList"`. "newStartPageToken": "A String", # The starting page token for future changes. This will be present only if the end of the current changes list has been reached. "nextPageToken": "A String", # The page token for the next page of changes. This will be absent if the end of the changes 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. }
@@ -575,59 +545,63 @@

Method Details

- watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.
+    watch(pageToken, body=None, driveId=None, includeCorpusRemovals=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeRemoved=None, includeTeamDriveItems=None, pageSize=None, restrictToMyDrive=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
Subscribes to changes for a user.
 
 Args:
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
-  driveId: string, The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
+  driveId: string, The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.
   includeCorpusRemovals: boolean, Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   includeRemoved: boolean, Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
   pageSize: integer, The maximum number of changes to return per page.
   restrictToMyDrive: boolean, Whether to restrict the results to changes inside the My Drive hierarchy. This omits changes to files such as those in the Application Data folder or shared files which have not been added to My Drive.
   spaces: string, A comma-separated list of spaces to query within the corpora. Supported values are 'drive' and 'appDataFolder'.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
diff --git a/docs/dyn/drive_v3.channels.html b/docs/dyn/drive_v3.channels.html index a1e9427facb..cb4737d2341 100644 --- a/docs/dyn/drive_v3.channels.html +++ b/docs/dyn/drive_v3.channels.html @@ -72,14 +72,14 @@ -

Drive API . channels

+

Google Drive API . channels

Instance Methods

close()

Close httplib2 connections.

- stop(body=None)

-

Stop watching resources through this channel

+ stop(body=None, x__xgafv=None)

+

Stops watching resources through this channel.

Method Details

close() @@ -87,28 +87,32 @@

Method Details

- stop(body=None) -
Stop watching resources through this channel
+    stop(body=None, x__xgafv=None)
+  
Stops watching resources through this channel.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
diff --git a/docs/dyn/drive_v3.comments.html b/docs/dyn/drive_v3.comments.html index ce57f5d8ef1..41452948154 100644 --- a/docs/dyn/drive_v3.comments.html +++ b/docs/dyn/drive_v3.comments.html @@ -72,28 +72,28 @@ -

Drive API . comments

+

Google Drive API . comments

Instance Methods

close()

Close httplib2 connections.

- create(fileId, body=None)

+ create(fileId, body=None, x__xgafv=None)

Creates a comment on a file.

- delete(fileId, commentId)

+ delete(fileId, commentId, x__xgafv=None)

Deletes a comment.

- get(fileId, commentId, includeDeleted=None)

+ get(fileId, commentId, includeDeleted=None, x__xgafv=None)

Gets a comment by ID.

- list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None)

+ list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None, x__xgafv=None)

Lists a file's comments.

list_next()

Retrieves the next page of results.

- update(fileId, commentId, body=None)

+ update(fileId, commentId, body=None, x__xgafv=None)

Updates a comment with patch semantics.

Method Details

@@ -102,7 +102,7 @@

Method Details

- create(fileId, body=None) + create(fileId, body=None, x__xgafv=None)
Creates a comment on a file.
 
 Args:
@@ -111,173 +111,179 @@ 

Method Details

The object takes the form of: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. }
- delete(fileId, commentId) + delete(fileId, commentId, x__xgafv=None)
Deletes a comment.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, includeDeleted=None) + get(fileId, commentId, includeDeleted=None, x__xgafv=None)
Gets a comment by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   includeDeleted: boolean, Whether to return deleted comments. Deleted comments will not include their original content.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A comment on a file.
-  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to  Add comments and replies.
-  "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
-    "displayName": "A String", # A plain text displayable name for this user.
-    "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-    "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-    "me": True or False, # Whether this user is the requesting user.
-    "permissionId": "A String", # The user's ID as visible in Permission resources.
-    "photoLink": "A String", # A link to the user's profile photo, if available.
+  "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments).
+  "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+    "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+    "me": True or False, # Output only. Whether this user is the requesting user.
+    "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+    "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
   },
-  "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed.
+  "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed.
   "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time).
-  "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content.
-  "htmlContent": "A String", # The content of the comment with HTML formatting.
-  "id": "A String", # The ID of the comment.
-  "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
+  "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content.
+  "htmlContent": "A String", # Output only. The content of the comment with HTML formatting.
+  "id": "A String", # Output only. The ID of the comment.
+  "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`.
   "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
   "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.
     "mimeType": "A String", # The MIME type of the quoted content.
     "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API.
   },
-  "replies": [ # The full list of replies to the comment in chronological order.
+  "replies": [ # Output only. The full list of replies to the comment in chronological order.
     { # A reply to a comment on a file.
-      "action": "A String", # The action the reply performed to the parent comment. Valid values are:
-          # - resolve
-          # - reopen
-      "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
-        "displayName": "A String", # A plain text displayable name for this user.
-        "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-        "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-        "me": True or False, # Whether this user is the requesting user.
-        "permissionId": "A String", # The user's ID as visible in Permission resources.
-        "photoLink": "A String", # A link to the user's profile photo, if available.
+      "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen`
+      "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+        "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+        "me": True or False, # Output only. Whether this user is the requesting user.
+        "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+        "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
       },
-      "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.
+      "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified.
       "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time).
-      "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content.
-      "htmlContent": "A String", # The content of the reply with HTML formatting.
-      "id": "A String", # The ID of the reply.
-      "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
+      "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content.
+      "htmlContent": "A String", # Output only. The content of the reply with HTML formatting.
+      "id": "A String", # Output only. The ID of the reply.
+      "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`.
       "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
     },
   ],
-  "resolved": True or False, # Whether the comment has been resolved by one of its replies.
+  "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies.
 }
- list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None) + list(fileId, includeDeleted=None, pageSize=None, pageToken=None, startModifiedTime=None, x__xgafv=None)
Lists a file's comments.
 
 Args:
@@ -286,6 +292,10 @@ 

Method Details

pageSize: integer, The maximum number of comments to return per page. pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. startModifiedTime: string, The minimum value of 'modifiedTime' for the result comments (RFC 3339 date-time). + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: @@ -293,52 +303,50 @@

Method Details

{ # A list of comments on a file. "comments": [ # The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. }, ], - "kind": "drive#commentList", # Identifies what kind of resource this is. Value: the fixed string "drive#commentList". + "kind": "drive#commentList", # Identifies what kind of resource this is. Value: the fixed string `"drive#commentList"`. "nextPageToken": "A String", # The page token for the next page of comments. This will be absent if the end of the comments 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. }
@@ -358,7 +366,7 @@

Method Details

- update(fileId, commentId, body=None) + update(fileId, commentId, body=None, x__xgafv=None)
Updates a comment with patch semantics.
 
 Args:
@@ -368,99 +376,99 @@ 

Method Details

The object takes the form of: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A comment on a file. - "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies. - "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "anchor": "A String", # A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments). + "author": { # Information about a Drive user. # Output only. The author of the comment. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. + "content": "A String", # The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed. "createdTime": "A String", # The time at which the comment was created (RFC 3339 date-time). - "deleted": True or False, # Whether the comment has been deleted. A deleted comment has no content. - "htmlContent": "A String", # The content of the comment with HTML formatting. - "id": "A String", # The ID of the comment. - "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment". + "deleted": True or False, # Output only. Whether the comment has been deleted. A deleted comment has no content. + "htmlContent": "A String", # Output only. The content of the comment with HTML formatting. + "id": "A String", # Output only. The ID of the comment. + "kind": "drive#comment", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`. "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time). "quotedFileContent": { # The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. "mimeType": "A String", # The MIME type of the quoted content. "value": "A String", # The quoted content itself. This is interpreted as plain text if set through the API. }, - "replies": [ # The full list of replies to the comment in chronological order. + "replies": [ # Output only. The full list of replies to the comment in chronological order. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], - "resolved": True or False, # Whether the comment has been resolved by one of its replies. + "resolved": True or False, # Output only. Whether the comment has been resolved by one of its replies. }
diff --git a/docs/dyn/drive_v3.drives.html b/docs/dyn/drive_v3.drives.html index 4b5780ec086..05b55fb236b 100644 --- a/docs/dyn/drive_v3.drives.html +++ b/docs/dyn/drive_v3.drives.html @@ -72,35 +72,35 @@ -

Drive API . drives

+

Google Drive API . drives

Instance Methods

close()

Close httplib2 connections.

- create(requestId, body=None)

+ create(requestId, body=None, x__xgafv=None)

Creates a shared drive.

- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None)

+ delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)

Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.

- get(driveId, useDomainAdminAccess=None)

+ get(driveId, useDomainAdminAccess=None, x__xgafv=None)

Gets a shared drive's metadata by ID.

- hide(driveId)

+ hide(driveId, x__xgafv=None)

Hides a shared drive from the default view.

- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Lists the user's shared drives.

+ list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.

list_next()

Retrieves the next page of results.

- unhide(driveId)

+ unhide(driveId, x__xgafv=None)

Restores a shared drive to the default view.

- update(driveId, body=None, useDomainAdminAccess=None)

-

Updates the metadata for a shared drive.

+ update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates the metadate for a shared drive.

Method Details

close() @@ -108,250 +108,270 @@

Method Details

- create(requestId, body=None) + create(requestId, body=None, x__xgafv=None)
Creates a shared drive.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None) + delete(driveId, allowItemDeletion=None, useDomainAdminAccess=None, x__xgafv=None)
Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
-  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.
+  allowItemDeletion: boolean, Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(driveId, useDomainAdminAccess=None) + get(driveId, useDomainAdminAccess=None, x__xgafv=None)
Gets a shared drive's metadata by ID.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- hide(driveId) + hide(driveId, x__xgafv=None)
Hides a shared drive from the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Lists the user's shared drives.
+    list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
 Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.
 
 Args:
   pageSize: integer, Maximum number of shared drives to return per page.
   pageToken: string, Page token for shared drives.
   q: string, Query string for searching shared drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all shared drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -359,53 +379,53 @@ 

Method Details

{ # A list of shared drives. "drives": [ # The list of shared drives. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], - "kind": "drive#driveList", # Identifies what kind of resource this is. Value: the fixed string "drive#driveList". + "kind": "drive#driveList", # Identifies what kind of resource this is. Value: the fixed string `"drive#driveList"`. "nextPageToken": "A String", # The page token for the next page of shared drives. This will be absent if the end of the 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. }
@@ -425,66 +445,70 @@

Method Details

- unhide(driveId) + unhide(driveId, x__xgafv=None)
Restores a shared drive to the default view.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Representation of a shared drive.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Google Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
     "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.
   },
-  "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image.
-  "capabilities": { # Capabilities the current user has on this shared drive.
-    "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive.
-    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.
-    "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive.
-    "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive.
-    "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive.
-    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.
-    "canComment": True or False, # Whether the current user can comment on files in this shared drive.
-    "canCopy": True or False, # Whether the current user can copy files in this shared drive.
-    "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive.
-    "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
-    "canDownload": True or False, # Whether the current user can download files in this shared drive.
-    "canEdit": True or False, # Whether the current user can edit files in this shared drive
-    "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive.
-    "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive.
-    "canRename": True or False, # Whether the current user can rename files or folders in this shared drive.
-    "canRenameDrive": True or False, # Whether the current user can rename this shared drive.
-    "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults.
-    "canShare": True or False, # Whether the current user can share files or folders in this shared drive.
-    "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive.
+  "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image.
+  "capabilities": { # Output only. Capabilities the current user has on this shared drive.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive.
+    "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.
+    "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.
+    "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive.
+    "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.
+    "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.
+    "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive.
+    "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive.
+    "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.
+    "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive.
+    "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive.
+    "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive.
+    "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive.
+    "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive.
+    "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults.
+    "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive.
   },
-  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.
+  "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.
   "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time).
   "hidden": True or False, # Whether the shared drive is hidden from default view.
-  "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive.
-  "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive".
+  "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.
+  "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`.
   "name": "A String", # The name of this shared drive.
-  "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
+  "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.
   "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive.
     "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions.
-    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.
+    "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.
     "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.
     "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members.
     "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders.
   },
-  "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.
+  "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.
 }
- update(driveId, body=None, useDomainAdminAccess=None) -
Updates the metadata for a shared drive.
+    update(driveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates the metadate for a shared drive.
 
 Args:
   driveId: string, The ID of the shared drive. (required)
@@ -492,102 +516,106 @@ 

Method Details

The object takes the form of: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } - useDomainAdminAccess: boolean, Issue the request as a domain administrator. If set to true, then the requester is granted access if they're an administrator of the domain to which the shared drive belongs. + useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Representation of a shared drive. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Google Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. "yCoordinate": 3.14, # The Y coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image. }, - "backgroundImageLink": "A String", # A short-lived link to this shared drive's background image. - "capabilities": { # Capabilities the current user has on this shared drive. - "canAddChildren": True or False, # Whether the current user can add children to folders in this shared drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this shared drive. - "canChangeDriveBackground": True or False, # Whether the current user can change the background of this shared drive. - "canChangeDriveMembersOnlyRestriction": True or False, # Whether the current user can change the driveMembersOnly restriction of this shared drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive. - "canComment": True or False, # Whether the current user can comment on files in this shared drive. - "canCopy": True or False, # Whether the current user can copy files in this shared drive. - "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this shared drive. - "canDeleteDrive": True or False, # Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. - "canDownload": True or False, # Whether the current user can download files in this shared drive. - "canEdit": True or False, # Whether the current user can edit files in this shared drive - "canListChildren": True or False, # Whether the current user can list the children of folders in this shared drive. - "canManageMembers": True or False, # Whether the current user can add members to this shared drive or remove them or change their role. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this shared drive. - "canRename": True or False, # Whether the current user can rename files or folders in this shared drive. - "canRenameDrive": True or False, # Whether the current user can rename this shared drive. - "canResetDriveRestrictions": True or False, # Whether the current user can reset the shared drive restrictions to defaults. - "canShare": True or False, # Whether the current user can share files or folders in this shared drive. - "canTrashChildren": True or False, # Whether the current user can trash children from folders in this shared drive. + "backgroundImageLink": "A String", # Output only. A short-lived link to this shared drive's background image. + "capabilities": { # Output only. Capabilities the current user has on this shared drive. + "canAddChildren": True or False, # Output only. Whether the current user can add children to folders in this shared drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive. + "canChangeDriveBackground": True or False, # Output only. Whether the current user can change the background of this shared drive. + "canChangeDriveMembersOnlyRestriction": True or False, # Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive. + "canComment": True or False, # Output only. Whether the current user can comment on files in this shared drive. + "canCopy": True or False, # Output only. Whether the current user can copy files in this shared drive. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children from folders in this shared drive. + "canDeleteDrive": True or False, # Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive. + "canDownload": True or False, # Output only. Whether the current user can download files in this shared drive. + "canEdit": True or False, # Output only. Whether the current user can edit files in this shared drive + "canListChildren": True or False, # Output only. Whether the current user can list the children of folders in this shared drive. + "canManageMembers": True or False, # Output only. Whether the current user can add members to this shared drive or remove them or change their role. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of files in this shared drive. + "canRename": True or False, # Output only. Whether the current user can rename files or folders in this shared drive. + "canRenameDrive": True or False, # Output only. Whether the current user can rename this shared drive. + "canResetDriveRestrictions": True or False, # Output only. Whether the current user can reset the shared drive restrictions to defaults. + "canShare": True or False, # Output only. Whether the current user can share files or folders in this shared drive. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children from folders in this shared drive. }, - "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId. + "colorRgb": "A String", # The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the shared drive was created (RFC 3339 date-time). "hidden": True or False, # Whether the shared drive is hidden from default view. - "id": "A String", # The ID of this shared drive which is also the ID of the top level folder of this shared drive. - "kind": "drive#drive", # Identifies what kind of resource this is. Value: the fixed string "drive#drive". + "id": "A String", # Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive. + "kind": "drive#drive", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#drive"`. "name": "A String", # The name of this shared drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this shared drive or items inside this shared drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this shared drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive. "domainUsersOnly": True or False, # Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive. "driveMembersOnly": True or False, # Whether access to items inside this shared drive is restricted to its members. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. }, - "themeId": "A String", # The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/docs/dyn/drive_v3.files.html b/docs/dyn/drive_v3.files.html index 5d9e40ae864..f1e6601a8a7 100644 --- a/docs/dyn/drive_v3.files.html +++ b/docs/dyn/drive_v3.files.html @@ -72,43 +72,43 @@ -

Drive API . files

+

Google Drive API . files

Instance Methods

close()

Close httplib2 connections.

- copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Creates a copy of a file and applies any requested updates with patch semantics. Folders cannot be copied.

+ copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Creates a copy of a file and applies any requested updates with patch semantics.

- create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None)

-

Creates a file.

+ create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)

+

Creates a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.create` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `name` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"name": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.

- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)

+ delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.

- emptyTrash(driveId=None, enforceSingleParent=None)

-

Permanently deletes all trashed files of a user or shared drive.

+ emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)

+

Permanently deletes all of the user's trashed files.

- export(fileId, mimeType)

+ export(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- export_media(fileId, mimeType)

+ export_media(fileId, mimeType, x__xgafv=None)

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.

- generateIds(count=None, space=None, type=None)

+ generateIds(count=None, space=None, type=None, x__xgafv=None)

Generates a set of file IDs which can be provided in create or copy requests.

- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Gets a file's metadata or content by ID.

+ get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Gets a file's metadata or content by ID.

+ get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).

- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None)

-

Lists or searches files.

+ list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)

+

Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.

- listLabels(fileId, maxResults=None, pageToken=None)

+ listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)

Lists the labels on a file.

listLabels_next()

@@ -117,17 +117,14 @@

Instance Methods

list_next()

Retrieves the next page of results.

- modifyLabels(fileId, body=None)

-

Modifies the set of labels on a file.

+ modifyLabels(fileId, body=None, x__xgafv=None)

+

Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.

- update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None)

-

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.

+ update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)

+

Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).

- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Subscribe to changes on a file.

-

- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None)

-

Subscribe to changes on a file.

+ watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)

+

Subscribes to changes to a file.

Method Details

close() @@ -135,8 +132,8 @@

Method Details

- copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None) -
Creates a copy of a file and applies any requested updates with patch semantics. Folders cannot be copied.
+    copy(fileId, body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
Creates a copy of a file and applies any requested updates with patch semantics.
 
 Args:
   fileId: string, The ID of the file. (required)
@@ -144,52 +141,52 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -198,323 +195,289 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. } enforceSingleParent: boolean, Deprecated. Copying files into multiple folders is no longer supported. Use shortcuts instead. ignoreDefaultVisibility: boolean, Whether to ignore the domain's default visibility settings for the created file. Domain administrators can choose to make all uploaded files visible to the domain by default; this parameter bypasses that behavior for the request. Permissions are still inherited from parent folders. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. keepRevisionForever: boolean, Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions. ocrLanguage: string, A language hint for OCR processing during image import (ISO 639-1 code). supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -523,320 +486,282 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None) -
Creates a file.
+    create(body=None, enforceSingleParent=None, ignoreDefaultVisibility=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)
+  
 Creates a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.create` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `name` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `"name": "cat.jpg"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
 { # The metadata for a file.
-  "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app.
-      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+  "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app.
+      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     "a_key": "A String",
   },
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canChangeViewersCanCopyContent": True or False, # Deprecated
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentHints": { # Additional information about the content of the file. These fields are never populated in responses.
-    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata.
+    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
     "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.
       "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
       "mimeType": "A String", # The MIME type of the thumbnail.
@@ -845,326 +770,292 @@ 

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. } enforceSingleParent: boolean, Deprecated. Creating files in multiple folders is no longer supported. ignoreDefaultVisibility: boolean, Whether to ignore the domain's default visibility settings for the created file. Domain administrators can choose to make all uploaded files visible to the domain by default; this parameter bypasses that behavior for the request. Permissions are still inherited from parent folders. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. keepRevisionForever: boolean, Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions. media_body: string, The filename of the media request body, or an instance of a MediaUpload object. media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object. ocrLanguage: string, A language hint for OCR processing during image import (ISO 639-1 code). supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useContentAsIndexableText: boolean, Whether to use the uploaded content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -1173,315 +1064,297 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None) + delete(fileId, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.
 
 Args:
   fileId: string, The ID of the file. (required)
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- emptyTrash(driveId=None, enforceSingleParent=None) -
Permanently deletes all trashed files of a user or shared drive.
+    emptyTrash(driveId=None, enforceSingleParent=None, x__xgafv=None)
+  
Permanently deletes all of the user's trashed files.
 
 Args:
   driveId: string, If set, empties the trash of the provided shared drive.
-  enforceSingleParent: boolean, Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  enforceSingleParent: boolean, Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export(fileId, mimeType) + export(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- export_media(fileId, mimeType) + export_media(fileId, mimeType, x__xgafv=None)
Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.
 
 Args:
   fileId: string, The ID of the file. (required)
-  mimeType: string, The MIME type of the format requested for this export. (required)
+  mimeType: string, Required. The MIME type of the format requested for this export. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- generateIds(count=None, space=None, type=None) + generateIds(count=None, space=None, type=None, x__xgafv=None)
Generates a set of file IDs which can be provided in create or copy requests.
 
 Args:
   count: integer, The number of IDs to return.
   space: string, The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'. (Default: 'drive')
-  type: string, The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')
+  type: string, The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the `drive` 'space'. (Default: 'files')
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -1490,73 +1363,77 @@ 

Method Details

"ids": [ # The IDs generated for the requesting user in the specified space. "A String", ], - "kind": "drive#generatedIds", # Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds". + "kind": "drive#generatedIds", # Identifies what kind of resource this is. Value: the fixed string `"drive#generatedIds"`. "space": "A String", # The type of file that can be created with these IDs. }
- get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Gets a file's metadata or content by ID.
+    get(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID of the file. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a file.
-  "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app.
-      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties.
+  "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app.
+      # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.
     "a_key": "A String",
   },
-  "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take.
-    "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files.
-    "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder.
-    "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
-    "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file.
-    "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata.
-    "canChangeViewersCanCopyContent": True or False, # Deprecated
-    "canComment": True or False, # Whether the current user can comment on this file.
-    "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder.
-    "canDelete": True or False, # Whether the current user can delete this file.
-    "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canDownload": True or False, # Whether the current user can download this file.
-    "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.
-    "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder.
-    "canModifyContent": True or False, # Whether the current user can modify the content of this file.
-    "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file.
-    "canModifyLabels": True or False, # Whether the current user can modify the labels on this file.
-    "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead.
-    "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder.
-    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead.
-    "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added.
-    "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead.
-    "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed.
-    "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead.
-    "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.
-    "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
-    "canReadLabels": True or False, # Whether the current user can read the labels on this file.
-    "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read.
-    "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead.
-    "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.
-    "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
-    "canRename": True or False, # Whether the current user can rename this file.
-    "canShare": True or False, # Whether the current user can modify the sharing settings for this file.
-    "canTrash": True or False, # Whether the current user can move this file to trash.
-    "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.
-    "canUntrash": True or False, # Whether the current user can restore this file from trash.
+  "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.
+    "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.
+    "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.
+    "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.
+    "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.
+    "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.
+    "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only.
+    "canComment": True or False, # Output only. Whether the current user can comment on this file.
+    "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.
+    "canDelete": True or False, # Output only. Whether the current user can delete this file.
+    "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canDownload": True or False, # Output only. Whether the current user can download this file.
+    "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.
+    "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.
+    "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file.
+    "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file.
+    "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file.
+    "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead.
+    "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.
+    "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead.
+    "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.
+    "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.
+    "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.
+    "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead.
+    "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.
+    "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.
+    "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file.
+    "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.
+    "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead.
+    "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.
+    "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.
+    "canRename": True or False, # Output only. Whether the current user can rename this file.
+    "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file.
+    "canTrash": True or False, # Output only. Whether the current user can move this file to trash.
+    "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.
+    "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash.
   },
   "contentHints": { # Additional information about the content of the file. These fields are never populated in responses.
-    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata.
+    "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
     "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.
       "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
       "mimeType": "A String", # The MIME type of the thumbnail.
@@ -1565,276 +1442,242 @@ 

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Gets a file's metadata or content by ID.
+    get_media(fileId, acknowledgeAbuse=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
 Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).
 
 Args:
   fileId: string, The ID of the file. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   The media object as a string.
@@ -1843,28 +1686,32 @@ 

Method Details

- list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None) -
Lists or searches files.
+    list(corpora=None, corpus=None, driveId=None, includeItemsFromAllDrives=None, includeLabels=None, includePermissionsForView=None, includeTeamDriveItems=None, orderBy=None, pageSize=None, pageToken=None, q=None, spaces=None, supportsAllDrives=None, supportsTeamDrives=None, teamDriveId=None, x__xgafv=None)
+  
 Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.
 
 Args:
-  corpora: string, Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.
-  corpus: string, The source of files to list. Deprecated: use 'corpora' instead.
+  corpora: string, Bodies of items (files/documents) to which the query applies. Supported bodies are 'user', 'domain', 'drive', and 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. By default, corpora is set to 'user'. However, this can change depending on the filter set through the 'q' parameter.
+  corpus: string, Deprecated: The source of files to list. Use 'corpora' instead.
     Allowed values
       domain - Files shared to the user's domain.
-      user - Files owned by or shared to the user. If a user has permissions on a Shared Drive, the files inside it won't be retrieved unless the user has created, opened, or shared the file.
+      user - Files owned by or shared to the user.
   driveId: string, ID of the shared drive to search.
   includeItemsFromAllDrives: boolean, Whether both My Drive and shared drive items should be included in results.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  includeTeamDriveItems: boolean, Deprecated use includeItemsFromAllDrives instead.
-  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.
+  includeTeamDriveItems: boolean, Deprecated: Use `includeItemsFromAllDrives` instead.
+  orderBy: string, A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but can be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name.
   pageSize: integer, The maximum number of files to return per page. Partial or empty result pages are possible even before the end of the files list has been reached.
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
-  q: string, A query for filtering the file results. See the "Search for Files" guide for supported syntax.
+  q: string, A query for filtering the file results. See the "Search for files & folders" guide for supported syntax.
   spaces: string, A comma-separated list of spaces to query within the corpora. Supported values are 'drive' and 'appDataFolder'.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  teamDriveId: string, Deprecated use driveId instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  teamDriveId: string, Deprecated: Use `driveId` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -1872,52 +1719,52 @@ 

Method Details

{ # A list of files. "files": [ # The list of files. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -1926,322 +1773,283 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }, ], - "incompleteSearch": True or False, # Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple drives with the "allDrives" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as "user" or "drive". - "kind": "drive#fileList", # Identifies what kind of resource this is. Value: the fixed string "drive#fileList". + "incompleteSearch": True or False, # Whether the search process was incomplete. If true, then some search results might be missing, since all documents were not searched. This can occur when searching multiple drives with the 'allDrives' corpora, but all corpora couldn't be searched. When this happens, it's suggested that clients narrow their query by choosing a different corpus such as 'user' or 'drive'. + "kind": "drive#fileList", # Identifies what kind of resource this is. Value: the fixed string `"drive#fileList"`. "nextPageToken": "A String", # The page token for the next page of files. This will be absent if the end of the files 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. }
- listLabels(fileId, maxResults=None, pageToken=None) + listLabels(fileId, maxResults=None, pageToken=None, x__xgafv=None)
Lists the labels on a file.
 
 Args:
-  fileId: string, The ID of the file. (required)
-  maxResults: integer, The maximum number of labels to return per page. When not set, this defaults to 100.
+  fileId: string, The ID for the file or shared drive. (required)
+  maxResults: integer, The maximum number of labels to return per page. When not set, defaults to 100.
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A list of labels.
-  "kind": "drive#labelList", # This is always drive#labelList
+    { # A list of labels applied to a file.
+  "kind": "A String", # This is always drive#labelList
   "labels": [ # The list of labels.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "A String", # This is always drive#labelField.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "displayName": "A String", # A plain text displayable name for this user.
-              "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-              "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-              "me": True or False, # Whether this user is the requesting user.
-              "permissionId": "A String", # The user's ID as visible in Permission resources.
-              "photoLink": "A String", # A link to the user's profile photo, if available.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+              "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+              "me": True or False, # Output only. Whether this user is the requesting user.
+              "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+              "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "A String", # This is always drive#label
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
@@ -2278,91 +2086,90 @@ 

Method Details

- modifyLabels(fileId, body=None) -
Modifies the set of labels on a file.
+    modifyLabels(fileId, body=None, x__xgafv=None)
+  
Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.
 
 Args:
-  fileId: string, The ID of the file for which the labels are modified. (required)
+  fileId: string, The ID of the file to which the labels belong. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.
-  "kind": "drive#modifyLabelsRequest", # This is always drive#modifyLabelsRequest
+{ # A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.
+  "kind": "A String", # This is always drive#modifyLabelsRequest.
   "labelModifications": [ # The list of modifications to apply to the labels on the file.
     { # A modification to a label on a file. A LabelModification can be used to apply a label to a file, update an existing label on a file, or remove a label from a file.
       "fieldModifications": [ # The list of modifications to this label's fields.
         { # A modification to a label's field.
-          "fieldId": "A String", # The ID of the Field to be modified.
-          "kind": "drive#labelFieldModification", # This is always drive#labelFieldModification.
-          "setDateValues": [ # Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.
+          "fieldId": "A String", # The ID of the field to be modified.
+          "kind": "A String", # This is always drive#labelFieldModification.
+          "setDateValues": [ # Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
             "A String",
           ],
-          "setIntegerValues": [ # Replaces an integer field with these new values.
+          "setIntegerValues": [ # Replaces the value of an `integer` field with these new values.
             "A String",
           ],
-          "setSelectionValues": [ # Replaces a selection field with these new values.
+          "setSelectionValues": [ # Replaces a `selection` field with these new values.
             "A String",
           ],
-          "setTextValues": [ # Replaces a text field with these new values.
+          "setTextValues": [ # Sets the value of a `text` field.
             "A String",
           ],
-          "setUserValues": [ # Replaces a user field with these new values. The values must be valid email addresses.
+          "setUserValues": [ # Replaces a `user` field with these new values. The values must be valid email addresses.
             "A String",
           ],
           "unsetValues": True or False, # Unsets the values for this field.
         },
       ],
-      "kind": "drive#labelModification", # This is always drive#labelModification.
+      "kind": "A String", # This is always drive#labelModification.
       "labelId": "A String", # The ID of the label to modify.
       "removeLabel": True or False, # If true, the label will be removed from the file.
     },
   ],
 }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.
-  "kind": "drive#modifyLabelsResponse", # This is always drive#modifyLabelsResponse
+  "kind": "A String", # This is always drive#modifyLabelsResponse
   "modifiedLabels": [ # The list of labels which were added or updated by the request.
-    { # Representation of a label and its fields.
-      "fields": { # A map of the label's fields keyed by the field ID.
-        "a_key": { # Representation of a label field.
+    { # Representation of label and label fields.
+      "fields": { # A map of the fields on the label, keyed by the field's ID.
+        "a_key": { # Representation of field, which is a typed key-value pair.
           "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD.
             "A String",
           ],
-          "id": "A String", # The identifier of this field.
-          "integer": [ # Only present if valueType is integer.
+          "id": "A String", # The identifier of this label field.
+          "integer": [ # Only present if `valueType` is `integer`.
             "A String",
           ],
-          "kind": "drive#labelField", # This is always drive#labelField.
-          "selection": [ # Only present if valueType is selection.
+          "kind": "A String", # This is always drive#labelField.
+          "selection": [ # Only present if `valueType` is `selection`
             "A String",
           ],
-          "text": [ # Only present if valueType is text.
+          "text": [ # Only present if `valueType` is `text`.
             "A String",
           ],
-          "user": [ # Only present if valueType is user.
+          "user": [ # Only present if `valueType` is `user`.
             { # Information about a Drive user.
-              "displayName": "A String", # A plain text displayable name for this user.
-              "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-              "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-              "me": True or False, # Whether this user is the requesting user.
-              "permissionId": "A String", # The user's ID as visible in Permission resources.
-              "photoLink": "A String", # A link to the user's profile photo, if available.
+              "displayName": "A String", # Output only. A plain text displayable name for this user.
+              "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+              "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+              "me": True or False, # Output only. Whether this user is the requesting user.
+              "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+              "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
             },
           ],
-          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed:
-              # - dateString
-              # - integer
-              # - selection
-              # - text
-              # - user
+          "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`
         },
       },
       "id": "A String", # The ID of the label.
-      "kind": "drive#label", # This is always drive#label
+      "kind": "A String", # This is always drive#label
       "revisionId": "A String", # The revision ID of the label.
     },
   ],
@@ -2370,8 +2177,8 @@ 

Method Details

- update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None) -
Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.
+    update(fileId, addParents=None, body=None, enforceSingleParent=None, includeLabels=None, includePermissionsForView=None, keepRevisionForever=None, media_body=None, media_mime_type=None, ocrLanguage=None, removeParents=None, supportsAllDrives=None, supportsTeamDrives=None, useContentAsIndexableText=None, x__xgafv=None)
+  
 Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).
 
 Args:
   fileId: string, The ID of the file. (required)
@@ -2379,52 +2186,52 @@ 

Method Details

The object takes the form of: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -2433,267 +2240,229 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. } addParents: string, A comma-separated list of parent IDs to add. - enforceSingleParent: boolean, Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead. - includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response. + enforceSingleParent: boolean, Deprecated: Adding files to multiple folders is no longer supported. Use shortcuts instead. + includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response. includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported. keepRevisionForever: boolean, Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions. media_body: string, The filename of the media request body, or an instance of a MediaUpload object. @@ -2701,59 +2470,63 @@

Method Details

ocrLanguage: string, A language hint for OCR processing during image import (ISO 639-1 code). removeParents: string, A comma-separated list of parent IDs to remove. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useContentAsIndexableText: boolean, Whether to use the uploaded content as indexable text. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a file. - "appProperties": { # A collection of arbitrary key-value pairs that are private to the requesting app. - # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties. + "appProperties": { # A collection of arbitrary key-value pairs which are private to the requesting app. + # Entries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties. "a_key": "A String", }, - "capabilities": { # Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take. - "canAcceptOwnership": True or False, # Whether the current user is the pending owner of the file. Not populated for shared drive files. - "canAddChildren": True or False, # Whether the current user can add children to this folder. This is always false when the item isn't a folder. - "canAddFolderFromAnotherDrive": True or False, # Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canAddMyDriveParent": True or False, # Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. - "canChangeCopyRequiresWriterPermission": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this file. - "canChangeSecurityUpdateEnabled": True or False, # Whether the current user can change the securityUpdateEnabled field on link share metadata. - "canChangeViewersCanCopyContent": True or False, # Deprecated - "canComment": True or False, # Whether the current user can comment on this file. - "canCopy": True or False, # Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder. - "canDelete": True or False, # Whether the current user can delete this file. - "canDeleteChildren": True or False, # Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canDownload": True or False, # Whether the current user can download this file. - "canEdit": True or False, # Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent. - "canListChildren": True or False, # Whether the current user can list the children of this folder. This is always false when the item isn't a folder. - "canModifyContent": True or False, # Whether the current user can modify the content of this file. - "canModifyContentRestriction": True or False, # Whether the current user can modify restrictions on content of this file. - "canModifyLabels": True or False, # Whether the current user can modify the labels on this file. - "canMoveChildrenOutOfDrive": True or False, # Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives. - "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated - use canMoveChildrenOutOfDrive instead. - "canMoveChildrenWithinDrive": True or False, # Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder. - "canMoveChildrenWithinTeamDrive": True or False, # Deprecated - use canMoveChildrenWithinDrive instead. - "canMoveItemIntoTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemOutOfDrive": True or False, # Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added. - "canMoveItemOutOfTeamDrive": True or False, # Deprecated - use canMoveItemOutOfDrive instead. - "canMoveItemWithinDrive": True or False, # Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed. - "canMoveItemWithinTeamDrive": True or False, # Deprecated - use canMoveItemWithinDrive instead. - "canMoveTeamDriveItem": True or False, # Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead. - "canReadDrive": True or False, # Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. - "canReadLabels": True or False, # Whether the current user can read the labels on this file. - "canReadRevisions": True or False, # Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read. - "canReadTeamDrive": True or False, # Deprecated - use canReadDrive instead. - "canRemoveChildren": True or False, # Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead. - "canRemoveMyDriveParent": True or False, # Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. - "canRename": True or False, # Whether the current user can rename this file. - "canShare": True or False, # Whether the current user can modify the sharing settings for this file. - "canTrash": True or False, # Whether the current user can move this file to trash. - "canTrashChildren": True or False, # Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives. - "canUntrash": True or False, # Whether the current user can restore this file from trash. + "capabilities": { # Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. + "canAcceptOwnership": True or False, # Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files. + "canAddChildren": True or False, # Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder. + "canAddFolderFromAnotherDrive": True or False, # Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canAddMyDriveParent": True or False, # Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files. + "canChangeCopyRequiresWriterPermission": True or False, # Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file. + "canChangeSecurityUpdateEnabled": True or False, # Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata. + "canChangeViewersCanCopyContent": True or False, # Deprecated: Output only. + "canComment": True or False, # Output only. Whether the current user can comment on this file. + "canCopy": True or False, # Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. + "canDelete": True or False, # Output only. Whether the current user can delete this file. + "canDeleteChildren": True or False, # Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canDownload": True or False, # Output only. Whether the current user can download this file. + "canEdit": True or False, # Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`. + "canListChildren": True or False, # Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder. + "canModifyContent": True or False, # Output only. Whether the current user can modify the content of this file. + "canModifyContentRestriction": True or False, # Output only. Whether the current user can modify restrictions on content of this file. + "canModifyLabels": True or False, # Output only. Whether the current user can modify the labels on the file. + "canMoveChildrenOutOfDrive": True or False, # Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives. + "canMoveChildrenOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead. + "canMoveChildrenWithinDrive": True or False, # Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder. + "canMoveChildrenWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead. + "canMoveItemIntoTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemOutOfDrive": True or False, # Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. + "canMoveItemOutOfTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemOutOfDrive` instead. + "canMoveItemWithinDrive": True or False, # Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed. + "canMoveItemWithinTeamDrive": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` instead. + "canMoveTeamDriveItem": True or False, # Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead. + "canReadDrive": True or False, # Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives. + "canReadLabels": True or False, # Output only. Whether the current user can read the labels on the file. + "canReadRevisions": True or False, # Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. + "canReadTeamDrive": True or False, # Deprecated: Output only. Use `canReadDrive` instead. + "canRemoveChildren": True or False, # Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead. + "canRemoveMyDriveParent": True or False, # Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files. + "canRename": True or False, # Output only. Whether the current user can rename this file. + "canShare": True or False, # Output only. Whether the current user can modify the sharing settings for this file. + "canTrash": True or False, # Output only. Whether the current user can move this file to trash. + "canTrashChildren": True or False, # Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives. + "canUntrash": True or False, # Output only. Whether the current user can restore this file from trash. }, "contentHints": { # Additional information about the content of the file. These fields are never populated in responses. - "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata. + "indexableText": "A String", # Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. "thumbnail": { # A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail. "image": "A String", # The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). "mimeType": "A String", # The MIME type of the thumbnail. @@ -2762,348 +2535,278 @@

Method Details

"contentRestrictions": [ # Restrictions for accessing the content of the file. Only populated if such a restriction exists. { # A restriction for accessing the content of the file. "readOnly": True or False, # Whether the content of the file is read-only. If a file is read-only, a new revision of the file may not be added, comments may not be added or modified, and the title of the file may not be modified. - "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true. - "restrictingUser": { # Information about a Drive user. # The user who set the content restriction. Only populated if readOnly is true. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "reason": "A String", # Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`. + "restrictingUser": { # Information about a Drive user. # Output only. The user who set the content restriction. Only populated if `readOnly` is true. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "restrictionTime": "A String", # The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true. - "type": "A String", # The type of the content restriction. Currently the only possible value is globalContentRestriction. + "type": "A String", # Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`. }, ], "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download this file, should be disabled for readers and commenters. "createdTime": "A String", # The time at which the file was created (RFC 3339 date-time). "description": "A String", # A short description of the file. - "driveId": "A String", # ID of the shared drive the file resides in. Only populated for items in shared drives. - "explicitlyTrashed": True or False, # Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL - }, - "fileExtension": "A String", # The final component of fullFileExtension. This is only available for files with binary content in Google Drive. - "folderColorRgb": "A String", # The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - # If an unsupported color is specified, the closest color in the palette will be used instead. - "fullFileExtension": "A String", # The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. - # This is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension. - "hasAugmentedPermissions": True or False, # Whether there are permissions directly on this file. This field is only populated for items in shared drives. - "hasThumbnail": True or False, # Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - "headRevisionId": "A String", # The ID of the file's head revision. This is only available for files with binary content in Google Drive. - "iconLink": "A String", # A static, unauthenticated link to the file's icon. + "driveId": "A String", # Output only. ID of the shared drive the file resides in. Only populated for items in shared drives. + "explicitlyTrashed": True or False, # Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", + }, + "fileExtension": "A String", # Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive. + "folderColorRgb": "A String", # The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead. + "fullFileExtension": "A String", # Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension. + "hasAugmentedPermissions": True or False, # Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives. + "hasThumbnail": True or False, # Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. + "headRevisionId": "A String", # Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive. + "iconLink": "A String", # Output only. A static, unauthenticated link to the file's icon. "id": "A String", # The ID of the file. - "imageMediaMetadata": { # Additional metadata about image media, if available. - "aperture": 3.14, # The aperture used to create the photo (f-number). - "cameraMake": "A String", # The make of the camera used to create the photo. - "cameraModel": "A String", # The model of the camera used to create the photo. - "colorSpace": "A String", # The color space of the photo. - "exposureBias": 3.14, # The exposure bias of the photo (APEX value). - "exposureMode": "A String", # The exposure mode used to create the photo. - "exposureTime": 3.14, # The length of the exposure, in seconds. - "flashUsed": True or False, # Whether a flash was used to create the photo. - "focalLength": 3.14, # The focal length used to create the photo, in millimeters. - "height": 42, # The height of the image in pixels. - "isoSpeed": 42, # The ISO speed used to create the photo. - "lens": "A String", # The lens used to create the photo. - "location": { # Geographic location information stored in the image. - "altitude": 3.14, # The altitude stored in the image. - "latitude": 3.14, # The latitude stored in the image. - "longitude": 3.14, # The longitude stored in the image. + "imageMediaMetadata": { # Output only. Additional metadata about image media, if available. + "aperture": 3.14, # Output only. The aperture used to create the photo (f-number). + "cameraMake": "A String", # Output only. The make of the camera used to create the photo. + "cameraModel": "A String", # Output only. The model of the camera used to create the photo. + "colorSpace": "A String", # Output only. The color space of the photo. + "exposureBias": 3.14, # Output only. The exposure bias of the photo (APEX value). + "exposureMode": "A String", # Output only. The exposure mode used to create the photo. + "exposureTime": 3.14, # Output only. The length of the exposure, in seconds. + "flashUsed": True or False, # Output only. Whether a flash was used to create the photo. + "focalLength": 3.14, # Output only. The focal length used to create the photo, in millimeters. + "height": 42, # Output only. The height of the image in pixels. + "isoSpeed": 42, # Output only. The ISO speed used to create the photo. + "lens": "A String", # Output only. The lens used to create the photo. + "location": { # Output only. Geographic location information stored in the image. + "altitude": 3.14, # Output only. The altitude stored in the image. + "latitude": 3.14, # Output only. The latitude stored in the image. + "longitude": 3.14, # Output only. The longitude stored in the image. }, - "maxApertureValue": 3.14, # The smallest f-number of the lens at the focal length used to create the photo (APEX value). - "meteringMode": "A String", # The metering mode used to create the photo. - "rotation": 42, # The number of clockwise 90-degree rotations applied from the image's original orientation. - "sensor": "A String", # The type of sensor used to create the photo. - "subjectDistance": 42, # The distance to the subject of the photo, in meters. - "time": "A String", # The date and time the photo was taken (EXIF DateTime). - "whiteBalance": "A String", # The white balance mode used to create the photo. - "width": 42, # The width of the image in pixels. - }, - "isAppAuthorized": True or False, # Whether the requesting app created or opened the file. - "kind": "drive#file", # Identifies what kind of resource this is. Value: the fixed string "drive#file". - "labelInfo": { # An overview of the labels on the file. - "labels": [ # The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned. - { # Representation of a label and its fields. - "fields": { # A map of the label's fields keyed by the field ID. - "a_key": { # Representation of a label field. + "maxApertureValue": 3.14, # Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value). + "meteringMode": "A String", # Output only. The metering mode used to create the photo. + "rotation": 42, # Output only. The number of clockwise 90 degree rotations applied from the image's original orientation. + "sensor": "A String", # Output only. The type of sensor used to create the photo. + "subjectDistance": 42, # Output only. The distance to the subject of the photo, in meters. + "time": "A String", # Output only. The date and time the photo was taken (EXIF DateTime). + "whiteBalance": "A String", # Output only. The white balance mode used to create the photo. + "width": 42, # Output only. The width of the image in pixels. + }, + "isAppAuthorized": True or False, # Output only. Whether the file was created or opened by the requesting app. + "kind": "drive#file", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#file"`. + "labelInfo": { # Output only. An overview of the labels on the file. + "labels": [ # Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned. + { # Representation of label and label fields. + "fields": { # A map of the fields on the label, keyed by the field's ID. + "a_key": { # Representation of field, which is a typed key-value pair. "dateString": [ # Only present if valueType is dateString. RFC 3339 formatted date: YYYY-MM-DD. "A String", ], - "id": "A String", # The identifier of this field. - "integer": [ # Only present if valueType is integer. + "id": "A String", # The identifier of this label field. + "integer": [ # Only present if `valueType` is `integer`. "A String", ], - "kind": "drive#labelField", # This is always drive#labelField. - "selection": [ # Only present if valueType is selection. + "kind": "A String", # This is always drive#labelField. + "selection": [ # Only present if `valueType` is `selection` "A String", ], - "text": [ # Only present if valueType is text. + "text": [ # Only present if `valueType` is `text`. "A String", ], - "user": [ # Only present if valueType is user. + "user": [ # Only present if `valueType` is `user`. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: - # - dateString - # - integer - # - selection - # - text - # - user + "valueType": "A String", # The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user` }, }, "id": "A String", # The ID of the label. - "kind": "drive#label", # This is always drive#label + "kind": "A String", # This is always drive#label "revisionId": "A String", # The revision ID of the label. }, ], }, - "lastModifyingUser": { # Information about a Drive user. # The last user to modify the file. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify the file. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, "linkShareMetadata": { # Contains details about the link URLs that clients are using to refer to this item. - "securityUpdateEligible": True or False, # Whether the file is eligible for security update. - "securityUpdateEnabled": True or False, # Whether the security update is enabled for this file. - }, - "md5Checksum": "A String", # The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. - "mimeType": "A String", # The MIME type of the file. - # Google Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - # If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - "modifiedByMe": True or False, # Whether this user has modified the file. - "modifiedByMeTime": "A String", # The last time the user modified the file (RFC 3339 date-time). - "modifiedTime": "A String", # The last time anyone modified the file (RFC 3339 date-time). - # Note that setting modifiedTime will also update modifiedByMeTime for the user. - "name": "A String", # The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. - "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive. - "ownedByMe": True or False, # Whether the user owns the file. Not populated for items in shared drives. - "owners": [ # The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives. + "securityUpdateEligible": True or False, # Output only. Whether the file is eligible for security update. + "securityUpdateEnabled": True or False, # Output only. Whether the security update is enabled for this file. + }, + "md5Checksum": "A String", # Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive. + "mimeType": "A String", # The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource. + "modifiedByMe": True or False, # Output only. Whether the file has been modified by this user. + "modifiedByMeTime": "A String", # The last time the file was modified by the user (RFC 3339 date-time). + "modifiedTime": "A String", # he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user. + "name": "A String", # The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant. + "originalFilename": "A String", # The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive. + "ownedByMe": True or False, # Output only. Whether the user owns the file. Not populated for items in shared drives. + "owners": [ # Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives. { # Information about a Drive user. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, ], - "parents": [ # The IDs of the parent folders that contain the file. - # If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. + "parents": [ # The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list. "A String", ], - "permissionIds": [ # List of permission IDs for users with access to this file. + "permissionIds": [ # Output only. List of permission IDs for users with access to this file. "A String", ], - "permissions": [ # The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + "permissions": [ # Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives. + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], - "properties": { # A collection of arbitrary key-value pairs that are visible to all apps. + "properties": { # A collection of arbitrary key-value pairs which are visible to all apps. # Entries with null values are cleared in update and copy requests. "a_key": "A String", }, - "quotaBytesUsed": "A String", # The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - "resourceKey": "A String", # A key needed to access the item via a shared link. - "sha1Checksum": "A String", # The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "sha256Checksum": "A String", # The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files. - "shared": True or False, # Whether the file has been shared. Not populated for items in shared drives. + "quotaBytesUsed": "A String", # Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled. + "resourceKey": "A String", # Output only. A key needed to access the item via a shared link. + "sha1Checksum": "A String", # Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "sha256Checksum": "A String", # Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files. + "shared": True or False, # Output only. Whether the file has been shared. Not populated for items in shared drives. "sharedWithMeTime": "A String", # The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - "sharingUser": { # Information about a Drive user. # The user who shared the file with the requesting user, if applicable. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. + "sharingUser": { # Information about a Drive user. # Output only. The user who shared the file with the requesting user, if applicable. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "shortcutDetails": { # Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`. "targetId": "A String", # The ID of the file that this shortcut points to. - "targetMimeType": "A String", # The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. - "targetResourceKey": "A String", # The ResourceKey for the target file. + "targetMimeType": "A String", # Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created. + "targetResourceKey": "A String", # Output only. The ResourceKey for the target file. }, - "size": "A String", # The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders. - "spaces": [ # The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. + "size": "A String", # Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders. + "spaces": [ # Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. "A String", ], "starred": True or False, # Whether the user has starred the file. - "teamDriveId": "A String", # Deprecated - use driveId instead. - "thumbnailLink": "A String", # A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request. - "thumbnailVersion": "A String", # The thumbnail version for use in thumbnail cache invalidation. - "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. + "teamDriveId": "A String", # Deprecated: Output only. Use `driveId` instead. + "thumbnailLink": "A String", # Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. + "thumbnailVersion": "A String", # Output only. The thumbnail version for use in thumbnail cache invalidation. + "trashed": True or False, # Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. "trashedTime": "A String", # The time that the item was trashed (RFC 3339 date-time). Only populated for items in shared drives. - "trashingUser": { # Information about a Drive user. # If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. - }, - "version": "A String", # A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - "videoMediaMetadata": { # Additional metadata about video media. This might not be available immediately upon upload. - "durationMillis": "A String", # The duration of the video in milliseconds. - "height": 42, # The height of the video in pixels. - "width": 42, # The width of the video in pixels. - }, - "viewedByMe": True or False, # Whether this user has viewed the file. - "viewedByMeTime": "A String", # The last time the user viewed the file (RFC 3339 date-time). - "viewersCanCopyContent": True or False, # Deprecated - use copyRequiresWriterPermission instead. - "webContentLink": "A String", # A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. - "webViewLink": "A String", # A link for opening the file in a relevant Google editor or viewer in a browser. - "writersCanShare": True or False, # Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives. + "trashingUser": { # Information about a Drive user. # Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + }, + "version": "A String", # Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. + "videoMediaMetadata": { # Output only. Additional metadata about video media. This may not be available immediately upon upload. + "durationMillis": "A String", # Output only. The duration of the video in milliseconds. + "height": 42, # Output only. The height of the video in pixels. + "width": 42, # Output only. The width of the video in pixels. + }, + "viewedByMe": True or False, # Output only. Whether the file has been viewed by this user. + "viewedByMeTime": "A String", # The last time the file was viewed by the user (RFC 3339 date-time). + "viewersCanCopyContent": True or False, # Deprecated: Use `copyRequiresWriterPermission` instead. + "webContentLink": "A String", # Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive. + "webViewLink": "A String", # Output only. A link for opening the file in a relevant Google editor or viewer in a browser. + "writersCanShare": True or False, # Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives. }
- watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Subscribe to changes on a file.
+    watch(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None, x__xgafv=None)
+  
Subscribes to changes to a file.
 
 Args:
   fileId: string, The ID of the file. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # An notification channel used to watch for resource changes.
+{ # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
 
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
+  includeLabels: string, A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
   includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An notification channel used to watch for resource changes.
+    { # A notification channel used to watch for resource changes.
   "address": "A String", # The address where notifications are delivered for this channel.
   "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
   "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
+  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.
   "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
+    "a_key": "A String",
   },
   "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
   "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
   "resourceUri": "A String", # A version-specific identifier for the watched resource.
   "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
+  "type": "A String", # The type of delivery mechanism used for this channel.
 }
-
- watch_media(fileId, acknowledgeAbuse=None, body=None, includeLabels=None, includePermissionsForView=None, supportsAllDrives=None, supportsTeamDrives=None) -
Subscribe to changes on a file.
-
-Args:
-  fileId: string, The ID of the file. (required)
-  body: object, The request body.
-    The object takes the form of:
-
-{ # An notification channel used to watch for resource changes.
-  "address": "A String", # The address where notifications are delivered for this channel.
-  "expiration": "A String", # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
-  "id": "A String", # A UUID or similar unique string that identifies this channel.
-  "kind": "api#channel", # Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
-  "params": { # Additional parameters controlling delivery channel behavior. Optional.
-    "a_key": "A String", # Declares a new parameter by name.
-  },
-  "payload": True or False, # A Boolean value to indicate whether payload is wanted. Optional.
-  "resourceId": "A String", # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
-  "resourceUri": "A String", # A version-specific identifier for the watched resource.
-  "token": "A String", # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
-  "type": "A String", # The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
-}
-
-  acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
-  includeLabels: string, A comma-separated list of IDs of labels to include in the labelInfo part of the response.
-  includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
-  supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-
-Returns:
-  The media object as a string.
-
-    
-
- \ No newline at end of file diff --git a/docs/dyn/drive_v3.html b/docs/dyn/drive_v3.html index ae17a2daee2..06b030c1c15 100644 --- a/docs/dyn/drive_v3.html +++ b/docs/dyn/drive_v3.html @@ -72,7 +72,7 @@ -

Drive API

+

Google Drive API

Instance Methods

about() diff --git a/docs/dyn/drive_v3.permissions.html b/docs/dyn/drive_v3.permissions.html index db866e89b1a..4a370df4c97 100644 --- a/docs/dyn/drive_v3.permissions.html +++ b/docs/dyn/drive_v3.permissions.html @@ -72,29 +72,29 @@ -

Drive API . permissions

+

Google Drive API . permissions

Instance Methods

close()

Close httplib2 connections.

- create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives.

+ create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

-

Deletes a permission.

+ delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Gets a permission by ID.

- list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)

+ list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)

Lists a file's or shared drive's permissions.

list_next()

Retrieves the next page of results.

- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)

-

Updates a permission with patch semantics.

+ update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)

+

Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.

Method Details

close() @@ -102,234 +102,165 @@

Method Details

- create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives.
+    create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID of the file or shared drive. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.
-  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
-      # - user - User's full name, as defined for their Google Account, such as "Joe Smith."
-      # - group - Name of the Google Group, such as "The Company Administrators."
-      # - domain - String domain name, such as "your-company.com."
-      # - anyone - No displayName is present.
-  "domain": "A String", # The domain to which this permission refers. The following options are currently allowed:
-      # - The entire domain, such as "your-company.com."
-      # - A target audience, such as "ID.audience.googledomains.com."
+{ # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
+  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present.
+  "domain": "A String", # The domain to which this permission refers.
   "emailAddress": "A String", # The email address of the user or group to which this permission refers.
-  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
-      # - They cannot be set on shared drive items.
-      # - They can only be set on user and group permissions.
-      # - The time must be in the future.
-      # - The time cannot be more than one year in the future.
-  "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
-  "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.
+  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future
+  "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.
+  "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - commenter
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the user's profile photo, if available.
-  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - commenter
-      # - reader
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
+  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead.
     {
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The type of the grantee. Valid values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone  When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.
 }
 
   emailMessage: string, A plain text custom message to include in the notification email.
-  enforceSingleParent: boolean, Deprecated. See moveToNewOwnersRoot for details.
-  moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed.
+  enforceSingleParent: boolean, Deprecated: See `moveToNewOwnersRoot` for details.
+  moveToNewOwnersRoot: boolean, This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.
   sendNotificationEmail: boolean, Whether to send a notification email when sharing to users or groups. This defaults to true for users and groups, and is not allowed for other requests. It must not be disabled for ownership transfers.
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
-  transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
+  transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.
-  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
-      # - user - User's full name, as defined for their Google Account, such as "Joe Smith."
-      # - group - Name of the Google Group, such as "The Company Administrators."
-      # - domain - String domain name, such as "your-company.com."
-      # - anyone - No displayName is present.
-  "domain": "A String", # The domain to which this permission refers. The following options are currently allowed:
-      # - The entire domain, such as "your-company.com."
-      # - A target audience, such as "ID.audience.googledomains.com."
+    { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
+  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present.
+  "domain": "A String", # The domain to which this permission refers.
   "emailAddress": "A String", # The email address of the user or group to which this permission refers.
-  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
-      # - They cannot be set on shared drive items.
-      # - They can only be set on user and group permissions.
-      # - The time must be in the future.
-      # - The time cannot be more than one year in the future.
-  "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
-  "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.
+  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future
+  "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.
+  "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - commenter
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the user's profile photo, if available.
-  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - commenter
-      # - reader
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
+  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead.
     {
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The type of the grantee. Valid values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone  When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.
 }
- delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) -
Deletes a permission.
+    delete(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID of the file or shared drive. (required)
   permissionId: string, The ID of the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Gets a permission by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   permissionId: string, The ID of the permission. (required)
   supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.
-  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.
-  "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
-  "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission:
-      # - user - User's full name, as defined for their Google Account, such as "Joe Smith."
-      # - group - Name of the Google Group, such as "The Company Administrators."
-      # - domain - String domain name, such as "your-company.com."
-      # - anyone - No displayName is present.
-  "domain": "A String", # The domain to which this permission refers. The following options are currently allowed:
-      # - The entire domain, such as "your-company.com."
-      # - A target audience, such as "ID.audience.googledomains.com."
+    { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
+  "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.
+  "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.
+  "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present.
+  "domain": "A String", # The domain to which this permission refers.
   "emailAddress": "A String", # The email address of the user or group to which this permission refers.
-  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions:
-      # - They cannot be set on shared drive items.
-      # - They can only be set on user and group permissions.
-      # - The time must be in the future.
-      # - The time cannot be more than one year in the future.
-  "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.
-  "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission".
-  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.
-  "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.
+  "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future
+  "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.
+  "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`.
+  "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.
+  "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.
     {
-      "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field.
-      "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field.
-      "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed:
-          # - file
-          # - member
-      "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed:
-          # - organizer
-          # - fileOrganizer
-          # - writer
-          # - commenter
-          # - reader
+      "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.
+      "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field.
+      "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`
+      "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
     },
   ],
-  "photoLink": "A String", # A link to the user's profile photo, if available.
-  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed:
-      # - owner
-      # - organizer
-      # - fileOrganizer
-      # - writer
-      # - commenter
-      # - reader
-  "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead.
+  "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
+  "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`
+  "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead.
     {
-      "inherited": True or False, # Deprecated - use permissionDetails/inherited instead.
-      "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead.
-      "role": "A String", # Deprecated - use permissionDetails/role instead.
-      "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead.
+      "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead.
+      "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.
+      "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead.
+      "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead.
     },
   ],
-  "type": "A String", # The type of the grantee. Valid values are:
-      # - user
-      # - group
-      # - domain
-      # - anyone  When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.
-  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
+  "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.
+  "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.
 }
- list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None) + list(fileId, includePermissionsForView=None, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None, x__xgafv=None)
Lists a file's or shared drive's permissions.
 
 Args:
@@ -338,73 +269,50 @@ 

Method Details

pageSize: integer, The maximum number of permissions to return per page. When not set for files in a shared drive, at most 100 results will be returned. When not set for files that are not in a shared drive, the entire list will be returned. pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A list of permissions for a file. - "kind": "drive#permissionList", # Identifies what kind of resource this is. Value: the fixed string "drive#permissionList". + "kind": "drive#permissionList", # Identifies what kind of resource this is. Value: the fixed string `"drive#permissionList"`. "nextPageToken": "A String", # The page token for the next page of permissions. This field will be absent if the end of the permissions 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. "permissions": [ # The list of permissions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }, ], }
@@ -425,8 +333,8 @@

Method Details

- update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None) -
Updates a permission with patch semantics.
+    update(fileId, permissionId, body=None, removeExpiration=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.
 
 Args:
   fileId: string, The ID of the file or shared drive. (required)
@@ -434,131 +342,81 @@ 

Method Details

body: object, The request body. The object takes the form of: -{ # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." +{ # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. } removeExpiration: boolean, Whether to remove the expiration date. supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives. - supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead. - transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them. + supportsTeamDrives: boolean, Deprecated: Use `supportsAllDrives` instead. + transferOwnership: boolean, Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: - { # A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy. - "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - "deleted": True or False, # Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - "displayName": "A String", # The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: - # - user - User's full name, as defined for their Google Account, such as "Joe Smith." - # - group - Name of the Google Group, such as "The Company Administrators." - # - domain - String domain name, such as "your-company.com." - # - anyone - No displayName is present. - "domain": "A String", # The domain to which this permission refers. The following options are currently allowed: - # - The entire domain, such as "your-company.com." - # - A target audience, such as "ID.audience.googledomains.com." + { # A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. + "allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`. + "deleted": True or False, # Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. + "displayName": "A String", # Output only. The "pretty" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as "Joe Smith." * `group` - Name of the Google Group, such as "The Company Administrators." * `domain` - String domain name, such as "thecompany.com." * `anyone` - No `displayName` is present. + "domain": "A String", # The domain to which this permission refers. "emailAddress": "A String", # The email address of the user or group to which this permission refers. - "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - # - They cannot be set on shared drive items. - # - They can only be set on user and group permissions. - # - The time must be in the future. - # - The time cannot be more than one year in the future. - "id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values. - "kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "drive#permission". - "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive. - "permissionDetails": [ # Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items. + "expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future + "id": "A String", # Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values. + "kind": "drive#permission", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#permission"`. + "pendingOwner": True or False, # Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive. + "permissionDetails": [ # Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items. { - "inherited": True or False, # Whether this permission is inherited. This field is always populated. This is an output-only field. - "inheritedFrom": "A String", # The ID of the item from which this permission is inherited. This is an output-only field. - "permissionType": "A String", # The permission type for this user. While new values may be added in future, the following are currently allowed: - # - file - # - member - "role": "A String", # The primary role for this user. While new values may be added in the future, the following are currently allowed: - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader + "inherited": True or False, # Output only. Whether this permission is inherited. This field is always populated. This is an output-only field. + "inheritedFrom": "A String", # Output only. The ID of the item from which this permission is inherited. This is an output-only field. + "permissionType": "A String", # Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member` + "role": "A String", # Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` }, ], - "photoLink": "A String", # A link to the user's profile photo, if available. - "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - # - owner - # - organizer - # - fileOrganizer - # - writer - # - commenter - # - reader - "teamDrivePermissionDetails": [ # Deprecated - use permissionDetails instead. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. + "role": "A String", # The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader` + "teamDrivePermissionDetails": [ # Output only. Deprecated: Output only. Use `permissionDetails` instead. { - "inherited": True or False, # Deprecated - use permissionDetails/inherited instead. - "inheritedFrom": "A String", # Deprecated - use permissionDetails/inheritedFrom instead. - "role": "A String", # Deprecated - use permissionDetails/role instead. - "teamDrivePermissionType": "A String", # Deprecated - use permissionDetails/permissionType instead. + "inherited": True or False, # Deprecated: Output only. Use `permissionDetails/inherited` instead. + "inheritedFrom": "A String", # Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead. + "role": "A String", # Deprecated: Output only. Use `permissionDetails/role` instead. + "teamDrivePermissionType": "A String", # Deprecated: Output only. Use `permissionDetails/permissionType` instead. }, ], - "type": "A String", # The type of the grantee. Valid values are: - # - user - # - group - # - domain - # - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type. - "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value. + "type": "A String", # The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type. + "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value. }
diff --git a/docs/dyn/drive_v3.replies.html b/docs/dyn/drive_v3.replies.html index 5454c9cd785..7c6b048ed65 100644 --- a/docs/dyn/drive_v3.replies.html +++ b/docs/dyn/drive_v3.replies.html @@ -72,28 +72,28 @@ -

Drive API . replies

+

Google Drive API . replies

Instance Methods

close()

Close httplib2 connections.

- create(fileId, commentId, body=None)

+ create(fileId, commentId, body=None, x__xgafv=None)

Creates a reply to a comment.

- delete(fileId, commentId, replyId)

+ delete(fileId, commentId, replyId, x__xgafv=None)

Deletes a reply.

- get(fileId, commentId, replyId, includeDeleted=None)

+ get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)

Gets a reply by ID.

- list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None)

+ list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None, x__xgafv=None)

Lists a comment's replies.

list_next()

Retrieves the next page of results.

- update(fileId, commentId, replyId, body=None)

+ update(fileId, commentId, replyId, body=None, x__xgafv=None)

Updates a reply with patch semantics.

Method Details

@@ -102,7 +102,7 @@

Method Details

- create(fileId, commentId, body=None) + create(fileId, commentId, body=None, x__xgafv=None)
Creates a reply to a comment.
 
 Args:
@@ -112,65 +112,69 @@ 

Method Details

The object takes the form of: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }
- delete(fileId, commentId, replyId) + delete(fileId, commentId, replyId, x__xgafv=None)
Deletes a reply.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
   replyId: string, The ID of the reply. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, commentId, replyId, includeDeleted=None) + get(fileId, commentId, replyId, includeDeleted=None, x__xgafv=None)
Gets a reply by ID.
 
 Args:
@@ -178,34 +182,36 @@ 

Method Details

commentId: string, The ID of the comment. (required) replyId: string, The ID of the reply. (required) includeDeleted: boolean, Whether to return deleted replies. Deleted replies will not include their original content. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }
- list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None) + list(fileId, commentId, includeDeleted=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists a comment's replies.
 
 Args:
@@ -214,32 +220,34 @@ 

Method Details

includeDeleted: boolean, Whether to include deleted replies. Deleted replies will not include their original content. pageSize: integer, The maximum number of replies to return per page. pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A list of replies to a comment on a file. - "kind": "drive#replyList", # Identifies what kind of resource this is. Value: the fixed string "drive#replyList". + "kind": "drive#replyList", # Identifies what kind of resource this is. Value: the fixed string `"drive#replyList"`. "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies 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. "replies": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched. { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }, ], @@ -261,7 +269,7 @@

Method Details

- update(fileId, commentId, replyId, body=None) + update(fileId, commentId, replyId, body=None, x__xgafv=None)
Updates a reply with patch semantics.
 
 Args:
@@ -272,48 +280,48 @@ 

Method Details

The object takes the form of: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # A reply to a comment on a file. - "action": "A String", # The action the reply performed to the parent comment. Valid values are: - # - resolve - # - reopen - "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated. - "displayName": "A String", # A plain text displayable name for this user. - "emailAddress": "A String", # The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "action": "A String", # The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen` + "author": { # Information about a Drive user. # Output only. The author of the reply. The author's email address and permission ID will not be populated. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "content": "A String", # The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified. + "content": "A String", # The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. "createdTime": "A String", # The time at which the reply was created (RFC 3339 date-time). - "deleted": True or False, # Whether the reply has been deleted. A deleted reply has no content. - "htmlContent": "A String", # The content of the reply with HTML formatting. - "id": "A String", # The ID of the reply. - "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply". + "deleted": True or False, # Output only. Whether the reply has been deleted. A deleted reply has no content. + "htmlContent": "A String", # Output only. The content of the reply with HTML formatting. + "id": "A String", # Output only. The ID of the reply. + "kind": "drive#reply", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#reply"`. "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time). }
diff --git a/docs/dyn/drive_v3.revisions.html b/docs/dyn/drive_v3.revisions.html index 4113593bce3..e3589abc3b7 100644 --- a/docs/dyn/drive_v3.revisions.html +++ b/docs/dyn/drive_v3.revisions.html @@ -72,28 +72,28 @@ -

Drive API . revisions

+

Google Drive API . revisions

Instance Methods

close()

Close httplib2 connections.

- delete(fileId, revisionId)

+ delete(fileId, revisionId, x__xgafv=None)

Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.

- get(fileId, revisionId, acknowledgeAbuse=None)

+ get(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)

Gets a revision's metadata or content by ID.

- get_media(fileId, revisionId, acknowledgeAbuse=None)

+ get_media(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)

Gets a revision's metadata or content by ID.

- list(fileId, pageSize=None, pageToken=None)

+ list(fileId, pageSize=None, pageToken=None, x__xgafv=None)

Lists a file's revisions.

list_next()

Retrieves the next page of results.

- update(fileId, revisionId, body=None)

+ update(fileId, revisionId, body=None, x__xgafv=None)

Updates a revision with patch semantics.

Method Details

@@ -102,63 +102,74 @@

Method Details

- delete(fileId, revisionId) + delete(fileId, revisionId, x__xgafv=None)
Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, 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)
   revisionId: string, The ID of the revision. (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(fileId, revisionId, acknowledgeAbuse=None) + get(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)
Gets a revision's metadata or content by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # The metadata for a revision to a file.
-  "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-    "a_key": "A String", # A mapping from export format to URL
+  "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+    "a_key": "A String",
   },
-  "id": "A String", # The ID of the revision.
-  "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file.
-      # This field is only applicable to files with binary content in Drive.
-  "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "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. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-    "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-    "me": True or False, # Whether this user is the requesting user.
-    "permissionId": "A String", # The user's ID as visible in Permission resources.
-    "photoLink": "A String", # A link to the user's profile photo, if available.
+  "id": "A String", # Output only. The ID of the revision.
+  "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.
+  "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`.
+  "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision.
+    "displayName": "A String", # Output only. A plain text displayable name for this user.
+    "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+    "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+    "me": True or False, # Output only. Whether this user is the requesting user.
+    "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+    "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
   },
-  "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
-  "mimeType": "A String", # The MIME type of the revision.
+  "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
+  "mimeType": "A String", # Output only. The MIME type of the revision.
   "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
-  "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+  "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive.
   "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files.
   "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files.
-  "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files.
+  "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files.
   "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files.
-  "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
+  "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
 }
- get_media(fileId, revisionId, acknowledgeAbuse=None) + get_media(fileId, revisionId, acknowledgeAbuse=None, x__xgafv=None)
Gets a revision's metadata or content by ID.
 
 Args:
   fileId: string, The ID of the file. (required)
   revisionId: string, The ID of the revision. (required)
   acknowledgeAbuse: boolean, Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   The media object as a string.
@@ -167,46 +178,49 @@ 

Method Details

- list(fileId, pageSize=None, pageToken=None) + list(fileId, pageSize=None, pageToken=None, x__xgafv=None)
Lists a file's revisions.
 
 Args:
   fileId: string, The ID of the file. (required)
   pageSize: integer, The maximum number of revisions to return per page.
   pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A list of revisions of a file.
-  "kind": "drive#revisionList", # Identifies what kind of resource this is. Value: the fixed string "drive#revisionList".
+  "kind": "drive#revisionList", # Identifies what kind of resource this is. Value: the fixed string `"drive#revisionList"`.
   "nextPageToken": "A String", # The page token for the next page of revisions. This 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.
   "revisions": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
     { # The metadata for a revision to a file.
-      "exportLinks": { # Links for exporting Docs Editors files to specific formats.
-        "a_key": "A String", # A mapping from export format to URL
+      "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats.
+        "a_key": "A String",
       },
-      "id": "A String", # The ID of the revision.
-      "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file.
-          # This field is only applicable to files with binary content in Drive.
-      "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "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. This may not be present in certain contexts if the user has not made their email address visible to the requester.
-        "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
-        "me": True or False, # Whether this user is the requesting user.
-        "permissionId": "A String", # The user's ID as visible in Permission resources.
-        "photoLink": "A String", # A link to the user's profile photo, if available.
+      "id": "A String", # Output only. The ID of the revision.
+      "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.
+      "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`.
+      "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision.
+        "displayName": "A String", # Output only. A plain text displayable name for this user.
+        "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
+        "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
+        "me": True or False, # Output only. Whether this user is the requesting user.
+        "permissionId": "A String", # Output only. The user's ID as visible in Permission resources.
+        "photoLink": "A String", # Output only. A link to the user's profile photo, if available.
       },
-      "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
-      "mimeType": "A String", # The MIME type of the revision.
+      "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.
+      "mimeType": "A String", # Output only. The MIME type of the revision.
       "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time).
-      "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+      "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive.
       "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files.
       "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files.
-      "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files.
+      "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files.
       "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files.
-      "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
+      "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
     },
   ],
 }
@@ -227,7 +241,7 @@

Method Details

- update(fileId, revisionId, body=None) + update(fileId, revisionId, body=None, x__xgafv=None)
Updates a revision with patch semantics.
 
 Args:
@@ -237,61 +251,63 @@ 

Method Details

The object takes the form of: { # The metadata for a revision to a file. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "id": "A String", # The ID of the revision. - "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. - # This field is only applicable to files with binary content in Drive. - "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "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. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "id": "A String", # Output only. The ID of the revision. + "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive. + "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. - "mimeType": "A String", # The MIME type of the revision. + "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time). - "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive. + "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files. "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files. - "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. + "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # The metadata for a revision to a file. - "exportLinks": { # Links for exporting Docs Editors files to specific formats. - "a_key": "A String", # A mapping from export format to URL + "exportLinks": { # Output only. Links for exporting Docs Editors files to specific formats. + "a_key": "A String", }, - "id": "A String", # The ID of the revision. - "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. - # This field is only applicable to files with binary content in Drive. - "kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "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. This may not be present in certain contexts if the user has not made their email address visible to the requester. - "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user". - "me": True or False, # Whether this user is the requesting user. - "permissionId": "A String", # The user's ID as visible in Permission resources. - "photoLink": "A String", # A link to the user's profile photo, if available. + "id": "A String", # Output only. The ID of the revision. + "keepForever": True or False, # Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive. + "kind": "drive#revision", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`. + "lastModifyingUser": { # Information about a Drive user. # Output only. The last user to modify this revision. + "displayName": "A String", # Output only. A plain text displayable name for this user. + "emailAddress": "A String", # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. + "kind": "drive#user", # Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`. + "me": True or False, # Output only. Whether this user is the requesting user. + "permissionId": "A String", # Output only. The user's ID as visible in Permission resources. + "photoLink": "A String", # Output only. A link to the user's profile photo, if available. }, - "md5Checksum": "A String", # The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. - "mimeType": "A String", # The MIME type of the revision. + "md5Checksum": "A String", # Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. + "mimeType": "A String", # Output only. The MIME type of the revision. "modifiedTime": "A String", # The last time the revision was modified (RFC 3339 date-time). - "originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive. + "originalFilename": "A String", # Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive. "publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files. "published": True or False, # Whether this revision is published. This is only applicable to Docs Editors files. - "publishedLink": "A String", # A link to the published revision. This is only populated for Google Sites files. + "publishedLink": "A String", # Output only. A link to the published revision. This is only populated for Google Sites files. "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain. This is only applicable to Docs Editors files. - "size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. + "size": "A String", # Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. }
diff --git a/docs/dyn/drive_v3.teamdrives.html b/docs/dyn/drive_v3.teamdrives.html index f67d3aff7be..8656f004029 100644 --- a/docs/dyn/drive_v3.teamdrives.html +++ b/docs/dyn/drive_v3.teamdrives.html @@ -72,29 +72,29 @@ -

Drive API . teamdrives

+

Google Drive API . teamdrives

Instance Methods

close()

Close httplib2 connections.

- create(requestId, body=None)

-

Deprecated use drives.create instead.

+ create(requestId, body=None, x__xgafv=None)

+

Deprecated: Use `drives.create` instead.

- delete(teamDriveId)

-

Deprecated use drives.delete instead.

+ delete(teamDriveId, x__xgafv=None)

+

Deprecated: Use `drives.delete` instead.

- get(teamDriveId, useDomainAdminAccess=None)

-

Deprecated use drives.get instead.

+ get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.get` instead.

- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None)

-

Deprecated use drives.list instead.

+ list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.list` instead.

list_next()

Retrieves the next page of results.

- update(teamDriveId, body=None, useDomainAdminAccess=None)

-

Deprecated use drives.update instead

+ update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)

+

Deprecated: Use `drives.update` instead.

Method Details

close() @@ -102,16 +102,16 @@

Method Details

- create(requestId, body=None) -
Deprecated use drives.create instead.
+    create(requestId, body=None, x__xgafv=None)
+  
Deprecated: Use `drives.create` instead.
 
 Args:
-  requestId: string, An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
+  requestId: string, Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -120,11 +120,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -134,35 +134,39 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -171,11 +175,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -185,52 +189,60 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- delete(teamDriveId) -
Deprecated use drives.delete instead.
+    delete(teamDriveId, x__xgafv=None)
+  
Deprecated: Use `drives.delete` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
- get(teamDriveId, useDomainAdminAccess=None) -
Deprecated use drives.get instead.
+    get(teamDriveId, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.get` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Deprecated: use the drive collection instead.
-  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+  "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
     "id": "A String", # The ID of an image file in Drive to use for the background image.
     "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
     "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -239,11 +251,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -253,49 +265,53 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
- list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None) -
Deprecated use drives.list instead.
+    list(pageSize=None, pageToken=None, q=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.list` instead.
 
 Args:
   pageSize: integer, Maximum number of Team Drives to return.
   pageToken: string, Page token for Team Drives.
   q: string, Query string for searching Team Drives.
   useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # A list of Team Drives.
-  "kind": "drive#teamDriveList", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDriveList".
+  "kind": "drive#teamDriveList", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDriveList"`.
   "nextPageToken": "A String", # The page token for the next page of Team Drives. This will be absent if the end of the Team Drives 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.
   "teamDrives": [ # The list of Team Drives. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
     { # Deprecated: use the drive collection instead.
-      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.
+      "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.
         "id": "A String", # The ID of an image file in Drive to use for the background image.
         "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high.
         "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.
@@ -304,11 +320,11 @@ 

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -318,27 +334,27 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }, ], }
@@ -359,8 +375,8 @@

Method Details

- update(teamDriveId, body=None, useDomainAdminAccess=None) -
Deprecated use drives.update instead
+    update(teamDriveId, body=None, useDomainAdminAccess=None, x__xgafv=None)
+  
Deprecated: Use `drives.update` instead.
 
 Args:
   teamDriveId: string, The ID of the Team Drive (required)
@@ -368,7 +384,7 @@ 

Method Details

The object takes the form of: { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -377,11 +393,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -391,36 +407,40 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. } useDomainAdminAccess: boolean, Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs. + x__xgafv: string, V1 error format. + Allowed values + 1 - v1 error format + 2 - v2 error format Returns: An object of the form: { # Deprecated: use the drive collection instead. - "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. + "backgroundImageFile": { # An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set. "id": "A String", # The ID of an image file in Drive to use for the background image. "width": 3.14, # The width of the cropped image in the closed range of 0 to 1. This value represents the width of the cropped image divided by the width of the entire image. The height is computed by applying a width to height aspect ratio of 80 to 9. The resulting image must be at least 1280 pixels wide and 144 pixels high. "xCoordinate": 3.14, # The X coordinate of the upper left corner of the cropping area in the background image. This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image. @@ -429,11 +449,11 @@

Method Details

"backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. "capabilities": { # Capabilities the current user has on this Team Drive. "canAddChildren": True or False, # Whether the current user can add children to folders in this Team Drive. - "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive. - "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the domainUsersOnly restriction of this Team Drive. - "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive. + "canChangeCopyRequiresWriterPermissionRestriction": True or False, # Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive. + "canChangeDomainUsersOnlyRestriction": True or False, # Whether the current user can change the `domainUsersOnly` restriction of this Team Drive. + "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": True or False, # Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive. "canChangeTeamDriveBackground": True or False, # Whether the current user can change the background of this Team Drive. - "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the teamMembersOnly restriction of this Team Drive. + "canChangeTeamMembersOnlyRestriction": True or False, # Whether the current user can change the `teamMembersOnly` restriction of this Team Drive. "canComment": True or False, # Whether the current user can comment on files in this Team Drive. "canCopy": True or False, # Whether the current user can copy files in this Team Drive. "canDeleteChildren": True or False, # Whether the current user can delete children from folders in this Team Drive. @@ -443,27 +463,27 @@

Method Details

"canListChildren": True or False, # Whether the current user can list the children of folders in this Team Drive. "canManageMembers": True or False, # Whether the current user can add members to this Team Drive or remove them or change their role. "canReadRevisions": True or False, # Whether the current user can read the revisions resource of files in this Team Drive. - "canRemoveChildren": True or False, # Deprecated - use canDeleteChildren or canTrashChildren instead. + "canRemoveChildren": True or False, # Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead. "canRename": True or False, # Whether the current user can rename files or folders in this Team Drive. "canRenameTeamDrive": True or False, # Whether the current user can rename this Team Drive. "canResetTeamDriveRestrictions": True or False, # Whether the current user can reset the Team Drive restrictions to defaults. "canShare": True or False, # Whether the current user can share files or folders in this Team Drive. "canTrashChildren": True or False, # Whether the current user can trash children from folders in this Team Drive. }, - "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId. + "colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`. "createdTime": "A String", # The time at which the Team Drive was created (RFC 3339 date-time). "id": "A String", # The ID of this Team Drive which is also the ID of the top level folder of this Team Drive. - "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive". + "kind": "drive#teamDrive", # Identifies what kind of resource this is. Value: the fixed string `"drive#teamDrive"`. "name": "A String", # The name of this Team Drive. - "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true. + "orgUnitId": "A String", # The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`. "restrictions": { # A set of restrictions that apply to this Team Drive or items inside this Team Drive. "adminManagedRestrictions": True or False, # Whether administrative privileges on this Team Drive are required to modify restrictions. - "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive. + "copyRequiresWriterPermission": True or False, # Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive. "domainUsersOnly": True or False, # Whether access to this Team Drive and items inside this Team Drive is restricted to users of the domain to which this Team Drive belongs. This restriction may be overridden by other sharing policies controlled outside of this Team Drive. "sharingFoldersRequiresOrganizerPermission": True or False, # If true, only users with the organizer role can share folders. If false, users with either the organizer role or the file organizer role can share folders. "teamMembersOnly": True or False, # Whether access to items inside this Team Drive is restricted to members of this Team Drive. }, - "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. + "themeId": "A String", # The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`. }
diff --git a/googleapiclient/discovery_cache/documents/drive.v2.json b/googleapiclient/discovery_cache/documents/drive.v2.json index 082b017e07f..8991bd2556f 100644 --- a/googleapiclient/discovery_cache/documents/drive.v2.json +++ b/googleapiclient/discovery_cache/documents/drive.v2.json @@ -35,32 +35,59 @@ "basePath": "/drive/v2/", "baseUrl": "https://www.googleapis.com/drive/v2/", "batchPath": "batch/drive/v2", - "description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.", + "description": "The Google Drive API allows clients to access resources from Google Drive.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/drive/", - "etag": "\"VYc8DWo_6wRTElVugbtvWfkARsc/to8W0Xrp55yNHhg4FqPjePP3FcY\"", "icons": { - "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", - "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "id": "drive:v2", "kind": "discovery#restDescription", + "mtlsRootUrl": "https://www.mtls.googleapis.com/", "name": "drive", "ownerDomain": "google.com", "ownerName": "Google", "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, "alt": { "default": "json", - "description": "Data format for the response.", + "description": "Data format for response.", "enum": [ - "json" + "json", + "media", + "proto" ], "enumDescriptions": [ - "Responses with Content-Type of application/json" + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" ], "location": "query", "type": "string" }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", @@ -83,12 +110,17 @@ "type": "boolean" }, "quotaUser": { - "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", + "location": "query", + "type": "string" + }, + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query", "type": "string" }, - "userIp": { - "description": "Deprecated. Please use quotaUser instead.", + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query", "type": "string" } @@ -99,12 +131,14 @@ "methods": { "get": { "description": "Gets the information about the current user along with Drive API settings", + "flatPath": "about", "httpMethod": "GET", "id": "drive.about.get", + "parameterOrder": [], "parameters": { "includeSubscribed": { "default": "true", - "description": "Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.", + "description": "Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the `maxChangeIdCount`.", "location": "query", "type": "boolean" }, @@ -142,6 +176,7 @@ "methods": { "get": { "description": "Gets a specific app.", + "flatPath": "apps/{appId}", "httpMethod": "GET", "id": "drive.apps.get", "parameterOrder": [ @@ -171,18 +206,20 @@ }, "list": { "description": "Lists a user's installed apps.", + "flatPath": "apps", "httpMethod": "GET", "id": "drive.apps.list", + "parameterOrder": [], "parameters": { "appFilterExtensions": { "default": "", - "description": "A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists.", + "description": "A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If `appFilterMimeTypes` are provided as well, the result is a union of the two resulting app lists.", "location": "query", "type": "string" }, "appFilterMimeTypes": { "default": "", - "description": "A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If appFilterExtensions are provided as well, the result is a union of the two resulting app lists.", + "description": "A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If `appFilterExtensions` are provided as well, the result is a union of the two resulting app lists.", "location": "query", "type": "string" }, @@ -205,7 +242,8 @@ "changes": { "methods": { "get": { - "description": "Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.", + "description": "Deprecated: Use `changes.getStartPageToken` and `changes.list` to retrieve recent changes.", + "flatPath": "changes/{changeId}", "httpMethod": "GET", "id": "drive.changes.get", "parameterOrder": [ @@ -219,7 +257,7 @@ "type": "string" }, "driveId": { - "description": "The shared drive from which the change is returned.", + "description": "The shared drive from which the change will be returned.", "location": "query", "type": "string" }, @@ -231,12 +269,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -258,11 +298,13 @@ }, "getStartPageToken": { "description": "Gets the starting pageToken for listing future changes.", + "flatPath": "changes/startPageToken", "httpMethod": "GET", "id": "drive.changes.getStartPageToken", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.", + "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.", "location": "query", "type": "string" }, @@ -274,12 +316,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -301,11 +345,13 @@ }, "list": { "description": "Lists the changes for a user or shared drive.", + "flatPath": "changes", "httpMethod": "GET", "id": "drive.changes.list", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -328,24 +374,25 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "includeSubscribed": { "default": "true", - "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.", + "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.", "location": "query", "type": "boolean" }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -358,17 +405,18 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.", "location": "query", "type": "string" }, "spaces": { - "description": "A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.", "location": "query", "type": "string" }, "startChangeId": { - "description": "Deprecated - use pageToken instead.", + "deprecated": true, + "description": "Deprecated: Use `pageToken` instead.", "format": "int64", "location": "query", "type": "string" @@ -381,12 +429,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -409,11 +459,13 @@ }, "watch": { "description": "Subscribe to changes for a user.", + "flatPath": "changes/watch", "httpMethod": "POST", "id": "drive.changes.watch", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -436,24 +488,25 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "includeSubscribed": { "default": "true", - "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive are omitted from the result.", + "description": "Whether to include changes outside the My Drive hierarchy in the result. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the result.", "location": "query", "type": "boolean" }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -466,17 +519,18 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response or to the response from the getStartPageToken method.", "location": "query", "type": "string" }, "spaces": { - "description": "A comma-separated list of spaces to query. Supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "A comma-separated list of spaces to query. Supported values are `drive`, `appDataFolder` and `photos`.", "location": "query", "type": "string" }, "startChangeId": { - "description": "Deprecated - use pageToken instead.", + "deprecated": true, + "description": "Deprecated: Use `pageToken` instead.", "format": "int64", "location": "query", "type": "string" @@ -489,12 +543,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -524,9 +580,12 @@ "channels": { "methods": { "stop": { - "description": "Stop watching resources through this channel", + "description": "Stops watching resources through this channel.", + "flatPath": "channels/stop", "httpMethod": "POST", "id": "drive.channels.stop", + "parameterOrder": [], + "parameters": {}, "path": "channels/stop", "request": { "$ref": "Channel", @@ -549,6 +608,7 @@ "methods": { "delete": { "description": "Removes a child from a folder.", + "flatPath": "files/{folderId}/children/{childId}", "httpMethod": "DELETE", "id": "drive.children.delete", "parameterOrder": [ @@ -564,7 +624,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -583,6 +644,7 @@ }, "get": { "description": "Gets a specific child reference.", + "flatPath": "files/{folderId}/children/{childId}", "httpMethod": "GET", "id": "drive.children.get", "parameterOrder": [ @@ -619,6 +681,7 @@ }, "insert": { "description": "Inserts a file into a folder.", + "flatPath": "files/{folderId}/children", "httpMethod": "POST", "id": "drive.children.insert", "parameterOrder": [ @@ -627,7 +690,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -645,7 +709,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -665,6 +730,7 @@ }, "list": { "description": "Lists a folder's children.", + "flatPath": "files/{folderId}/children", "httpMethod": "GET", "id": "drive.children.list", "parameterOrder": [ @@ -686,7 +752,7 @@ "type": "integer" }, "orderBy": { - "description": "A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', and 'title'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", + "description": "A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, and `title`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", "location": "query", "type": "string" }, @@ -721,6 +787,7 @@ "methods": { "delete": { "description": "Deletes a comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "DELETE", "id": "drive.comments.delete", "parameterOrder": [ @@ -749,6 +816,7 @@ }, "get": { "description": "Gets a comment by ID.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "GET", "id": "drive.comments.get", "parameterOrder": [ @@ -787,6 +855,7 @@ }, "insert": { "description": "Creates a new comment on the given file.", + "flatPath": "files/{fileId}/comments", "httpMethod": "POST", "id": "drive.comments.insert", "parameterOrder": [ @@ -814,6 +883,7 @@ }, "list": { "description": "Lists a file's comments.", + "flatPath": "files/{fileId}/comments", "httpMethod": "GET", "id": "drive.comments.list", "parameterOrder": [ @@ -864,6 +934,7 @@ }, "patch": { "description": "Updates an existing comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "PATCH", "id": "drive.comments.patch", "parameterOrder": [ @@ -898,6 +969,7 @@ }, "update": { "description": "Updates an existing comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "PUT", "id": "drive.comments.update", "parameterOrder": [ @@ -936,6 +1008,7 @@ "methods": { "delete": { "description": "Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.", + "flatPath": "drives/{driveId}", "httpMethod": "DELETE", "id": "drive.drives.delete", "parameterOrder": [ @@ -944,7 +1017,7 @@ "parameters": { "allowItemDeletion": { "default": "false", - "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.", + "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.", "location": "query", "type": "boolean" }, @@ -968,6 +1041,7 @@ }, "get": { "description": "Gets a shared drive's metadata by ID.", + "flatPath": "drives/{driveId}", "httpMethod": "GET", "id": "drive.drives.get", "parameterOrder": [ @@ -998,6 +1072,7 @@ }, "hide": { "description": "Hides a shared drive from the default view.", + "flatPath": "drives/{driveId}/hide", "httpMethod": "POST", "id": "drive.drives.hide", "parameterOrder": [ @@ -1021,6 +1096,7 @@ }, "insert": { "description": "Creates a new shared drive.", + "flatPath": "drives", "httpMethod": "POST", "id": "drive.drives.insert", "parameterOrder": [ @@ -1028,7 +1104,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -1046,9 +1122,11 @@ ] }, "list": { - "description": "Lists the user's shared drives.", + "description": " Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.", + "flatPath": "drives", "httpMethod": "GET", "id": "drive.drives.list", + "parameterOrder": [], "parameters": { "maxResults": { "default": "10", @@ -1087,6 +1165,7 @@ }, "unhide": { "description": "Restores a shared drive to the default view.", + "flatPath": "drives/{driveId}/unhide", "httpMethod": "POST", "id": "drive.drives.unhide", "parameterOrder": [ @@ -1110,6 +1189,7 @@ }, "update": { "description": "Updates the metadata for a shared drive.", + "flatPath": "drives/{driveId}", "httpMethod": "PUT", "id": "drive.drives.update", "parameterOrder": [ @@ -1145,7 +1225,8 @@ "files": { "methods": { "copy": { - "description": "Creates a copy of the specified file. Folders cannot be copied.", + "description": "Creates a copy of the specified file.", + "flatPath": "files/{fileId}/copy", "httpMethod": "POST", "id": "drive.files.copy", "parameterOrder": [ @@ -1160,7 +1241,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Copying files into multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Copying files into multiple folders is no longer supported. Use shortcuts instead.", "location": "query", "type": "boolean" }, @@ -1171,12 +1253,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -1187,7 +1269,7 @@ "type": "boolean" }, "ocrLanguage": { - "description": "If ocr is true, hints at the language to use. Valid values are BCP 47 codes.", + "description": "If `ocr` is true, hints at the language to use. Valid values are BCP 47 codes.", "location": "query", "type": "string" }, @@ -1205,7 +1287,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1251,6 +1334,7 @@ }, "delete": { "description": "Permanently deletes a file by ID. Skips the trash. The currently authenticated user must own the file or be an organizer on the parent for shared drive files.", + "flatPath": "files/{fileId}", "httpMethod": "DELETE", "id": "drive.files.delete", "parameterOrder": [ @@ -1259,7 +1343,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -1277,7 +1362,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1290,9 +1376,11 @@ ] }, "emptyTrash": { - "description": "Permanently deletes all trashed files of a user or shared drive.", + "description": "Permanently deletes all of the user's trashed files.", + "flatPath": "files/trash", "httpMethod": "DELETE", "id": "drive.files.emptyTrash", + "parameterOrder": [], "parameters": { "driveId": { "description": "If set, empties the trash of the provided shared drive.", @@ -1301,7 +1389,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item is placed under its owner's root.", "location": "query", "type": "boolean" } @@ -1313,6 +1402,7 @@ }, "export": { "description": "Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.", + "flatPath": "files/{fileId}/export", "httpMethod": "GET", "id": "drive.files.export", "parameterOrder": [ @@ -1327,7 +1417,7 @@ "type": "string" }, "mimeType": { - "description": "The MIME type of the format requested for this export.", + "description": "Required. The MIME type of the format requested for this export.", "location": "query", "required": true, "type": "string" @@ -1339,12 +1429,15 @@ "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true + "supportsMediaDownload": true, + "useMediaDownloadService": true }, "generateIds": { "description": "Generates a set of file IDs which can be provided in insert or copy requests.", + "flatPath": "files/generateIds", "httpMethod": "GET", "id": "drive.files.generateIds", + "parameterOrder": [], "parameters": { "maxResults": { "default": "10", @@ -1357,13 +1450,13 @@ }, "space": { "default": "drive", - "description": "The space in which the IDs can be used to create new files. Supported values are 'drive' and 'appDataFolder'. (Default: 'drive')", + "description": "The space in which the IDs can be used to create new files. Supported values are `drive` and `appDataFolder`. (Default: `drive`)", "location": "query", "type": "string" }, "type": { "default": "files", - "description": "The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')", + "description": "The type of items which the IDs can be used for. Supported values are `files` and `shortcuts`. Note that `shortcuts` are only supported in the `drive` `space`. (Default: `files`)", "location": "query", "type": "string" } @@ -1379,7 +1472,8 @@ ] }, "get": { - "description": "Gets a file's metadata or content by ID.", + "description": " Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v2/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).", + "flatPath": "files/{fileId}", "httpMethod": "GET", "id": "drive.files.get", "parameterOrder": [ @@ -1399,24 +1493,25 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "projection": { - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "enum": [ "BASIC", "FULL" ], "enumDescriptions": [ - "Deprecated", - "Deprecated" + "Deprecated.", + "Deprecated." ], "location": "query", "type": "string" @@ -1434,13 +1529,15 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "updateViewedDate": { "default": "false", - "description": "Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.", + "deprecated": true, + "description": "Deprecated: Use `files.update` with `modifiedDateBehavior=noChange, updateViewedDate=true` and an empty request body.", "location": "query", "type": "boolean" } @@ -1463,14 +1560,15 @@ "useMediaDownloadService": true }, "insert": { - "description": "Insert a new file.", + "description": " Inserts a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.insert` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `title` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `\"title\": \"cat.jpg\"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.", + "flatPath": "files", "httpMethod": "POST", "id": "drive.files.insert", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -1482,6 +1580,7 @@ } } }, + "parameterOrder": [], "parameters": { "convert": { "default": "false", @@ -1491,17 +1590,18 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Creating files in multiple folders is no longer supported.", + "deprecated": true, + "description": "Deprecated: Creating files in multiple folders is no longer supported.", "location": "query", "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -1530,7 +1630,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1578,21 +1679,23 @@ "https://www.googleapis.com/auth/drive.apps.readonly", "https://www.googleapis.com/auth/drive.file" ], - "supportsMediaUpload": true, - "supportsSubscription": true + "supportsMediaUpload": true }, "list": { - "description": "Lists the user's files.", + "description": " Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.", + "flatPath": "files", "httpMethod": "GET", "id": "drive.files.list", + "parameterOrder": [], "parameters": { "corpora": { - "description": "Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.", + "description": "Bodies of items (files/documents) to which the query applies. Supported bodies are `default`, `domain`, `drive` and `allDrives`. Prefer `default` or `drive` to `allDrives` for efficiency.", "location": "query", "type": "string" }, "corpus": { - "description": "The body of items (files/documents) to which the query applies. Deprecated: use 'corpora' instead.", + "deprecated": true, + "description": "Deprecated: The body of items (files/documents) to which the query applies. Use `corpora` instead.", "enum": [ "DEFAULT", "DOMAIN" @@ -1616,18 +1719,19 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1640,7 +1744,7 @@ "type": "integer" }, "orderBy": { - "description": "A comma-separated list of sort keys. Valid keys are 'createdDate', 'folder', 'lastViewedByMeDate', 'modifiedByMeDate', 'modifiedDate', 'quotaBytesUsed', 'recency', 'sharedWithMeDate', 'starred', 'title', and 'title_natural'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", + "description": "A comma-separated list of sort keys. Valid keys are `createdDate`, `folder`, `lastViewedByMeDate`, `modifiedByMeDate`, `modifiedDate`, `quotaBytesUsed`, `recency`, `sharedWithMeDate`, `starred`, `title`, and `title_natural`. Each key sorts ascending by default, but may be reversed with the `desc` modifier. Example usage: ?orderBy=folder,modifiedDate desc,title. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", "location": "query", "type": "string" }, @@ -1650,14 +1754,15 @@ "type": "string" }, "projection": { - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "enum": [ "BASIC", "FULL" ], "enumDescriptions": [ - "Deprecated", - "Deprecated" + "Deprecated.", + "Deprecated." ], "location": "query", "type": "string" @@ -1668,7 +1773,7 @@ "type": "string" }, "spaces": { - "description": "A comma-separated list of spaces to query. Supported values are 'drive' and 'appDataFolder'.", + "description": "A comma-separated list of spaces to query. Supported values are `drive`, and `appDataFolder`.", "location": "query", "type": "string" }, @@ -1680,12 +1785,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -1707,6 +1814,7 @@ }, "listLabels": { "description": "Lists the labels on a file.", + "flatPath": "files/{fileId}/listLabels", "httpMethod": "GET", "id": "drive.files.listLabels", "parameterOrder": [ @@ -1714,14 +1822,14 @@ ], "parameters": { "fileId": { - "description": "The ID of the file.", + "description": "The ID for the file or shared drive.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "100", - "description": "The maximum number of labels to return per page. When not set, this defaults to 100.", + "description": "The maximum number of labels to return per page. When not set, defaults to 100.", "format": "int32", "location": "query", "maximum": "100", @@ -1729,7 +1837,7 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.", "location": "query", "type": "string" } @@ -1747,7 +1855,8 @@ ] }, "modifyLabels": { - "description": "Modifies the set of labels on a file.", + "description": "Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.", + "flatPath": "files/{fileId}/modifyLabels", "httpMethod": "POST", "id": "drive.files.modifyLabels", "parameterOrder": [ @@ -1755,7 +1864,7 @@ ], "parameters": { "fileId": { - "description": "The ID of the file for which the labels are modified.", + "description": "The ID of the file to which the labels belong.", "location": "path", "required": true, "type": "string" @@ -1776,6 +1885,7 @@ }, "patch": { "description": "Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.", + "flatPath": "files/{fileId}", "httpMethod": "PATCH", "id": "drive.files.patch", "parameterOrder": [ @@ -1789,13 +1899,15 @@ }, "convert": { "default": "false", - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "location": "query", "type": "boolean" }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -1806,17 +1918,17 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "modifiedDateBehavior": { - "description": "Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate.", + "description": "Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`.", "enum": [ "fromBody", "fromBodyIfNeeded", @@ -1826,19 +1938,19 @@ "nowIfNeeded" ], "enumDescriptions": [ - "Set modifiedDate to the value provided in the body of the request. No change if no value was provided.", - "Set modifiedDate to the value provided in the body of the request depending on other contents of the update.", + "Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided.", + "Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update.", "Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided.", - "Maintain the previous value of modifiedDate.", - "Set modifiedDate to the current time.", - "Set modifiedDate to the current time depending on contents of the update." + "Maintain the previous value of `modifiedDate`.", + "Set `modifiedDate` to the current time.", + "Set `modifiedDate` to the current time depending on contents of the update." ], "location": "query", "type": "string" }, "newRevision": { "default": "true", - "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request.", + "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045). Note that this field is ignored if there is no payload in the request.", "location": "query", "type": "boolean" }, @@ -1866,7 +1978,7 @@ }, "setModifiedDate": { "default": "false", - "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange.", + "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`.", "location": "query", "type": "boolean" }, @@ -1878,7 +1990,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1923,6 +2036,7 @@ }, "touch": { "description": "Set the file's updated time to the current server time.", + "flatPath": "files/{fileId}/touch", "httpMethod": "POST", "id": "drive.files.touch", "parameterOrder": [ @@ -1936,12 +2050,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -1953,7 +2067,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1971,7 +2086,8 @@ ] }, "trash": { - "description": "Moves a file to the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.", + "description": " Moves a file to the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may trash a file. The trashed item is excluded from all `files.list` responses returned for any user who doesn't own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file. *Note:* Files moved to the trash still appear by default in results from the `files.list` method. To permanently remove a file, use `files.delete`.", + "flatPath": "files/{fileId}/trash", "httpMethod": "POST", "id": "drive.files.trash", "parameterOrder": [ @@ -1985,12 +2101,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -2002,7 +2118,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -2019,7 +2136,8 @@ ] }, "untrash": { - "description": "Restores a file from the trash. The currently authenticated user must own the file or be at least a fileOrganizer on the parent for shared drive files. Only the owner may untrash a file.", + "description": "Restores a file from the trash. The currently authenticated user must own the file or be at least a `fileOrganizer` on the parent for shared drive files. Only the owner may untrash a file.", + "flatPath": "files/{fileId}/untrash", "httpMethod": "POST", "id": "drive.files.untrash", "parameterOrder": [ @@ -2033,12 +2151,12 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -2050,7 +2168,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -2067,14 +2186,15 @@ ] }, "update": { - "description": "Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as modifiedDate. This method supports patch semantics.", + "description": " Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).", + "flatPath": "files/{fileId}", "httpMethod": "PUT", "id": "drive.files.update", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -2097,13 +2217,15 @@ }, "convert": { "default": "false", - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "location": "query", "type": "boolean" }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -2114,17 +2236,17 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "modifiedDateBehavior": { - "description": "Determines the behavior in which modifiedDate is updated. This overrides setModifiedDate.", + "description": "Determines the behavior in which `modifiedDate` is updated. This overrides `setModifiedDate`.", "enum": [ "fromBody", "fromBodyIfNeeded", @@ -2134,19 +2256,19 @@ "nowIfNeeded" ], "enumDescriptions": [ - "Set modifiedDate to the value provided in the body of the request. No change if no value was provided.", - "Set modifiedDate to the value provided in the body of the request depending on other contents of the update.", + "Set `modifiedDate` to the value provided in the body of the request. No change if no value was provided.", + "Set `modifiedDate` to the value provided in the body of the request depending on other contents of the update.", "Set modifiedDate to the value provided in the body of the request, or to the current time if no value was provided.", - "Maintain the previous value of modifiedDate.", - "Set modifiedDate to the current time.", - "Set modifiedDate to the current time depending on contents of the update." + "Maintain the previous value of `modifiedDate`.", + "Set `modifiedDate` to the current time.", + "Set `modifiedDate` to the current time depending on contents of the update." ], "location": "query", "type": "string" }, "newRevision": { "default": "true", - "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the Drive Help Center. Note that this field is ignored if there is no payload in the request.", + "description": "Whether a blob upload should create a new revision. If false, the blob data in the current head revision is replaced. If true or not set, a new blob is created as head revision, and previous unpinned revisions are preserved for a short period of time. Pinned revisions are stored indefinitely, using additional storage quota, up to a maximum of 200 revisions. For details on how revisions are retained, see the [Drive Help Center](https://support.google.com/drive/answer/2409045).", "location": "query", "type": "boolean" }, @@ -2163,7 +2285,7 @@ }, "pinned": { "default": "false", - "description": "Whether to pin the new revision. A file can have a maximum of 200 pinned revisions. Note that this field is ignored if there is no payload in the request.", + "description": "Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.", "location": "query", "type": "boolean" }, @@ -2174,7 +2296,7 @@ }, "setModifiedDate": { "default": "false", - "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to true is equivalent to modifiedDateBehavior=fromBodyOrNow, and false is equivalent to modifiedDateBehavior=now. To prevent any changes to the modified date set modifiedDateBehavior=noChange.", + "description": "Whether to set the modified date using the value supplied in the request body. Setting this field to `true` is equivalent to `modifiedDateBehavior=fromBodyOrNow`, and `false` is equivalent to `modifiedDateBehavior=now`. To prevent any changes to the modified date set `modifiedDateBehavior=noChange`.", "location": "query", "type": "boolean" }, @@ -2186,7 +2308,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2231,7 +2354,8 @@ "supportsMediaUpload": true }, "watch": { - "description": "Subscribe to changes on a file.", + "description": "Subscribes to changes to a file.", + "flatPath": "files/{fileId}/watch", "httpMethod": "POST", "id": "drive.files.watch", "parameterOrder": [ @@ -2251,24 +2375,25 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, "projection": { - "description": "This parameter is deprecated and has no function.", + "deprecated": true, + "description": "Deprecated: This parameter has no function.", "enum": [ "BASIC", "FULL" ], "enumDescriptions": [ - "Deprecated", - "Deprecated" + "Deprecated.", + "Deprecated." ], "location": "query", "type": "string" @@ -2286,12 +2411,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "updateViewedDate": { "default": "false", + "deprecated": true, "description": "Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and an empty request body.", "location": "query", "type": "boolean" @@ -2314,9 +2441,7 @@ "https://www.googleapis.com/auth/drive.photos.readonly", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true, - "supportsSubscription": true, - "useMediaDownloadService": true + "supportsSubscription": true } } }, @@ -2324,6 +2449,7 @@ "methods": { "delete": { "description": "Removes a parent from a file.", + "flatPath": "files/{fileId}/parents/{parentId}", "httpMethod": "DELETE", "id": "drive.parents.delete", "parameterOrder": [ @@ -2333,7 +2459,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is removed, the item is placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -2358,6 +2485,7 @@ }, "get": { "description": "Gets a specific parent reference.", + "flatPath": "files/{fileId}/parents/{parentId}", "httpMethod": "GET", "id": "drive.parents.get", "parameterOrder": [ @@ -2394,6 +2522,7 @@ }, "insert": { "description": "Adds a parent folder for a file.", + "flatPath": "files/{fileId}/parents", "httpMethod": "POST", "id": "drive.parents.insert", "parameterOrder": [ @@ -2402,7 +2531,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use `shortcuts` instead.", "location": "query", "type": "boolean" }, @@ -2420,7 +2550,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -2440,6 +2571,7 @@ }, "list": { "description": "Lists a file's parents.", + "flatPath": "files/{fileId}/parents", "httpMethod": "GET", "id": "drive.parents.list", "parameterOrder": [ @@ -2472,7 +2604,8 @@ "permissions": { "methods": { "delete": { - "description": "Deletes a permission from a file or shared drive.", + "description": "Deletes a permission from a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "DELETE", "id": "drive.permissions.delete", "parameterOrder": [ @@ -2500,7 +2633,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2519,6 +2653,7 @@ }, "get": { "description": "Gets a permission by ID.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "GET", "id": "drive.permissions.get", "parameterOrder": [ @@ -2546,7 +2681,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2572,6 +2708,7 @@ }, "getIdForEmail": { "description": "Returns the permission ID for an email address.", + "flatPath": "permissionIds/{email}", "httpMethod": "GET", "id": "drive.permissions.getIdForEmail", "parameterOrder": [ @@ -2601,7 +2738,8 @@ ] }, "insert": { - "description": "Inserts a permission for a file or shared drive.", + "description": "Inserts a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "POST", "id": "drive.permissions.insert", "parameterOrder": [ @@ -2615,7 +2753,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. See moveToNewOwnersRoot for details.", + "deprecated": true, + "description": "Deprecated: See `moveToNewOwnersRoot` for details.", "location": "query", "type": "boolean" }, @@ -2627,13 +2766,13 @@ }, "moveToNewOwnersRoot": { "default": "false", - "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed.", + "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.", "location": "query", "type": "boolean" }, "sendNotificationEmails": { "default": "true", - "description": "Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the role is owner.", + "description": "Whether to send notification emails when sharing to users or groups. This parameter is ignored and an email is sent if the `role` is `owner`.", "location": "query", "type": "boolean" }, @@ -2645,7 +2784,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2670,6 +2810,7 @@ }, "list": { "description": "Lists a file's or shared drive's permissions.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "GET", "id": "drive.permissions.list", "parameterOrder": [ @@ -2683,7 +2824,7 @@ "type": "string" }, "includePermissionsForView": { - "description": "Specifies which additional view's permissions to include in the response. Only 'published' is supported.", + "description": "Specifies which additional view's permissions to include in the response. Only `published` is supported.", "location": "query", "type": "string" }, @@ -2696,7 +2837,7 @@ "type": "integer" }, "pageToken": { - "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.", + "description": "The token for continuing a previous list request on the next page. This should be set to the value of `nextPageToken` from the previous response.", "location": "query", "type": "string" }, @@ -2708,7 +2849,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -2733,7 +2875,8 @@ ] }, "patch": { - "description": "Updates a permission using patch semantics.", + "description": "Updates a permission using patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "PATCH", "id": "drive.permissions.patch", "parameterOrder": [ @@ -2767,13 +2910,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'.", + "description": "Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`.", "location": "query", "type": "boolean" }, @@ -2797,7 +2941,8 @@ ] }, "update": { - "description": "Updates a permission.", + "description": "Updates a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "PUT", "id": "drive.permissions.update", "parameterOrder": [ @@ -2831,13 +2976,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.", + "description": "Whether changing a role to `owner` downgrades the current owners to writers. Does nothing if the specified role is not `owner`.", "location": "query", "type": "boolean" }, @@ -2866,6 +3012,7 @@ "methods": { "delete": { "description": "Deletes a property.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "DELETE", "id": "drive.properties.delete", "parameterOrder": [ @@ -2902,6 +3049,7 @@ }, "get": { "description": "Gets a property by its key.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "GET", "id": "drive.properties.get", "parameterOrder": [ @@ -2944,6 +3092,7 @@ }, "insert": { "description": "Adds a property to a file, or updates it if it already exists.", + "flatPath": "files/{fileId}/properties", "httpMethod": "POST", "id": "drive.properties.insert", "parameterOrder": [ @@ -2973,6 +3122,7 @@ }, "list": { "description": "Lists a file's properties.", + "flatPath": "files/{fileId}/properties", "httpMethod": "GET", "id": "drive.properties.list", "parameterOrder": [ @@ -3002,6 +3152,7 @@ }, "patch": { "description": "Updates a property.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "PATCH", "id": "drive.properties.patch", "parameterOrder": [ @@ -3044,6 +3195,7 @@ }, "update": { "description": "Updates a property.", + "flatPath": "files/{fileId}/properties/{propertyKey}", "httpMethod": "PUT", "id": "drive.properties.update", "parameterOrder": [ @@ -3090,6 +3242,7 @@ "methods": { "delete": { "description": "Deletes a reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "DELETE", "id": "drive.replies.delete", "parameterOrder": [ @@ -3125,6 +3278,7 @@ }, "get": { "description": "Gets a reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "GET", "id": "drive.replies.get", "parameterOrder": [ @@ -3170,6 +3324,7 @@ }, "insert": { "description": "Creates a new reply to the given comment.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "POST", "id": "drive.replies.insert", "parameterOrder": [ @@ -3204,6 +3359,7 @@ }, "list": { "description": "Lists all of the replies to a comment.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "GET", "id": "drive.replies.list", "parameterOrder": [ @@ -3256,6 +3412,7 @@ }, "patch": { "description": "Updates an existing reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "PATCH", "id": "drive.replies.patch", "parameterOrder": [ @@ -3297,6 +3454,7 @@ }, "update": { "description": "Updates an existing reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "PUT", "id": "drive.replies.update", "parameterOrder": [ @@ -3342,6 +3500,7 @@ "methods": { "delete": { "description": "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.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "DELETE", "id": "drive.revisions.delete", "parameterOrder": [ @@ -3371,6 +3530,7 @@ }, "get": { "description": "Gets a specific revision.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "GET", "id": "drive.revisions.get", "parameterOrder": [ @@ -3407,6 +3567,7 @@ }, "list": { "description": "Lists a file's revisions.", + "flatPath": "files/{fileId}/revisions", "httpMethod": "GET", "id": "drive.revisions.list", "parameterOrder": [ @@ -3450,6 +3611,7 @@ }, "patch": { "description": "Updates a revision.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "PATCH", "id": "drive.revisions.patch", "parameterOrder": [ @@ -3485,6 +3647,7 @@ }, "update": { "description": "Updates a revision.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "PUT", "id": "drive.revisions.update", "parameterOrder": [ @@ -3523,7 +3686,8 @@ "teamdrives": { "methods": { "delete": { - "description": "Deprecated use drives.delete instead.", + "description": "Deprecated: Use `drives.delete` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "DELETE", "id": "drive.teamdrives.delete", "parameterOrder": [ @@ -3543,7 +3707,8 @@ ] }, "get": { - "description": "Deprecated use drives.get instead.", + "description": "Deprecated: Use `drives.get` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "GET", "id": "drive.teamdrives.get", "parameterOrder": [ @@ -3573,7 +3738,8 @@ ] }, "insert": { - "description": "Deprecated use drives.insert instead.", + "description": "Deprecated: Use `drives.insert` instead.", + "flatPath": "teamdrives", "httpMethod": "POST", "id": "drive.teamdrives.insert", "parameterOrder": [ @@ -3581,7 +3747,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -3599,9 +3765,11 @@ ] }, "list": { - "description": "Deprecated use drives.list instead.", + "description": "Deprecated: Use `drives.list` instead.", + "flatPath": "teamdrives", "httpMethod": "GET", "id": "drive.teamdrives.list", + "parameterOrder": [], "parameters": { "maxResults": { "default": "10", @@ -3639,7 +3807,8 @@ ] }, "update": { - "description": "Deprecated use drives.update instead.", + "description": "Deprecated: Use `drives.update` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "PUT", "id": "drive.teamdrives.update", "parameterOrder": [ @@ -3673,7 +3842,7 @@ } } }, - "revision": "20230514", + "revision": "20230520", "rootUrl": "https://www.googleapis.com/", "schemas": { "About": { @@ -3718,11 +3887,11 @@ "type": "boolean" }, "canCreateTeamDrives": { - "description": "Deprecated - use canCreateDrives instead.", + "description": "Deprecated: Use `canCreateDrives` instead.", "type": "boolean" }, "domainSharingPolicy": { - "description": "The domain sharing policy for the current user. Possible values are: \n- allowed \n- allowedWithWarning \n- incomingOnly \n- disallowed", + "description": "The domain sharing policy for the current user. Possible values are: * `allowed` * `allowedWithWarning` * `incomingOnly` * `disallowed`", "type": "string" }, "driveThemes": { @@ -3821,7 +3990,7 @@ }, "kind": { "default": "drive#about", - "description": "This is always drive#about.", + "description": "This is always `drive#about`.", "type": "string" }, "languageCode": { @@ -3898,7 +4067,7 @@ "type": "string" }, "quotaType": { - "description": "The type of the user's storage quota. Possible values are: \n- LIMITED \n- UNLIMITED", + "description": "The type of the user's storage quota. Possible values are: * `LIMITED` * `UNLIMITED`", "type": "string" }, "remainingChangeIds": { @@ -3915,19 +4084,19 @@ "type": "string" }, "teamDriveThemes": { - "description": "Deprecated - use driveThemes instead.", + "description": "Deprecated: Use `driveThemes` instead.", "items": { "properties": { "backgroundImageLink": { - "description": "Deprecated - use driveThemes/backgroundImageLink instead.", + "description": "Deprecated: Use `driveThemes/backgroundImageLink` instead.", "type": "string" }, "colorRgb": { - "description": "Deprecated - use driveThemes/colorRgb instead.", + "description": "Deprecated: Use `driveThemes/colorRgb` instead.", "type": "string" }, "id": { - "description": "Deprecated - use driveThemes/id instead.", + "description": "Deprecated: Use `driveThemes/id` instead.", "type": "string" } }, @@ -3967,7 +4136,7 @@ "items": { "properties": { "category": { - "description": "Category of the icon. Allowed values are: \n- application - icon for the application \n- document - icon for a file associated with the app \n- documentShared - icon for a shared file associated with the app", + "description": "Category of the icon. Allowed values are: * `application` - icon for the application * `document` - icon for a file associated with the app * `documentShared` - icon for a shared file associated with the app", "type": "string" }, "iconUrl": { @@ -3994,7 +4163,7 @@ }, "kind": { "default": "drive#app", - "description": "This is always drive#app.", + "description": "This is always `drive#app`.", "type": "string" }, "longDescription": { @@ -4010,7 +4179,7 @@ "type": "string" }, "openUrlTemplate": { - "description": "The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation.", + "description": "The template url for opening files with this app. The template will contain `{ids}` and/or `{exportIds}` to be replaced by the actual file ids. See Open Files for the full documentation.", "type": "string" }, "primaryFileExtensions": { @@ -4100,7 +4269,7 @@ }, "kind": { "default": "drive#appList", - "description": "This is always drive#appList.", + "description": "This is always `drive#appList`.", "type": "string" }, "selfLink": { @@ -4115,7 +4284,7 @@ "id": "Change", "properties": { "changeType": { - "description": "The type of the change. Possible values are file and drive.", + "description": "The type of the change. Possible values are `file` and `drive`.", "type": "string" }, "deleted": { @@ -4145,7 +4314,7 @@ }, "kind": { "default": "drive#change", - "description": "This is always drive#change.", + "description": "This is always `drive#change`.", "type": "string" }, "modificationDate": { @@ -4159,14 +4328,14 @@ }, "teamDrive": { "$ref": "TeamDrive", - "description": "Deprecated - use drive instead." + "description": "Deprecated: Use `drive` instead." }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Deprecated: Use `driveId` instead.", "type": "string" }, "type": { - "description": "Deprecated - use changeType instead.", + "description": "Deprecated: Use `changeType` instead.", "type": "string" } }, @@ -4189,7 +4358,7 @@ }, "kind": { "default": "drive#changeList", - "description": "This is always drive#changeList.", + "description": "This is always `drive#changeList`.", "type": "string" }, "largestChangeId": { @@ -4217,7 +4386,7 @@ "type": "object" }, "Channel": { - "description": "An notification channel used to watch for resource changes.", + "description": "A notification channel used to watch for resource changes.", "id": "Channel", "properties": { "address": { @@ -4235,12 +4404,11 @@ }, "kind": { "default": "api#channel", - "description": "Identifies this as a notification channel used to watch for changes to a resource, which is \"api#channel\".", + "description": "Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.", "type": "string" }, "params": { "additionalProperties": { - "description": "Declares a new parameter by name.", "type": "string" }, "description": "Additional parameters controlling delivery channel behavior. Optional.", @@ -4263,7 +4431,7 @@ "type": "string" }, "type": { - "description": "The type of delivery mechanism used for this channel. Valid values are \"web_hook\" (or \"webhook\"). Both values refer to a channel where Http requests are used to deliver messages.", + "description": "The type of delivery mechanism used for this channel.", "type": "string" } }, @@ -4286,7 +4454,7 @@ }, "kind": { "default": "drive#childList", - "description": "This is always drive#childList.", + "description": "This is always `drive#childList`.", "type": "string" }, "nextLink": { @@ -4309,7 +4477,7 @@ "id": "ChildReference", "properties": { "childLink": { - "description": "A link to the child.", + "description": "Output only. A link to the child.", "type": "string" }, "id": { @@ -4323,11 +4491,11 @@ }, "kind": { "default": "drive#childReference", - "description": "This is always drive#childReference.", + "description": "Output only. This is always `drive#childReference`.", "type": "string" }, "selfLink": { - "description": "A link back to this reference.", + "description": "Output only. A link back to this reference.", "type": "string" } }, @@ -4338,15 +4506,15 @@ "id": "Comment", "properties": { "anchor": { - "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies.", + "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Add comments and replies](https://developers.google.com/drive/api/v2/manage-comments).", "type": "string" }, "author": { "$ref": "User", - "description": "The author of the comment. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the comment. The author's email address and permission ID will not be populated." }, "commentId": { - "description": "The ID of the comment.", + "description": "Output only. The ID of the comment.", "type": "string" }, "content": { @@ -4380,24 +4548,24 @@ "type": "string" }, "deleted": { - "description": "Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.", + "description": "Output only. Whether this comment has been deleted. If a comment has been deleted the content will be cleared and this will only represent a comment that once existed.", "type": "boolean" }, "fileId": { - "description": "The file which this comment is addressing.", + "description": "Output only. The file which this comment is addressing.", "type": "string" }, "fileTitle": { - "description": "The title of the file which this comment is addressing.", + "description": "Output only. The title of the file which this comment is addressing.", "type": "string" }, "htmlContent": { - "description": "HTML formatted content for this comment.", + "description": "Output only. HTML formatted content for this comment.", "type": "string" }, "kind": { "default": "drive#comment", - "description": "This is always drive#comment.", + "description": "Output only. This is always `drive#comment`.", "type": "string" }, "modifiedDate": { @@ -4406,18 +4574,18 @@ "type": "string" }, "replies": { - "description": "Replies to this post.", + "description": "Output only. Replies to this post.", "items": { "$ref": "CommentReply" }, "type": "array" }, "selfLink": { - "description": "A link back to this comment.", + "description": "Output only. A link back to this comment.", "type": "string" }, "status": { - "description": "The status of this comment. Status can be changed by posting a reply to a comment with the desired status. \n- \"open\" - The comment is still open. \n- \"resolved\" - The comment has been resolved by one of its replies.", + "description": "Output only. The status of this comment. Status can be changed by posting a reply to a comment with the desired status. * `open` - The comment is still open. * `resolved` - The comment has been resolved by one of its replies.", "type": "string" } }, @@ -4436,7 +4604,7 @@ }, "kind": { "default": "drive#commentList", - "description": "This is always drive#commentList.", + "description": "This is always `drive#commentList`.", "type": "string" }, "nextLink": { @@ -4460,7 +4628,7 @@ "properties": { "author": { "$ref": "User", - "description": "The author of the reply. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the reply. The author's email address and permission ID will not be populated." }, "content": { "annotations": { @@ -4478,16 +4646,16 @@ "type": "string" }, "deleted": { - "description": "Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.", + "description": "Output only. Whether this reply has been deleted. If a reply has been deleted the content will be cleared and this will only represent a reply that once existed.", "type": "boolean" }, "htmlContent": { - "description": "HTML formatted content for this reply.", + "description": "Output only. HTML formatted content for this reply.", "type": "string" }, "kind": { "default": "drive#commentReply", - "description": "This is always drive#commentReply.", + "description": "Output only. This is always `drive#commentReply`.", "type": "string" }, "modifiedDate": { @@ -4496,11 +4664,11 @@ "type": "string" }, "replyId": { - "description": "The ID of the reply.", + "description": "Output only. The ID of the reply.", "type": "string" }, "verb": { - "description": "The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: \n- \"resolve\" - To resolve a comment. \n- \"reopen\" - To reopen (un-resolve) a comment.", + "description": "The action this reply performed to the parent comment. When creating a new reply this is the action to be perform to the parent comment. Possible values are: * `resolve` - To resolve a comment. * `reopen` - To reopen (un-resolve) a comment.", "type": "string" } }, @@ -4519,7 +4687,7 @@ }, "kind": { "default": "drive#commentReplyList", - "description": "This is always drive#commentReplyList.", + "description": "This is always `drive#commentReplyList`.", "type": "string" }, "nextLink": { @@ -4546,12 +4714,12 @@ "type": "boolean" }, "reason": { - "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.", + "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.", "type": "string" }, "restrictingUser": { "$ref": "User", - "description": "The user who set the content restriction. Only populated if readOnly is true." + "description": "Output only. The user who set the content restriction. Only populated if `readOnly` is true." }, "restrictionDate": { "description": "The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.", @@ -4559,7 +4727,7 @@ "type": "string" }, "type": { - "description": "The type of the content restriction. Currently the only possible value is globalContentRestriction.", + "description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.", "type": "string" } }, @@ -4570,7 +4738,7 @@ "id": "Drive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Google Drive to use for the background image.", @@ -4595,97 +4763,97 @@ "type": "object" }, "backgroundImageLink": { - "description": "A short-lived link to this shared drive's background image.", + "description": "Output only. A short-lived link to this shared drive's background image.", "type": "string" }, "capabilities": { - "description": "Capabilities the current user has on this shared drive.", + "description": "Output only. Capabilities the current user has on this shared drive.", "properties": { "canAddChildren": { - "description": "Whether the current user can add children to folders in this shared drive.", + "description": "Output only. Whether the current user can add children to folders in this shared drive.", "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeDriveBackground": { - "description": "Whether the current user can change the background of this shared drive.", + "description": "Output only. Whether the current user can change the background of this shared drive.", "type": "boolean" }, "canChangeDriveMembersOnlyRestriction": { - "description": "Whether the current user can change the driveMembersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on files in this shared drive.", + "description": "Output only. Whether the current user can comment on files in this shared drive.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy files in this shared drive.", + "description": "Output only. Whether the current user can copy files in this shared drive.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children from folders in this shared drive.", + "description": "Output only. Whether the current user can delete children from folders in this shared drive.", "type": "boolean" }, "canDeleteDrive": { - "description": "Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", + "description": "Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download files in this shared drive.", + "description": "Output only. Whether the current user can download files in this shared drive.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit files in this shared drive", + "description": "Output only. Whether the current user can edit files in this shared drive", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of folders in this shared drive.", + "description": "Output only. Whether the current user can list the children of folders in this shared drive.", "type": "boolean" }, "canManageMembers": { - "description": "Whether the current user can add members to this shared drive or remove them or change their role.", + "description": "Output only. Whether the current user can add members to this shared drive or remove them or change their role.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of files in this shared drive.", + "description": "Output only. Whether the current user can read the revisions resource of files in this shared drive.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename files or folders in this shared drive.", + "description": "Output only. Whether the current user can rename files or folders in this shared drive.", "type": "boolean" }, "canRenameDrive": { - "description": "Whether the current user can rename this shared drive.", + "description": "Output only. Whether the current user can rename this shared drive.", "type": "boolean" }, "canResetDriveRestrictions": { - "description": "Whether the current user can reset the shared drive restrictions to defaults.", + "description": "Output only. Whether the current user can reset the shared drive restrictions to defaults.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can share files or folders in this shared drive.", + "description": "Output only. Whether the current user can share files or folders in this shared drive.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children from folders in this shared drive.", + "description": "Output only. Whether the current user can trash children from folders in this shared drive.", "type": "boolean" } }, "type": "object" }, "colorRgb": { - "description": "The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.", + "description": "The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.", "type": "string" }, "createdDate": { @@ -4698,12 +4866,12 @@ "type": "boolean" }, "id": { - "description": "The ID of this shared drive which is also the ID of the top level folder of this shared drive.", + "description": "Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.", "type": "string" }, "kind": { "default": "drive#drive", - "description": "This is always drive#drive", + "description": "Output only. This is always `drive#drive`", "type": "string" }, "name": { @@ -4716,7 +4884,7 @@ "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -4727,7 +4895,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.", + "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.", "type": "boolean" }, "domainUsersOnly": { @@ -4746,7 +4914,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -4765,7 +4933,7 @@ }, "kind": { "default": "drive#driveList", - "description": "This is always drive#driveList", + "description": "This is always `drive#driveList`", "type": "string" }, "nextPageToken": { @@ -4780,174 +4948,174 @@ "id": "File", "properties": { "alternateLink": { - "description": "A link for opening the file in a relevant Google editor or viewer.", + "description": "Output only. A link for opening the file in a relevant Google editor or viewer.", "type": "string" }, "appDataContents": { - "description": "Whether this file is in the Application Data folder.", + "description": "Output only. Whether this file is in the Application Data folder.", "type": "boolean" }, "canComment": { - "description": "Deprecated: use capabilities/canComment.", + "description": "Output only. Deprecated: Use `capabilities/canComment` instead.", "type": "boolean" }, "canReadRevisions": { - "description": "Deprecated: use capabilities/canReadRevisions.", + "description": "Output only. Deprecated: Use `capabilities/canReadRevisions` instead.", "type": "boolean" }, "capabilities": { - "description": "Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.", + "description": "Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.", "properties": { "canAcceptOwnership": { - "description": "Whether the current user is the pending owner of the file. Not populated for shared drive files.", + "description": "Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.", "type": "boolean" }, "canAddChildren": { - "description": "Whether the current user can add children to this folder. This is always false when the item is not a folder.", + "description": "Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canAddFolderFromAnotherDrive": { - "description": "Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canAddMyDriveParent": { - "description": "Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canChangeCopyRequiresWriterPermission": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this file.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.", "type": "boolean" }, "canChangeRestrictedDownload": { - "description": "Deprecated", + "description": "Output only. Deprecated.", "type": "boolean" }, "canChangeSecurityUpdateEnabled": { - "description": "Whether the current user can change the securityUpdateEnabled field on link share metadata.", + "description": "Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on this file.", + "description": "Output only. Whether the current user can comment on this file.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.", + "description": "Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.", "type": "boolean" }, "canDelete": { - "description": "Whether the current user can delete this file.", + "description": "Output only. Whether the current user can delete this file.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download this file.", + "description": "Output only. Whether the current user can download this file.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.", + "description": "Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of this folder. This is always false when the item is not a folder.", + "description": "Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canModifyContent": { - "description": "Whether the current user can modify the content of this file.", + "description": "Output only. Whether the current user can modify the content of this file.", "type": "boolean" }, "canModifyContentRestriction": { - "description": "Whether the current user can modify restrictions on content of this file.", + "description": "Output only. Whether the current user can modify restrictions on content of this file.", "type": "boolean" }, "canModifyLabels": { - "description": "Whether the current user can modify the labels on this file.", + "description": "Output only. Whether the current user can modify the labels on the file.", "type": "boolean" }, "canMoveChildrenOutOfDrive": { - "description": "Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canMoveChildrenOutOfTeamDrive": { - "description": "Deprecated - use canMoveChildrenOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveChildrenOutOfDrive` instead.", "type": "boolean" }, "canMoveChildrenWithinDrive": { - "description": "Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.", + "description": "Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.", "type": "boolean" }, "canMoveChildrenWithinTeamDrive": { - "description": "Deprecated - use canMoveChildrenWithinDrive instead.", + "description": "Output only. Deprecated: Use `canMoveChildrenWithinDrive` instead.", "type": "boolean" }, "canMoveItemIntoTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemOutOfDrive": { - "description": "Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.", + "description": "Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.", "type": "boolean" }, "canMoveItemOutOfTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemWithinDrive": { - "description": "Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.", + "description": "Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.", "type": "boolean" }, "canMoveItemWithinTeamDrive": { - "description": "Deprecated - use canMoveItemWithinDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemWithinDrive` instead.", "type": "boolean" }, "canMoveTeamDriveItem": { - "description": "Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.", + "description": "Output only. Deprecated: Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canReadDrive": { - "description": "Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", "type": "boolean" }, "canReadLabels": { - "description": "Whether the current user can read the labels on this file.", + "description": "Output only. Whether the current user can read the labels on the file.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it isn't a folder, can be read.", + "description": "Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.", "type": "boolean" }, "canReadTeamDrive": { - "description": "Deprecated - use canReadDrive instead.", + "description": "Output only. Deprecated: Use `canReadDrive` instead.", "type": "boolean" }, "canRemoveChildren": { - "description": "Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.", + "description": "Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRemoveMyDriveParent": { - "description": "Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename this file.", + "description": "Output only. Whether the current user can rename this file.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can modify the sharing settings for this file.", + "description": "Output only. Whether the current user can modify the sharing settings for this file.", "type": "boolean" }, "canTrash": { - "description": "Whether the current user can move this file to trash.", + "description": "Output only. Whether the current user can move this file to trash.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canUntrash": { - "description": "Whether the current user can restore this file from trash.", + "description": "Output only. Whether the current user can restore this file from trash.", "type": "boolean" } }, @@ -4965,7 +5133,7 @@ "type": "boolean" }, "copyable": { - "description": "Deprecated: use capabilities/canCopy.", + "description": "Output only. Deprecated: Use `capabilities/canCopy` instead.", "type": "boolean" }, "createdDate": { @@ -4974,7 +5142,7 @@ "type": "string" }, "defaultOpenWithLink": { - "description": "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.", + "description": "Output only. 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.", "type": "string" }, "description": { @@ -4982,44 +5150,43 @@ "type": "string" }, "downloadUrl": { - "description": "Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. Short lived download URL for the file. This field is only populated for files with content stored in Google Drive; it is not populated for Google Docs or shortcut files.", "type": "string" }, "driveId": { - "description": "ID of the shared drive the file resides in. Only populated for items in shared drives.", + "description": "Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.", "type": "string" }, "editable": { - "description": "Deprecated: use capabilities/canEdit.", + "description": "Output only. Deprecated: Use `capabilities/canEdit` instead.", "type": "boolean" }, "embedLink": { - "description": "A link for embedding the file.", + "description": "Output only. A link for embedding the file.", "type": "string" }, "etag": { - "description": "ETag of the file.", + "description": "Output only. ETag of the file.", "type": "string" }, "explicitlyTrashed": { - "description": "Whether this file has been explicitly trashed, as opposed to recursively trashed.", + "description": "Output only. Whether this file has been explicitly trashed, as opposed to recursively trashed.", "type": "boolean" }, "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "readOnly": true, "type": "object" }, "fileExtension": { - "description": "The final component of fullFileExtension with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The final component of `fullFileExtension` with trailing text that does not appear to be part of the extension removed. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "fileSize": { - "description": "The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it is not populated for shortcuts or folders.", + "description": "Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.", "format": "int64", "type": "string" }, @@ -5028,23 +5195,23 @@ "type": "string" }, "fullFileExtension": { - "description": "The full file extension; extracted from the title. May contain multiple concatenated extensions, such as \"tar.gz\". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The full file extension; extracted from the title. May contain multiple concatenated extensions, such as \"tar.gz\". Removing an extension from the title does not clear this field; however, changing the extension on the title does update this field. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "hasAugmentedPermissions": { - "description": "Whether there are permissions directly on this file. This field is only populated for items in shared drives.", + "description": "Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.", "type": "boolean" }, "hasThumbnail": { - "description": "Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", + "description": "Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", "type": "boolean" }, "headRevisionId": { - "description": "The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The ID of the file's head revision. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "iconLink": { - "description": "A link to the file's icon.", + "description": "Output only. A link to the file's icon.", "type": "string" }, "id": { @@ -5052,81 +5219,81 @@ "type": "string" }, "imageMediaMetadata": { - "description": "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.", + "description": "Output only. 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.", "properties": { "aperture": { - "description": "The aperture used to create the photo (f-number).", + "description": "Output only. The aperture used to create the photo (f-number).", "format": "float", "type": "number" }, "cameraMake": { - "description": "The make of the camera used to create the photo.", + "description": "Output only. The make of the camera used to create the photo.", "type": "string" }, "cameraModel": { - "description": "The model of the camera used to create the photo.", + "description": "Output only. The model of the camera used to create the photo.", "type": "string" }, "colorSpace": { - "description": "The color space of the photo.", + "description": "Output only. The color space of the photo.", "type": "string" }, "date": { - "description": "The date and time the photo was taken (EXIF format timestamp).", + "description": "Output only. The date and time the photo was taken (EXIF format timestamp).", "type": "string" }, "exposureBias": { - "description": "The exposure bias of the photo (APEX value).", + "description": "Output only. The exposure bias of the photo (APEX value).", "format": "float", "type": "number" }, "exposureMode": { - "description": "The exposure mode used to create the photo.", + "description": "Output only. The exposure mode used to create the photo.", "type": "string" }, "exposureTime": { - "description": "The length of the exposure, in seconds.", + "description": "Output only. The length of the exposure, in seconds.", "format": "float", "type": "number" }, "flashUsed": { - "description": "Whether a flash was used to create the photo.", + "description": "Output only. Whether a flash was used to create the photo.", "type": "boolean" }, "focalLength": { - "description": "The focal length used to create the photo, in millimeters.", + "description": "Output only. The focal length used to create the photo, in millimeters.", "format": "float", "type": "number" }, "height": { - "description": "The height of the image in pixels.", + "description": "Output only. The height of the image in pixels.", "format": "int32", "type": "integer" }, "isoSpeed": { - "description": "The ISO speed used to create the photo.", + "description": "Output only. The ISO speed used to create the photo.", "format": "int32", "type": "integer" }, "lens": { - "description": "The lens used to create the photo.", + "description": "Output only. The lens used to create the photo.", "type": "string" }, "location": { - "description": "Geographic location information stored in the image.", + "description": "Output only. Geographic location information stored in the image.", "properties": { "altitude": { - "description": "The altitude stored in the image.", + "description": "Output only. The altitude stored in the image.", "format": "double", "type": "number" }, "latitude": { - "description": "The latitude stored in the image.", + "description": "Output only. The latitude stored in the image.", "format": "double", "type": "number" }, "longitude": { - "description": "The longitude stored in the image.", + "description": "Output only. The longitude stored in the image.", "format": "double", "type": "number" } @@ -5134,34 +5301,34 @@ "type": "object" }, "maxApertureValue": { - "description": "The smallest f-number of the lens at the focal length used to create the photo (APEX value).", + "description": "Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).", "format": "float", "type": "number" }, "meteringMode": { - "description": "The metering mode used to create the photo.", + "description": "Output only. The metering mode used to create the photo.", "type": "string" }, "rotation": { - "description": "The number of clockwise 90 degree rotations applied from the image's original orientation.", + "description": "Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.", "format": "int32", "type": "integer" }, "sensor": { - "description": "The type of sensor used to create the photo.", + "description": "Output only. The type of sensor used to create the photo.", "type": "string" }, "subjectDistance": { - "description": "The distance to the subject of the photo, in meters.", + "description": "Output only. The distance to the subject of the photo, in meters.", "format": "int32", "type": "integer" }, "whiteBalance": { - "description": "The white balance mode used to create the photo.", + "description": "Output only. The white balance mode used to create the photo.", "type": "string" }, "width": { - "description": "The width of the image in pixels.", + "description": "Output only. The width of the image in pixels.", "format": "int32", "type": "integer" } @@ -5169,7 +5336,7 @@ "type": "object" }, "indexableText": { - "description": "Indexable text attributes for the file (can only be written). For more information, see Manage file metadata.", + "description": "Indexable text attributes for the file (can only be written)", "properties": { "text": { "description": "The text to be indexed for this file.", @@ -5179,19 +5346,19 @@ "type": "object" }, "isAppAuthorized": { - "description": "Whether the file was created or opened by the requesting app.", + "description": "Output only. Whether the file was created or opened by the requesting app.", "type": "boolean" }, "kind": { "default": "drive#file", - "description": "The type of file. This is always drive#file.", + "description": "Output only. The type of file. This is always `drive#file`.", "type": "string" }, "labelInfo": { - "description": "An overview of the labels on the file.", + "description": "Output only. An overview of the labels on the file.", "properties": { "labels": { - "description": "The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.", + "description": "Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.", "items": { "$ref": "Label" }, @@ -5204,15 +5371,15 @@ "description": "A group of labels for the file.", "properties": { "hidden": { - "description": "Deprecated.", + "description": "Output only. Deprecated.", "type": "boolean" }, "modified": { - "description": "Whether the file has been modified by this user.", + "description": "Output only. Whether the file has been modified by this user.", "type": "boolean" }, "restricted": { - "description": "Deprecated - use copyRequiresWriterPermission instead.", + "description": "Output only. Deprecated: Use `copyRequiresWriterPermission` instead.", "type": "boolean" }, "starred": { @@ -5220,7 +5387,7 @@ "type": "boolean" }, "trashed": { - "description": "Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.", + "description": "Whether this file has been trashed. This label applies to all users accessing the file; however, only owners are allowed to see and untrash files.", "type": "boolean" }, "viewed": { @@ -5232,10 +5399,10 @@ }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify this file." + "description": "Output only. The last user to modify this file." }, "lastModifyingUserName": { - "description": "Name of the last user to modify this file.", + "description": "Output only. Name of the last user to modify this file.", "type": "string" }, "lastViewedByMeDate": { @@ -5247,11 +5414,11 @@ "description": "Contains details about the link URLs that clients are using to refer to this item.", "properties": { "securityUpdateEligible": { - "description": "Whether the file is eligible for security update.", + "description": "Output only. Whether the file is eligible for security update.", "type": "boolean" }, "securityUpdateEnabled": { - "description": "Whether the security update is enabled for this file.", + "description": "Output only. Whether the security update is enabled for this file.", "type": "boolean" } }, @@ -5263,7 +5430,7 @@ "type": "string" }, "md5Checksum": { - "description": "An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. An MD5 checksum for the content of this file. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "mimeType": { @@ -5284,47 +5451,47 @@ "additionalProperties": { "type": "string" }, - "description": "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.", + "description": "Output only. 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.", "type": "object" }, "originalFilename": { - "description": "The original filename of the uploaded content if available, or else the original value of the title field. This is only available for files with binary content in Google Drive.", + "description": "The original filename of the uploaded content if available, or else the original value of the `title` field. This is only available for files with binary content in Google Drive.", "type": "string" }, "ownedByMe": { - "description": "Whether the file is owned by the current user. Not populated for items in shared drives.", + "description": "Output only. Whether the file is owned by the current user. Not populated for items in shared drives.", "type": "boolean" }, "ownerNames": { - "description": "Name(s) of the owner(s) of this file. Not populated for items in shared drives.", + "description": "Output only. Name(s) of the owner(s) of this file. Not populated for items in shared drives.", "items": { "type": "string" }, "type": "array" }, "owners": { - "description": "The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.", + "description": "Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.", "items": { "$ref": "User" }, "type": "array" }, "parents": { - "description": "Collection of parent folders which contain this file.\nIf not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the addParents and removeParents parameters to modify the parents list.", + "description": "Collection of parent folders which contain this file. If not specified as part of an insert request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests can also use the `addParents` and `removeParents` parameters to modify the parents list.", "items": { "$ref": "ParentReference" }, "type": "array" }, "permissionIds": { - "description": "List of permission IDs for users with access to this file.", + "description": "Output only. List of permission IDs for users with access to this file.", "items": { "type": "string" }, "type": "array" }, "permissions": { - "description": "The list of permissions for users with access to this file. Not populated for items in shared drives.", + "description": "Output only. The list of permissions for users with access to this file. Not populated for items in shared drives.", "items": { "$ref": "Permission" }, @@ -5338,32 +5505,32 @@ "type": "array" }, "quotaBytesUsed": { - "description": "The number of quota bytes used by this file.", + "description": "Output only. The number of quota bytes used by this file.", "format": "int64", "type": "string" }, "resourceKey": { - "description": "A key needed to access the item via a shared link.", + "description": "Output only. A key needed to access the item via a shared link.", "type": "string" }, "selfLink": { - "description": "A link back to this file.", + "description": "Output only. A link back to this file.", "type": "string" }, "sha1Checksum": { - "description": "The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "sha256Checksum": { - "description": "The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it isn't populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "shareable": { - "description": "Deprecated: use capabilities/canShare.", + "description": "Output only. Deprecated: Use `capabilities/canShare` instead.", "type": "boolean" }, "shared": { - "description": "Whether the file has been shared. Not populated for items in shared drives.", + "description": "Output only. Whether the file has been shared. Not populated for items in shared drives.", "type": "boolean" }, "sharedWithMeDate": { @@ -5373,35 +5540,35 @@ }, "sharingUser": { "$ref": "User", - "description": "User that shared the item with the current user, if available." + "description": "Output only. User that shared the item with the current user, if available." }, "shortcutDetails": { - "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.", + "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.", "properties": { "targetId": { "description": "The ID of the file that this shortcut points to.", "type": "string" }, "targetMimeType": { - "description": "The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", + "description": "Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", "type": "string" }, "targetResourceKey": { - "description": "The ResourceKey for the target file.", + "description": "Output only. The ResourceKey for the target file.", "type": "string" } }, "type": "object" }, "spaces": { - "description": "The list of spaces which contain the file. Supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "Output only. The list of spaces which contain the file. Supported values are `drive`, `appDataFolder` and `photos`.", "items": { "type": "string" }, "type": "array" }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Output only. Deprecated: Use `driveId` instead.", "type": "string" }, "thumbnail": { @@ -5420,11 +5587,11 @@ "type": "object" }, "thumbnailLink": { - "description": "A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.", + "description": "Output only. A short-lived link to the file's thumbnail. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.", "type": "string" }, "thumbnailVersion": { - "description": "The thumbnail version for use in thumbnail cache invalidation.", + "description": "Output only. The thumbnail version for use in thumbnail cache invalidation.", "format": "int64", "type": "string" }, @@ -5439,32 +5606,32 @@ }, "trashingUser": { "$ref": "User", - "description": "If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." + "description": "Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." }, "userPermission": { "$ref": "Permission", - "description": "The permissions for the authenticated user on this file." + "description": "Output only. The permissions for the authenticated user on this file." }, "version": { - "description": "A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.", + "description": "Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the requesting user.", "format": "int64", "type": "string" }, "videoMediaMetadata": { - "description": "Metadata about video media. This will only be present for video types.", + "description": "Output only. Metadata about video media. This will only be present for video types.", "properties": { "durationMillis": { - "description": "The duration of the video in milliseconds.", + "description": "Output only. The duration of the video in milliseconds.", "format": "int64", "type": "string" }, "height": { - "description": "The height of the video in pixels.", + "description": "Output only. The height of the video in pixels.", "format": "int32", "type": "integer" }, "width": { - "description": "The width of the video in pixels.", + "description": "Output only. The width of the video in pixels.", "format": "int32", "type": "integer" } @@ -5472,11 +5639,11 @@ "type": "object" }, "webContentLink": { - "description": "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.", + "description": "Output only. 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.", "type": "string" }, "webViewLink": { - "description": "A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.", + "description": "Output only. A link only available on public folders for viewing their static web assets (HTML, CSS, JS, etc) via Google Drive's Website Hosting.", "type": "string" }, "writersCanShare": { @@ -5507,7 +5674,7 @@ }, "kind": { "default": "drive#fileList", - "description": "This is always drive#fileList.", + "description": "This is always `drive#fileList`.", "type": "string" }, "nextLink": { @@ -5538,7 +5705,7 @@ }, "kind": { "default": "drive#generatedIds", - "description": "This is always drive#generatedIds", + "description": "This is always `drive#generatedIds`", "type": "string" }, "space": { @@ -5549,14 +5716,14 @@ "type": "object" }, "Label": { - "description": "Representation of a label and its fields.", + "description": "Representation of a label and label fields.", "id": "Label", "properties": { "fields": { "additionalProperties": { "$ref": "LabelField" }, - "description": "A map of the label's fields keyed by the field ID.", + "description": "A map of the fields on the label, keyed by the field's ID.", "type": "object" }, "id": { @@ -5565,7 +5732,7 @@ }, "kind": { "default": "drive#label", - "description": "This is always drive#label", + "description": "This is always `drive#label`", "type": "string" }, "revisionId": { @@ -5576,7 +5743,7 @@ "type": "object" }, "LabelField": { - "description": "Representation of a label field.", + "description": "Representation of field, which is a typed key-value pair.", "id": "LabelField", "properties": { "dateString": { @@ -5588,11 +5755,11 @@ "type": "array" }, "id": { - "description": "The identifier of this field.", + "description": "The identifier of this label field.", "type": "string" }, "integer": { - "description": "Only present if valueType is integer.", + "description": "Only present if `valueType` is `integer`.", "items": { "format": "int64", "type": "string" @@ -5601,32 +5768,32 @@ }, "kind": { "default": "drive#labelField", - "description": "This is always drive#labelField.", + "description": "This is always `drive#labelField`.", "type": "string" }, "selection": { - "description": "Only present if valueType is selection.", + "description": "Only present if `valueType` is `selection`", "items": { "type": "string" }, "type": "array" }, "text": { - "description": "Only present if valueType is text.", + "description": "Only present if `valueType` is `text`.", "items": { "type": "string" }, "type": "array" }, "user": { - "description": "Only present if valueType is user.", + "description": "Only present if `valueType` is `user`.", "items": { "$ref": "User" }, "type": "array" }, "valueType": { - "description": "The field type. While new values may be supported in the future, the following are currently allowed: \n- dateString \n- integer \n- selection \n- text \n- user", + "description": "The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`", "type": "string" } }, @@ -5642,11 +5809,11 @@ }, "kind": { "default": "drive#labelFieldModification", - "description": "This is always drive#labelFieldModification.", + "description": "This is always `drive#labelFieldModification`.", "type": "string" }, "setDateValues": { - "description": "Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.", + "description": "Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.", "items": { "format": "date", "type": "string" @@ -5654,7 +5821,7 @@ "type": "array" }, "setIntegerValues": { - "description": "Replaces an integer field with these new values.", + "description": "Replaces the value of an `integer` field with these new values.", "items": { "format": "int64", "type": "string" @@ -5662,21 +5829,21 @@ "type": "array" }, "setSelectionValues": { - "description": "Replaces a selection field with these new values.", + "description": "Replaces a `selection` field with these new values.", "items": { "type": "string" }, "type": "array" }, "setTextValues": { - "description": "Replaces a text field with these new values.", + "description": "Sets the value of a `text` field.", "items": { "type": "string" }, "type": "array" }, "setUserValues": { - "description": "Replaces a user field with these new values. The values must be valid email addresses.", + "description": "Replaces a `user` field with these new values. The values must be valid email addresses.", "items": { "type": "string" }, @@ -5690,7 +5857,7 @@ "type": "object" }, "LabelList": { - "description": "A list of labels.", + "description": "A list of labels applied to a file.", "id": "LabelList", "properties": { "items": { @@ -5702,7 +5869,7 @@ }, "kind": { "default": "drive#labelList", - "description": "This is always drive#labelList", + "description": "This is always `drive#labelList`", "type": "string" }, "nextPageToken": { @@ -5725,7 +5892,7 @@ }, "kind": { "default": "drive#labelModification", - "description": "This is always drive#labelModification.", + "description": "This is always `drive#labelModification`.", "type": "string" }, "labelId": { @@ -5745,12 +5912,12 @@ "type": "object" }, "ModifyLabelsRequest": { - "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.", + "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.", "id": "ModifyLabelsRequest", "properties": { "kind": { "default": "drive#modifyLabelsRequest", - "description": "This is always drive#modifyLabelsRequest", + "description": "This is always `drive#modifyLabelsRequest`.", "type": "string" }, "labelModifications": { @@ -5769,7 +5936,7 @@ "properties": { "kind": { "default": "drive#modifyLabelsResponse", - "description": "This is always drive#modifyLabelsResponse", + "description": "This is always `drive#modifyLabelsResponse`", "type": "string" }, "modifiedLabels": { @@ -5799,7 +5966,7 @@ }, "kind": { "default": "drive#parentList", - "description": "This is always drive#parentList.", + "description": "This is always `drive#parentList`.", "type": "string" }, "selfLink": { @@ -5823,20 +5990,20 @@ "type": "string" }, "isRoot": { - "description": "Whether or not the parent is the root folder.", + "description": "Output only. Whether or not the parent is the root folder.", "type": "boolean" }, "kind": { "default": "drive#parentReference", - "description": "This is always drive#parentReference.", + "description": "Output only. This is always `drive#parentReference`.", "type": "string" }, "parentLink": { - "description": "A link to the parent.", + "description": "Output only. A link to the parent.", "type": "string" }, "selfLink": { - "description": "A link back to this reference.", + "description": "Output only. A link back to this reference.", "type": "string" } }, @@ -5847,79 +6014,79 @@ "id": "Permission", "properties": { "additionalRoles": { - "description": "Additional roles for this user. Only commenter is currently allowed, though more may be supported in the future.", + "description": "Additional roles for this user. Only `commenter` is currently allowed, though more may be supported in the future.", "items": { "type": "string" }, "type": "array" }, "authKey": { - "description": "Deprecated.", + "description": "Output only. Deprecated.", "type": "string" }, "deleted": { - "description": "Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", + "description": "Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", "type": "boolean" }, "domain": { - "description": "The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is user, group or domain.", + "description": "Output only. The domain name of the entity this permission refers to. This is an output-only field which is present when the permission type is `user`, `group` or `domain`.", "type": "string" }, "emailAddress": { - "description": "The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is user or group.", + "description": "Output only. The email address of the user or group this permission refers to. This is an output-only field which is present when the permission type is `user` or `group`.", "type": "string" }, "etag": { - "description": "The ETag of the permission.", + "description": "Output only. The ETag of the permission.", "type": "string" }, "expirationDate": { - "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: \n- They cannot be set on shared drive items \n- They can only be set on user and group permissions \n- The date must be in the future \n- The date cannot be more than a year in the future", + "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests", "format": "date-time", "type": "string" }, "id": { - "description": "The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.", + "description": "The ID of the user this permission refers to, and identical to the `permissionId` in the About and Files resources. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.", "type": "string" }, "kind": { "default": "drive#permission", - "description": "This is always drive#permission.", + "description": "Output only. This is always `drive#permission`.", "type": "string" }, "name": { - "description": "The name for this permission.", + "description": "Output only. The name for this permission.", "type": "string" }, "pendingOwner": { - "description": "Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that are not in a shared drive.", + "description": "Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.", "type": "boolean" }, "permissionDetails": { - "description": "Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.", + "description": "Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.", "items": { "properties": { "additionalRoles": { - "description": "Additional roles for this user. Only commenter is currently possible, though more may be supported in the future.", + "description": "Output only. Additional roles for this user. Only `commenter` is currently possible, though more may be supported in the future.", "items": { "type": "string" }, "type": "array" }, "inherited": { - "description": "Whether this permission is inherited. This field is always populated. This is an output-only field.", + "description": "Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.", "type": "boolean" }, "inheritedFrom": { - "description": "The ID of the item from which this permission is inherited. This is an output-only field.", + "description": "Output only. The ID of the item from which this permission is inherited. This is an output-only field.", "type": "string" }, "permissionType": { - "description": "The permission type for this user. While new values may be added in future, the following are currently possible: \n- file \n- member", + "description": "Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`", "type": "string" }, "role": { - "description": "The primary role for this user. While new values may be added in the future, the following are currently possible: \n- organizer \n- fileOrganizer \n- writer \n- reader", + "description": "Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `reader`", "type": "string" } }, @@ -5929,7 +6096,7 @@ "type": "array" }, "photoLink": { - "description": "A link to the profile photo, if available.", + "description": "Output only. A link to the profile photo, if available.", "type": "string" }, "role": { @@ -5938,38 +6105,38 @@ "drive.permissions.insert" ] }, - "description": "The primary role for this user. While new values may be supported in the future, the following are currently allowed: \n- owner \n- organizer \n- fileOrganizer \n- writer \n- reader", + "description": "The primary role for this user. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `reader`", "type": "string" }, "selfLink": { - "description": "A link back to this permission.", + "description": "Output only. A link back to this permission.", "type": "string" }, "teamDrivePermissionDetails": { - "description": "Deprecated - use permissionDetails instead.", + "description": "Output only. Deprecated: Use `permissionDetails` instead.", "items": { "properties": { "additionalRoles": { - "description": "Deprecated - use permissionDetails/additionalRoles instead.", + "description": "Output only. Deprecated: Use `permissionDetails/additionalRoles` instead.", "items": { "type": "string" }, "type": "array" }, "inherited": { - "description": "Deprecated - use permissionDetails/inherited instead.", + "description": "Output only. Deprecated: Use `permissionDetails/inherited` instead.", "type": "boolean" }, "inheritedFrom": { - "description": "Deprecated - use permissionDetails/inheritedFrom instead.", + "description": "Output only. Deprecated: Use `permissionDetails/inheritedFrom` instead.", "type": "string" }, "role": { - "description": "Deprecated - use permissionDetails/role instead.", + "description": "Output only. Deprecated: Use `permissionDetails/role` instead.", "type": "string" }, "teamDrivePermissionType": { - "description": "Deprecated - use permissionDetails/permissionType instead.", + "description": "Output only. Deprecated: Use `permissionDetails/permissionType` instead.", "type": "string" } }, @@ -5984,15 +6151,15 @@ "drive.permissions.insert" ] }, - "description": "The account type. Allowed values are: \n- user \n- group \n- domain \n- anyone", + "description": "The account type. Allowed values are: * `user` * `group` * `domain` * `anyone`", "type": "string" }, "value": { - "description": "The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.", + "description": "The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a `drive.permissions.insert` request, exactly one of the `id` or `value` fields must be specified unless the permission type is `anyone`, in which case both `id` and `value` are ignored.", "type": "string" }, "view": { - "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.", + "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. `published` is the only supported value.", "type": "string" }, "withLink": { @@ -6012,7 +6179,7 @@ }, "kind": { "default": "drive#permissionId", - "description": "This is always drive#permissionId.", + "description": "This is always `drive#permissionId`.", "type": "string" } }, @@ -6035,7 +6202,7 @@ }, "kind": { "default": "drive#permissionList", - "description": "This is always drive#permissionList.", + "description": "This is always `drive#permissionList`.", "type": "string" }, "nextPageToken": { @@ -6050,11 +6217,11 @@ "type": "object" }, "Property": { - "description": "A key-value pair attached to a file that is either public or private to an application.\nThe following limits apply to file properties: \n- Maximum of 100 properties total per file\n- Maximum of 30 private properties per app\n- Maximum of 30 public properties\n- Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.", + "description": "A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: * Maximum of 100 properties total per file * Maximum of 30 private properties per app * Maximum of 30 public properties * Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property", "id": "Property", "properties": { "etag": { - "description": "ETag of the property.", + "description": "Output only. ETag of the property.", "type": "string" }, "key": { @@ -6068,11 +6235,11 @@ }, "kind": { "default": "drive#property", - "description": "This is always drive#property.", + "description": "Output only. This is always `drive#property`.", "type": "string" }, "selfLink": { - "description": "The link back to this property.", + "description": "Output only. The link back to this property.", "type": "string" }, "value": { @@ -6080,7 +6247,7 @@ "type": "string" }, "visibility": { - "description": "The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE). Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.", + "description": "The visibility of this property. Allowed values are PRIVATE (default) and PUBLIC. Private properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.", "type": "string" } }, @@ -6103,7 +6270,7 @@ }, "kind": { "default": "drive#propertyList", - "description": "This is always drive#propertyList.", + "description": "This is always `drive#propertyList`.", "type": "string" }, "selfLink": { @@ -6118,48 +6285,48 @@ "id": "Revision", "properties": { "downloadUrl": { + "description": "Output only. Short term download URL for the file. This will only be populated on files with content stored in Drive.", "type": "string" }, "etag": { - "description": "The ETag of the revision.", + "description": "Output only. The ETag of the revision.", "type": "string" }, "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "type": "object" }, "fileSize": { - "description": "The size of the revision in bytes. This will only be populated on files with content stored in Drive.", + "description": "Output only. The size of the revision in bytes. This will only be populated on files with content stored in Drive.", "format": "int64", "type": "string" }, "id": { - "description": "The ID of the revision.", + "description": "Output only. The ID of the revision.", "type": "string" }, "kind": { "default": "drive#revision", - "description": "This is always drive#revision.", + "description": "Output only. This is always `drive#revision`.", "type": "string" }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify this revision." + "description": "Output only. The last user to modify this revision." }, "lastModifyingUserName": { - "description": "Name of the last user to modify this revision.", + "description": "Output only. Name of the last user to modify this revision.", "type": "string" }, "md5Checksum": { - "description": "An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.", + "description": "Output only. An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.", "type": "string" }, "mimeType": { - "description": "The MIME type of the revision.", + "description": "Output only. The MIME type of the revision.", "type": "string" }, "modifiedDate": { @@ -6168,7 +6335,7 @@ "type": "string" }, "originalFilename": { - "description": "The original filename when this revision was created. This will only be populated on files with content stored in Drive.", + "description": "Output only. The original filename when this revision was created. This will only be populated on files with content stored in Drive.", "type": "string" }, "pinned": { @@ -6184,7 +6351,7 @@ "type": "boolean" }, "publishedLink": { - "description": "A link to the published revision. This is only populated for Google Sites files.", + "description": "Output only. A link to the published revision. This is only populated for Google Sites files.", "type": "string" }, "publishedOutsideDomain": { @@ -6192,7 +6359,7 @@ "type": "boolean" }, "selfLink": { - "description": "A link back to this revision.", + "description": "Output only. A link back to this revision.", "type": "string" } }, @@ -6215,7 +6382,7 @@ }, "kind": { "default": "drive#revisionList", - "description": "This is always drive#revisionList.", + "description": "This is always `drive#revisionList`.", "type": "string" }, "nextPageToken": { @@ -6234,7 +6401,7 @@ "properties": { "kind": { "default": "drive#startPageToken", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#startPageToken\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#startPageToken\"`.", "type": "string" }, "startPageToken": { @@ -6245,11 +6412,11 @@ "type": "object" }, "TeamDrive": { - "description": "Deprecated: use the drive collection instead.", + "description": "Deprecated: Use the `drive` collection instead.", "id": "TeamDrive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Drive to use for the background image.", @@ -6285,15 +6452,15 @@ "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `domainUsersOnly` restriction of this Team Drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeTeamDriveBackground": { @@ -6301,7 +6468,7 @@ "type": "boolean" }, "canChangeTeamMembersOnlyRestriction": { - "description": "Whether the current user can change the teamMembersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `teamMembersOnly` restriction of this Team Drive.", "type": "boolean" }, "canComment": { @@ -6341,7 +6508,7 @@ "type": "boolean" }, "canRemoveChildren": { - "description": "Deprecated - use canDeleteChildren or canTrashChildren instead.", + "description": "Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRename": { @@ -6368,7 +6535,7 @@ "type": "object" }, "colorRgb": { - "description": "The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId.", + "description": "The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`.", "type": "string" }, "createdDate": { @@ -6382,7 +6549,7 @@ }, "kind": { "default": "drive#teamDrive", - "description": "This is always drive#teamDrive", + "description": "This is always `drive#teamDrive`", "type": "string" }, "name": { @@ -6395,7 +6562,7 @@ "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -6406,7 +6573,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive.", + "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive.", "type": "boolean" }, "domainUsersOnly": { @@ -6425,7 +6592,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.insert request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.insert` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -6444,7 +6611,7 @@ }, "kind": { "default": "drive#teamDriveList", - "description": "This is always drive#teamDriveList", + "description": "This is always `drive#teamDriveList`", "type": "string" }, "nextPageToken": { @@ -6459,31 +6626,31 @@ "id": "User", "properties": { "displayName": { - "description": "A plain text displayable name for this user.", + "description": "Output only. A plain text displayable name for this user.", "type": "string" }, "emailAddress": { - "description": "The email address of the user.", + "description": "Output only. The email address of the user.", "type": "string" }, "isAuthenticatedUser": { - "description": "Whether this user is the same as the authenticated user for whom the request was made.", + "description": "Output only. Whether this user is the same as the authenticated user for whom the request was made.", "type": "boolean" }, "kind": { "default": "drive#user", - "description": "This is always drive#user.", + "description": "Output only. This is always `drive#user`.", "type": "string" }, "permissionId": { - "description": "The user's ID as visible in the permissions collection.", + "description": "Output only. The user's ID as visible in the permissions collection.", "type": "string" }, "picture": { - "description": "The user's profile picture.", + "description": "Output only. The user's profile picture.", "properties": { "url": { - "description": "A URL that points to a profile picture of this user.", + "description": "Output Only. A URL that points to a profile picture of this user.", "type": "string" } }, @@ -6494,6 +6661,6 @@ } }, "servicePath": "drive/v2/", - "title": "Drive API", + "title": "Google Drive API", "version": "v2" } \ No newline at end of file diff --git a/googleapiclient/discovery_cache/documents/drive.v3.json b/googleapiclient/discovery_cache/documents/drive.v3.json index e952bfe3669..9729c7da333 100644 --- a/googleapiclient/discovery_cache/documents/drive.v3.json +++ b/googleapiclient/discovery_cache/documents/drive.v3.json @@ -32,32 +32,59 @@ "basePath": "/drive/v3/", "baseUrl": "https://www.googleapis.com/drive/v3/", "batchPath": "batch/drive/v3", - "description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.", + "description": "The Google Drive API allows clients to access resources from Google Drive.", "discoveryVersion": "v1", "documentationLink": "https://developers.google.com/drive/", - "etag": "\"VYc8DWo_6wRTElVugbtvWfkARsc/Rbg-qVi5IMtZXkfgFBOCN9uNluk\"", "icons": { - "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", - "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" + "x16": "http://www.google.com/images/icons/product/search-16.gif", + "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "id": "drive:v3", "kind": "discovery#restDescription", + "mtlsRootUrl": "https://www.mtls.googleapis.com/", "name": "drive", "ownerDomain": "google.com", "ownerName": "Google", "parameters": { + "$.xgafv": { + "description": "V1 error format.", + "enum": [ + "1", + "2" + ], + "enumDescriptions": [ + "v1 error format", + "v2 error format" + ], + "location": "query", + "type": "string" + }, + "access_token": { + "description": "OAuth access token.", + "location": "query", + "type": "string" + }, "alt": { "default": "json", - "description": "Data format for the response.", + "description": "Data format for response.", "enum": [ - "json" + "json", + "media", + "proto" ], "enumDescriptions": [ - "Responses with Content-Type of application/json" + "Responses with Content-Type of application/json", + "Media download with context-dependent Content-Type", + "Responses with Content-Type of application/x-protobuf" ], "location": "query", "type": "string" }, + "callback": { + "description": "JSONP", + "location": "query", + "type": "string" + }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", @@ -80,12 +107,17 @@ "type": "boolean" }, "quotaUser": { - "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.", + "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query", "type": "string" }, - "userIp": { - "description": "Deprecated. Please use quotaUser instead.", + "uploadType": { + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", + "location": "query", + "type": "string" + }, + "upload_protocol": { + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query", "type": "string" } @@ -96,8 +128,11 @@ "methods": { "get": { "description": "Gets information about the user, the user's Drive, and system capabilities.", + "flatPath": "about", "httpMethod": "GET", "id": "drive.about.get", + "parameterOrder": [], + "parameters": {}, "path": "about", "response": { "$ref": "About" @@ -118,11 +153,13 @@ "methods": { "getStartPageToken": { "description": "Gets the starting pageToken for listing future changes.", + "flatPath": "changes/startPageToken", "httpMethod": "GET", "id": "drive.changes.getStartPageToken", + "parameterOrder": [], "parameters": { "driveId": { - "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.", + "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.", "location": "query", "type": "string" }, @@ -134,12 +171,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -160,6 +199,7 @@ }, "list": { "description": "Lists the changes for a user or shared drive.", + "flatPath": "changes", "httpMethod": "GET", "id": "drive.changes.list", "parameterOrder": [ @@ -167,7 +207,7 @@ ], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -184,7 +224,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -201,7 +241,8 @@ }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -240,12 +281,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -266,7 +309,8 @@ "supportsSubscription": true }, "watch": { - "description": "Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.", + "description": "Subscribes to changes for a user.", + "flatPath": "changes/watch", "httpMethod": "POST", "id": "drive.changes.watch", "parameterOrder": [ @@ -274,7 +318,7 @@ ], "parameters": { "driveId": { - "description": "The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", + "description": "The shared drive from which changes will be returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.", "location": "query", "type": "string" }, @@ -291,7 +335,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -308,7 +352,8 @@ }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -347,12 +392,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -381,9 +428,12 @@ "channels": { "methods": { "stop": { - "description": "Stop watching resources through this channel", + "description": "Stops watching resources through this channel.", + "flatPath": "channels/stop", "httpMethod": "POST", "id": "drive.channels.stop", + "parameterOrder": [], + "parameters": {}, "path": "channels/stop", "request": { "$ref": "Channel", @@ -405,6 +455,7 @@ "methods": { "create": { "description": "Creates a comment on a file.", + "flatPath": "files/{fileId}/comments", "httpMethod": "POST", "id": "drive.comments.create", "parameterOrder": [ @@ -432,6 +483,7 @@ }, "delete": { "description": "Deletes a comment.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "DELETE", "id": "drive.comments.delete", "parameterOrder": [ @@ -460,6 +512,7 @@ }, "get": { "description": "Gets a comment by ID.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "GET", "id": "drive.comments.get", "parameterOrder": [ @@ -498,6 +551,7 @@ }, "list": { "description": "Lists a file's comments.", + "flatPath": "files/{fileId}/comments", "httpMethod": "GET", "id": "drive.comments.list", "parameterOrder": [ @@ -548,6 +602,7 @@ }, "update": { "description": "Updates a comment with patch semantics.", + "flatPath": "files/{fileId}/comments/{commentId}", "httpMethod": "PATCH", "id": "drive.comments.update", "parameterOrder": [ @@ -586,6 +641,7 @@ "methods": { "create": { "description": "Creates a shared drive.", + "flatPath": "drives", "httpMethod": "POST", "id": "drive.drives.create", "parameterOrder": [ @@ -593,7 +649,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -612,6 +668,7 @@ }, "delete": { "description": "Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.", + "flatPath": "drives/{driveId}", "httpMethod": "DELETE", "id": "drive.drives.delete", "parameterOrder": [ @@ -620,7 +677,7 @@ "parameters": { "allowItemDeletion": { "default": "false", - "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when useDomainAdminAccess is also set to true.", + "description": "Whether any items inside the shared drive should also be deleted. This option is only supported when `useDomainAdminAccess` is also set to `true`.", "location": "query", "type": "boolean" }, @@ -644,6 +701,7 @@ }, "get": { "description": "Gets a shared drive's metadata by ID.", + "flatPath": "drives/{driveId}", "httpMethod": "GET", "id": "drive.drives.get", "parameterOrder": [ @@ -674,6 +732,7 @@ }, "hide": { "description": "Hides a shared drive from the default view.", + "flatPath": "drives/{driveId}/hide", "httpMethod": "POST", "id": "drive.drives.hide", "parameterOrder": [ @@ -696,9 +755,11 @@ ] }, "list": { - "description": "Lists the user's shared drives.", + "description": " Lists the user's shared drives. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for shared drives](/drive/api/guides/search-shareddrives) guide.", + "flatPath": "drives", "httpMethod": "GET", "id": "drive.drives.list", + "parameterOrder": [], "parameters": { "pageSize": { "default": "10", @@ -737,6 +798,7 @@ }, "unhide": { "description": "Restores a shared drive to the default view.", + "flatPath": "drives/{driveId}/unhide", "httpMethod": "POST", "id": "drive.drives.unhide", "parameterOrder": [ @@ -759,7 +821,8 @@ ] }, "update": { - "description": "Updates the metadata for a shared drive.", + "description": "Updates the metadate for a shared drive.", + "flatPath": "drives/{driveId}", "httpMethod": "PATCH", "id": "drive.drives.update", "parameterOrder": [ @@ -774,7 +837,7 @@ }, "useDomainAdminAccess": { "default": "false", - "description": "Issue the request as a domain administrator. If set to true, then the requester is granted access if they're an administrator of the domain to which the shared drive belongs.", + "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs.", "location": "query", "type": "boolean" } @@ -795,7 +858,8 @@ "files": { "methods": { "copy": { - "description": "Creates a copy of a file and applies any requested updates with patch semantics. Folders cannot be copied.", + "description": "Creates a copy of a file and applies any requested updates with patch semantics.", + "flatPath": "files/{fileId}/copy", "httpMethod": "POST", "id": "drive.files.copy", "parameterOrder": [ @@ -821,7 +885,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -849,7 +913,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -869,14 +934,15 @@ ] }, "create": { - "description": "Creates a file.", + "description": " Creates a new file. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads). Apps creating shortcuts with `files.create` must specify the MIME type `application/vnd.google-apps.shortcut`. Apps should specify a file extension in the `name` property when inserting files with the API. For example, an operation to insert a JPEG file should specify something like `\"name\": \"cat.jpg\"` in the metadata. Subsequent `GET` requests include the read-only `fileExtension` property populated with the extension originally specified in the `title` property. When a Google Drive user requests to download a file, or when the file is downloaded through the sync client, Drive builds a full filename (with extension) based on the title. In cases where the extension is missing, Drive attempts to determine the extension based on the file's MIME type.", + "flatPath": "files", "httpMethod": "POST", "id": "drive.files.create", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -888,6 +954,7 @@ } } }, + "parameterOrder": [], "parameters": { "enforceSingleParent": { "default": "false", @@ -902,7 +969,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -930,7 +997,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -953,11 +1021,11 @@ "https://www.googleapis.com/auth/drive.appdata", "https://www.googleapis.com/auth/drive.file" ], - "supportsMediaUpload": true, - "supportsSubscription": true + "supportsMediaUpload": true }, "delete": { "description": "Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.", + "flatPath": "files/{fileId}", "httpMethod": "DELETE", "id": "drive.files.delete", "parameterOrder": [ @@ -966,7 +1034,8 @@ "parameters": { "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", "location": "query", "type": "boolean" }, @@ -984,7 +1053,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -997,9 +1067,11 @@ ] }, "emptyTrash": { - "description": "Permanently deletes all trashed files of a user or shared drive.", + "description": "Permanently deletes all of the user's trashed files.", + "flatPath": "files/trash", "httpMethod": "DELETE", "id": "drive.files.emptyTrash", + "parameterOrder": [], "parameters": { "driveId": { "description": "If set, empties the trash of the provided shared drive.", @@ -1008,7 +1080,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", + "deprecated": true, + "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.", "location": "query", "type": "boolean" } @@ -1020,6 +1093,7 @@ }, "export": { "description": "Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.", + "flatPath": "files/{fileId}/export", "httpMethod": "GET", "id": "drive.files.export", "parameterOrder": [ @@ -1034,7 +1108,7 @@ "type": "string" }, "mimeType": { - "description": "The MIME type of the format requested for this export.", + "description": "Required. The MIME type of the format requested for this export.", "location": "query", "required": true, "type": "string" @@ -1046,12 +1120,15 @@ "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true + "supportsMediaDownload": true, + "useMediaDownloadService": true }, "generateIds": { "description": "Generates a set of file IDs which can be provided in create or copy requests.", + "flatPath": "files/generateIds", "httpMethod": "GET", "id": "drive.files.generateIds", + "parameterOrder": [], "parameters": { "count": { "default": "10", @@ -1070,7 +1147,7 @@ }, "type": { "default": "files", - "description": "The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the drive 'space'. (Default: 'files')", + "description": "The type of items which the IDs can be used for. Supported values are 'files' and 'shortcuts'. Note that 'shortcuts' are only supported in the `drive` 'space'. (Default: 'files')", "location": "query", "type": "string" } @@ -1086,7 +1163,8 @@ ] }, "get": { - "description": "Gets a file's metadata or content by ID.", + "description": " Gets a file's metadata or content by ID. If you provide the URL parameter `alt=media`, then the response includes the file contents in the response body. Downloading content with `alt=media` only works if the file is stored in Drive. To download Google Docs, Sheets, and Slides use [`files.export`](/drive/api/reference/rest/v3/files/export) instead. For more information, see [Download & export files](/drive/api/guides/manage-downloads).", + "flatPath": "files/{fileId}", "httpMethod": "GET", "id": "drive.files.get", "parameterOrder": [ @@ -1106,7 +1184,7 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1123,7 +1201,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1146,24 +1225,27 @@ "useMediaDownloadService": true }, "list": { - "description": "Lists or searches files.", + "description": " Lists the user's files. This method accepts the `q` parameter, which is a search query combining one or more search terms. For more information, see the [Search for files & folders](/drive/api/guides/search-files) guide. *Note:* This method returns *all* files by default, including trashed files. If you don't want trashed files to appear in the list, use the `trashed=false` query parameter to remove trashed files from the results.", + "flatPath": "files", "httpMethod": "GET", "id": "drive.files.list", + "parameterOrder": [], "parameters": { "corpora": { - "description": "Groupings of files to which the query applies. Supported groupings are: 'user' (files created by, opened by, or shared directly with the user), 'drive' (files in the specified shared drive as indicated by the 'driveId'), 'domain' (files shared to the user's domain), and 'allDrives' (A combination of 'user' and 'drive' for all drives where the user is a member). When able, use 'user' or 'drive', instead of 'allDrives', for efficiency.", + "description": "Bodies of items (files/documents) to which the query applies. Supported bodies are 'user', 'domain', 'drive', and 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. By default, corpora is set to 'user'. However, this can change depending on the filter set through the 'q' parameter.", "location": "query", "type": "string" }, "corpus": { - "description": "The source of files to list. Deprecated: use 'corpora' instead.", + "deprecated": true, + "description": "Deprecated: The source of files to list. Use 'corpora' instead.", "enum": [ "domain", "user" ], "enumDescriptions": [ "Files shared to the user's domain.", - "Files owned by or shared to the user. If a user has permissions on a Shared Drive, the files inside it won't be retrieved unless the user has created, opened, or shared the file." + "Files owned by or shared to the user." ], "location": "query", "type": "string" @@ -1180,7 +1262,7 @@ "type": "boolean" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1191,12 +1273,13 @@ }, "includeTeamDriveItems": { "default": "false", - "description": "Deprecated use includeItemsFromAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `includeItemsFromAllDrives` instead.", "location": "query", "type": "boolean" }, "orderBy": { - "description": "A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.", + "description": "A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but can be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name.", "location": "query", "type": "string" }, @@ -1215,7 +1298,7 @@ "type": "string" }, "q": { - "description": "A query for filtering the file results. See the \"Search for Files\" guide for supported syntax.", + "description": "A query for filtering the file results. See the \"Search for files & folders\" guide for supported syntax.", "location": "query", "type": "string" }, @@ -1233,12 +1316,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "teamDriveId": { - "description": "Deprecated use driveId instead.", + "deprecated": true, + "description": "Deprecated: Use `driveId` instead.", "location": "query", "type": "string" } @@ -1259,6 +1344,7 @@ }, "listLabels": { "description": "Lists the labels on a file.", + "flatPath": "files/{fileId}/listLabels", "httpMethod": "GET", "id": "drive.files.listLabels", "parameterOrder": [ @@ -1266,14 +1352,14 @@ ], "parameters": { "fileId": { - "description": "The ID of the file.", + "description": "The ID for the file or shared drive.", "location": "path", "required": true, "type": "string" }, "maxResults": { "default": "100", - "description": "The maximum number of labels to return per page. When not set, this defaults to 100.", + "description": "The maximum number of labels to return per page. When not set, defaults to 100.", "format": "int32", "location": "query", "maximum": "100", @@ -1299,7 +1385,8 @@ ] }, "modifyLabels": { - "description": "Modifies the set of labels on a file.", + "description": "Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified.", + "flatPath": "files/{fileId}/modifyLabels", "httpMethod": "POST", "id": "drive.files.modifyLabels", "parameterOrder": [ @@ -1307,7 +1394,7 @@ ], "parameters": { "fileId": { - "description": "The ID of the file for which the labels are modified.", + "description": "The ID of the file to which the labels belong.", "location": "path", "required": true, "type": "string" @@ -1327,14 +1414,15 @@ ] }, "update": { - "description": "Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.", + "description": " Updates a file's metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might be changed automatically, such as `modifiedDate`. This method supports patch semantics. This method supports an */upload* URI and accepts uploaded media with the following characteristics: - *Maximum file size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME type, rather than the literal `*/*` value. The literal `*/*` is only used to indicate that any valid MIME type can be uploaded. For more information on uploading files, see [Upload file data](/drive/api/guides/manage-uploads).", + "flatPath": "files/{fileId}", "httpMethod": "PATCH", "id": "drive.files.update", "mediaUpload": { "accept": [ "*/*" ], - "maxSize": "5120GB", + "maxSize": "5497558138880", "protocols": { "resumable": { "multipart": true, @@ -1357,7 +1445,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.", + "deprecated": true, + "description": "Deprecated: Adding files to multiple folders is no longer supported. Use shortcuts instead.", "location": "query", "type": "boolean" }, @@ -1368,7 +1457,7 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1401,7 +1490,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1429,7 +1519,8 @@ "supportsMediaUpload": true }, "watch": { - "description": "Subscribe to changes on a file.", + "description": "Subscribes to changes to a file.", + "flatPath": "files/{fileId}/watch", "httpMethod": "POST", "id": "drive.files.watch", "parameterOrder": [ @@ -1449,7 +1540,7 @@ "type": "string" }, "includeLabels": { - "description": "A comma-separated list of IDs of labels to include in the labelInfo part of the response.", + "description": "A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.", "location": "query", "type": "string" }, @@ -1466,7 +1557,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" } @@ -1488,16 +1580,15 @@ "https://www.googleapis.com/auth/drive.photos.readonly", "https://www.googleapis.com/auth/drive.readonly" ], - "supportsMediaDownload": true, - "supportsSubscription": true, - "useMediaDownloadService": true + "supportsSubscription": true } } }, "permissions": { "methods": { "create": { - "description": "Creates a permission for a file or shared drive. For more information on creating permissions, see Share files, folders & drives.", + "description": "Creates a permission for a file or shared drive. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "POST", "id": "drive.permissions.create", "parameterOrder": [ @@ -1511,7 +1602,8 @@ }, "enforceSingleParent": { "default": "false", - "description": "Deprecated. See moveToNewOwnersRoot for details.", + "deprecated": true, + "description": "Deprecated: See `moveToNewOwnersRoot` for details.", "location": "query", "type": "boolean" }, @@ -1523,7 +1615,7 @@ }, "moveToNewOwnersRoot": { "default": "false", - "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents are not changed.", + "description": "This parameter will only take effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item. If set to `true`, the item will be moved to the new owner's My Drive root folder and all prior parents removed. If set to `false`, parents are not changed.", "location": "query", "type": "boolean" }, @@ -1540,13 +1632,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.", + "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.", "location": "query", "type": "boolean" }, @@ -1570,7 +1663,8 @@ ] }, "delete": { - "description": "Deletes a permission.", + "description": "Deletes a permission. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "DELETE", "id": "drive.permissions.delete", "parameterOrder": [ @@ -1598,7 +1692,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1617,6 +1712,7 @@ }, "get": { "description": "Gets a permission by ID.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "GET", "id": "drive.permissions.get", "parameterOrder": [ @@ -1644,7 +1740,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1670,6 +1767,7 @@ }, "list": { "description": "Lists a file's or shared drive's permissions.", + "flatPath": "files/{fileId}/permissions", "httpMethod": "GET", "id": "drive.permissions.list", "parameterOrder": [ @@ -1708,7 +1806,8 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, @@ -1733,7 +1832,8 @@ ] }, "update": { - "description": "Updates a permission with patch semantics.", + "description": "Updates a permission with patch semantics. **Warning:** Concurrent permissions operations on the same file are not supported; only the last update is applied.", + "flatPath": "files/{fileId}/permissions/{permissionId}", "httpMethod": "PATCH", "id": "drive.permissions.update", "parameterOrder": [ @@ -1767,13 +1867,14 @@ }, "supportsTeamDrives": { "default": "false", - "description": "Deprecated use supportsAllDrives instead.", + "deprecated": true, + "description": "Deprecated: Use `supportsAllDrives` instead.", "location": "query", "type": "boolean" }, "transferOwnership": { "default": "false", - "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.", + "description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.", "location": "query", "type": "boolean" }, @@ -1802,6 +1903,7 @@ "methods": { "create": { "description": "Creates a reply to a comment.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "POST", "id": "drive.replies.create", "parameterOrder": [ @@ -1836,6 +1938,7 @@ }, "delete": { "description": "Deletes a reply.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "DELETE", "id": "drive.replies.delete", "parameterOrder": [ @@ -1871,6 +1974,7 @@ }, "get": { "description": "Gets a reply by ID.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "GET", "id": "drive.replies.get", "parameterOrder": [ @@ -1916,6 +2020,7 @@ }, "list": { "description": "Lists a comment's replies.", + "flatPath": "files/{fileId}/comments/{commentId}/replies", "httpMethod": "GET", "id": "drive.replies.list", "parameterOrder": [ @@ -1968,6 +2073,7 @@ }, "update": { "description": "Updates a reply with patch semantics.", + "flatPath": "files/{fileId}/comments/{commentId}/replies/{replyId}", "httpMethod": "PATCH", "id": "drive.replies.update", "parameterOrder": [ @@ -2013,6 +2119,7 @@ "methods": { "delete": { "description": "Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "DELETE", "id": "drive.revisions.delete", "parameterOrder": [ @@ -2042,6 +2149,7 @@ }, "get": { "description": "Gets a revision's metadata or content by ID.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "GET", "id": "drive.revisions.get", "parameterOrder": [ @@ -2086,6 +2194,7 @@ }, "list": { "description": "Lists a file's revisions.", + "flatPath": "files/{fileId}/revisions", "httpMethod": "GET", "id": "drive.revisions.list", "parameterOrder": [ @@ -2129,6 +2238,7 @@ }, "update": { "description": "Updates a revision with patch semantics.", + "flatPath": "files/{fileId}/revisions/{revisionId}", "httpMethod": "PATCH", "id": "drive.revisions.update", "parameterOrder": [ @@ -2167,7 +2277,8 @@ "teamdrives": { "methods": { "create": { - "description": "Deprecated use drives.create instead.", + "description": "Deprecated: Use `drives.create` instead.", + "flatPath": "teamdrives", "httpMethod": "POST", "id": "drive.teamdrives.create", "parameterOrder": [ @@ -2175,7 +2286,7 @@ ], "parameters": { "requestId": { - "description": "An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", + "description": "Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.", "location": "query", "required": true, "type": "string" @@ -2193,7 +2304,8 @@ ] }, "delete": { - "description": "Deprecated use drives.delete instead.", + "description": "Deprecated: Use `drives.delete` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "DELETE", "id": "drive.teamdrives.delete", "parameterOrder": [ @@ -2213,7 +2325,8 @@ ] }, "get": { - "description": "Deprecated use drives.get instead.", + "description": "Deprecated: Use `drives.get` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "GET", "id": "drive.teamdrives.get", "parameterOrder": [ @@ -2243,9 +2356,11 @@ ] }, "list": { - "description": "Deprecated use drives.list instead.", + "description": "Deprecated: Use `drives.list` instead.", + "flatPath": "teamdrives", "httpMethod": "GET", "id": "drive.teamdrives.list", + "parameterOrder": [], "parameters": { "pageSize": { "default": "10", @@ -2283,7 +2398,8 @@ ] }, "update": { - "description": "Deprecated use drives.update instead", + "description": "Deprecated: Use `drives.update` instead.", + "flatPath": "teamdrives/{teamDriveId}", "httpMethod": "PATCH", "id": "drive.teamdrives.update", "parameterOrder": [ @@ -2317,7 +2433,7 @@ } } }, - "revision": "20230514", + "revision": "20230520", "rootUrl": "https://www.googleapis.com/", "schemas": { "About": { @@ -2333,7 +2449,7 @@ "type": "boolean" }, "canCreateTeamDrives": { - "description": "Deprecated - use canCreateDrives instead.", + "description": "Deprecated: Use `canCreateDrives` instead.", "type": "boolean" }, "driveThemes": { @@ -2386,7 +2502,7 @@ }, "kind": { "default": "drive#about", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#about\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#about\"`.", "type": "string" }, "maxImportSizes": { @@ -2429,19 +2545,19 @@ "type": "object" }, "teamDriveThemes": { - "description": "Deprecated - use driveThemes instead.", + "description": "Deprecated: Use `driveThemes` instead.", "items": { "properties": { "backgroundImageLink": { - "description": "Deprecated - use driveThemes/backgroundImageLink instead.", + "description": "Deprecated: Use `driveThemes/backgroundImageLink` instead.", "type": "string" }, "colorRgb": { - "description": "Deprecated - use driveThemes/colorRgb instead.", + "description": "Deprecated: Use `driveThemes/colorRgb` instead.", "type": "string" }, "id": { - "description": "Deprecated - use driveThemes/id instead.", + "description": "Deprecated: Use `driveThemes/id` instead.", "type": "string" } }, @@ -2461,7 +2577,7 @@ "id": "Change", "properties": { "changeType": { - "description": "The type of the change. Possible values are file and drive.", + "description": "The type of the change. Possible values are `file` and `drive`.", "type": "string" }, "drive": { @@ -2482,7 +2598,7 @@ }, "kind": { "default": "drive#change", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#change\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#change\"`.", "type": "string" }, "removed": { @@ -2491,10 +2607,10 @@ }, "teamDrive": { "$ref": "TeamDrive", - "description": "Deprecated - use drive instead." + "description": "Deprecated: Use `drive` instead." }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Deprecated: Use `driveId` instead.", "type": "string" }, "time": { @@ -2503,7 +2619,7 @@ "type": "string" }, "type": { - "description": "Deprecated - use changeType instead.", + "description": "Deprecated: Use `changeType` instead.", "type": "string" } }, @@ -2522,7 +2638,7 @@ }, "kind": { "default": "drive#changeList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#changeList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#changeList\"`.", "type": "string" }, "newStartPageToken": { @@ -2537,7 +2653,7 @@ "type": "object" }, "Channel": { - "description": "An notification channel used to watch for resource changes.", + "description": "A notification channel used to watch for resource changes.", "id": "Channel", "properties": { "address": { @@ -2555,12 +2671,11 @@ }, "kind": { "default": "api#channel", - "description": "Identifies this as a notification channel used to watch for changes to a resource, which is \"api#channel\".", + "description": "Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.", "type": "string" }, "params": { "additionalProperties": { - "description": "Declares a new parameter by name.", "type": "string" }, "description": "Additional parameters controlling delivery channel behavior. Optional.", @@ -2583,7 +2698,7 @@ "type": "string" }, "type": { - "description": "The type of delivery mechanism used for this channel. Valid values are \"web_hook\" (or \"webhook\"). Both values refer to a channel where Http requests are used to deliver messages.", + "description": "The type of delivery mechanism used for this channel.", "type": "string" } }, @@ -2594,12 +2709,12 @@ "id": "Comment", "properties": { "anchor": { - "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to Add comments and replies.", + "description": "A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments).", "type": "string" }, "author": { "$ref": "User", - "description": "The author of the comment. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the comment. The author's email address and permission ID will not be populated." }, "content": { "annotations": { @@ -2608,7 +2723,7 @@ "drive.comments.update" ] }, - "description": "The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed.", + "description": "The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed.", "type": "string" }, "createdTime": { @@ -2617,20 +2732,20 @@ "type": "string" }, "deleted": { - "description": "Whether the comment has been deleted. A deleted comment has no content.", + "description": "Output only. Whether the comment has been deleted. A deleted comment has no content.", "type": "boolean" }, "htmlContent": { - "description": "The content of the comment with HTML formatting.", + "description": "Output only. The content of the comment with HTML formatting.", "type": "string" }, "id": { - "description": "The ID of the comment.", + "description": "Output only. The ID of the comment.", "type": "string" }, "kind": { "default": "drive#comment", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#comment\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#comment\"`.", "type": "string" }, "modifiedTime": { @@ -2653,14 +2768,14 @@ "type": "object" }, "replies": { - "description": "The full list of replies to the comment in chronological order.", + "description": "Output only. The full list of replies to the comment in chronological order.", "items": { "$ref": "Reply" }, "type": "array" }, "resolved": { - "description": "Whether the comment has been resolved by one of its replies.", + "description": "Output only. Whether the comment has been resolved by one of its replies.", "type": "boolean" } }, @@ -2679,7 +2794,7 @@ }, "kind": { "default": "drive#commentList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#commentList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#commentList\"`.", "type": "string" }, "nextPageToken": { @@ -2698,12 +2813,12 @@ "type": "boolean" }, "reason": { - "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set readOnly=true.", + "description": "Reason for why the content of the file is restricted. This is only mutable on requests that also set `readOnly=true`.", "type": "string" }, "restrictingUser": { "$ref": "User", - "description": "The user who set the content restriction. Only populated if readOnly is true." + "description": "Output only. The user who set the content restriction. Only populated if `readOnly` is true." }, "restrictionTime": { "description": "The time at which the content restriction was set (formatted RFC 3339 timestamp). Only populated if readOnly is true.", @@ -2711,7 +2826,7 @@ "type": "string" }, "type": { - "description": "The type of the content restriction. Currently the only possible value is globalContentRestriction.", + "description": "Output only. The type of the content restriction. Currently the only possible value is `globalContentRestriction`.", "type": "string" } }, @@ -2722,7 +2837,7 @@ "id": "Drive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write-only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on `drive.drives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Google Drive to use for the background image.", @@ -2747,97 +2862,97 @@ "type": "object" }, "backgroundImageLink": { - "description": "A short-lived link to this shared drive's background image.", + "description": "Output only. A short-lived link to this shared drive's background image.", "type": "string" }, "capabilities": { - "description": "Capabilities the current user has on this shared drive.", + "description": "Output only. Capabilities the current user has on this shared drive.", "properties": { "canAddChildren": { - "description": "Whether the current user can add children to folders in this shared drive.", + "description": "Output only. Whether the current user can add children to folders in this shared drive.", "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this shared drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `domainUsersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeDriveBackground": { - "description": "Whether the current user can change the background of this shared drive.", + "description": "Output only. Whether the current user can change the background of this shared drive.", "type": "boolean" }, "canChangeDriveMembersOnlyRestriction": { - "description": "Whether the current user can change the driveMembersOnly restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `driveMembersOnly` restriction of this shared drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this shared drive.", + "description": "Output only. Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this shared drive.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on files in this shared drive.", + "description": "Output only. Whether the current user can comment on files in this shared drive.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy files in this shared drive.", + "description": "Output only. Whether the current user can copy files in this shared drive.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children from folders in this shared drive.", + "description": "Output only. Whether the current user can delete children from folders in this shared drive.", "type": "boolean" }, "canDeleteDrive": { - "description": "Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", + "description": "Output only. Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download files in this shared drive.", + "description": "Output only. Whether the current user can download files in this shared drive.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit files in this shared drive", + "description": "Output only. Whether the current user can edit files in this shared drive", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of folders in this shared drive.", + "description": "Output only. Whether the current user can list the children of folders in this shared drive.", "type": "boolean" }, "canManageMembers": { - "description": "Whether the current user can add members to this shared drive or remove them or change their role.", + "description": "Output only. Whether the current user can add members to this shared drive or remove them or change their role.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of files in this shared drive.", + "description": "Output only. Whether the current user can read the revisions resource of files in this shared drive.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename files or folders in this shared drive.", + "description": "Output only. Whether the current user can rename files or folders in this shared drive.", "type": "boolean" }, "canRenameDrive": { - "description": "Whether the current user can rename this shared drive.", + "description": "Output only. Whether the current user can rename this shared drive.", "type": "boolean" }, "canResetDriveRestrictions": { - "description": "Whether the current user can reset the shared drive restrictions to defaults.", + "description": "Output only. Whether the current user can reset the shared drive restrictions to defaults.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can share files or folders in this shared drive.", + "description": "Output only. Whether the current user can share files or folders in this shared drive.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children from folders in this shared drive.", + "description": "Output only. Whether the current user can trash children from folders in this shared drive.", "type": "boolean" } }, "type": "object" }, "colorRgb": { - "description": "The color of this shared drive as an RGB hex string. It can only be set on drive.drives.update requests that don't set themeId.", + "description": "The color of this shared drive as an RGB hex string. It can only be set on a `drive.drives.update` request that does not set `themeId`.", "type": "string" }, "createdTime": { @@ -2850,25 +2965,20 @@ "type": "boolean" }, "id": { - "description": "The ID of this shared drive which is also the ID of the top level folder of this shared drive.", + "description": "Output only. The ID of this shared drive which is also the ID of the top level folder of this shared drive.", "type": "string" }, "kind": { "default": "drive#drive", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#drive\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#drive\"`.", "type": "string" }, "name": { - "annotations": { - "required": [ - "drive.drives.create" - ] - }, "description": "The name of this shared drive.", "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "Output only. The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -2879,7 +2989,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.", + "description": "Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this shared drive.", "type": "boolean" }, "domainUsersOnly": { @@ -2898,7 +3008,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color are set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `driveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.drives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -2917,7 +3027,7 @@ }, "kind": { "default": "drive#driveList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#driveList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#driveList\"`.", "type": "string" }, "nextPageToken": { @@ -2935,162 +3045,162 @@ "additionalProperties": { "type": "string" }, - "description": "A collection of arbitrary key-value pairs that are private to the requesting app.\nEntries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with an OAuth 2 client ID. You cannot use an API key to retrieve private properties.", + "description": "A collection of arbitrary key-value pairs which are private to the requesting app.\nEntries with null values are cleared in update and copy requests. These properties can only be retrieved using an authenticated request. An authenticated request uses an access token obtained with a OAuth 2 client ID. You cannot use an API key to retrieve private properties.", "type": "object" }, "capabilities": { - "description": "Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user can take.", + "description": "Output only. Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take.", "properties": { "canAcceptOwnership": { - "description": "Whether the current user is the pending owner of the file. Not populated for shared drive files.", + "description": "Output only. Whether the current user is the pending owner of the file. Not populated for shared drive files.", "type": "boolean" }, "canAddChildren": { - "description": "Whether the current user can add children to this folder. This is always false when the item isn't a folder.", + "description": "Output only. Whether the current user can add children to this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canAddFolderFromAnotherDrive": { - "description": "Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can add a folder from another drive (different shared drive or My Drive) to this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canAddMyDriveParent": { - "description": "Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can add a parent for the item without removing an existing parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canChangeCopyRequiresWriterPermission": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this file.", + "description": "Output only. Whether the current user can change the `copyRequiresWriterPermission` restriction of this file.", "type": "boolean" }, "canChangeSecurityUpdateEnabled": { - "description": "Whether the current user can change the securityUpdateEnabled field on link share metadata.", + "description": "Output only. Whether the current user can change the securityUpdateEnabled field on link share metadata.", "type": "boolean" }, "canChangeViewersCanCopyContent": { - "description": "Deprecated", + "description": "Deprecated: Output only.", "type": "boolean" }, "canComment": { - "description": "Whether the current user can comment on this file.", + "description": "Output only. Whether the current user can comment on this file.", "type": "boolean" }, "canCopy": { - "description": "Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it's not a folder.", + "description": "Output only. Whether the current user can copy this file. For an item in a shared drive, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder.", "type": "boolean" }, "canDelete": { - "description": "Whether the current user can delete this file.", + "description": "Output only. Whether the current user can delete this file.", "type": "boolean" }, "canDeleteChildren": { - "description": "Whether the current user can delete children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canDownload": { - "description": "Whether the current user can download this file.", + "description": "Output only. Whether the current user can download this file.", "type": "boolean" }, "canEdit": { - "description": "Whether the current user can edit this file. Other factors might limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.", + "description": "Output only. Whether the current user can edit this file. Other factors may limit the type of changes a user can make to a file. For example, see `canChangeCopyRequiresWriterPermission` or `canModifyContent`.", "type": "boolean" }, "canListChildren": { - "description": "Whether the current user can list the children of this folder. This is always false when the item isn't a folder.", + "description": "Output only. Whether the current user can list the children of this folder. This is always false when the item is not a folder.", "type": "boolean" }, "canModifyContent": { - "description": "Whether the current user can modify the content of this file.", + "description": "Output only. Whether the current user can modify the content of this file.", "type": "boolean" }, "canModifyContentRestriction": { - "description": "Whether the current user can modify restrictions on content of this file.", + "description": "Output only. Whether the current user can modify restrictions on content of this file.", "type": "boolean" }, "canModifyLabels": { - "description": "Whether the current user can modify the labels on this file.", + "description": "Output only. Whether the current user can modify the labels on the file.", "type": "boolean" }, "canMoveChildrenOutOfDrive": { - "description": "Whether the current user can move children of this folder outside of the shared drive. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can move children of this folder outside of the shared drive. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canMoveChildrenOutOfTeamDrive": { - "description": "Deprecated - use canMoveChildrenOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveChildrenOutOfDrive` instead.", "type": "boolean" }, "canMoveChildrenWithinDrive": { - "description": "Whether the current user can move children of this folder within this shared drive or My Drive. This is false when the item isn't a folder. Note that a request to move the child might still fail depending on the current user's access to the child and to the destination folder.", + "description": "Output only. Whether the current user can move children of this folder within this drive. This is false when the item is not a folder. Note that a request to move the child may still fail depending on the current user's access to the child and to the destination folder.", "type": "boolean" }, "canMoveChildrenWithinTeamDrive": { - "description": "Deprecated - use canMoveChildrenWithinDrive instead.", + "description": "Deprecated: Output only. Use `canMoveChildrenWithinDrive` instead.", "type": "boolean" }, "canMoveItemIntoTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemOutOfDrive": { - "description": "Whether the current user can move this item outside of this shared drive or My Drive by changing its parent. Note that a request to change the parent of the item might still fail depending on the new parent that's being added.", + "description": "Output only. Whether the current user can move this item outside of this drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added.", "type": "boolean" }, "canMoveItemOutOfTeamDrive": { - "description": "Deprecated - use canMoveItemOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canMoveItemWithinDrive": { - "description": "Whether the current user can move this item within this shared drive or My Drive. Note that a request to change the parent of the item might still fail depending on the new parent that's being added and the parent that's being removed.", + "description": "Output only. Whether the current user can move this item within this drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added and the parent that is being removed.", "type": "boolean" }, "canMoveItemWithinTeamDrive": { - "description": "Deprecated - use canMoveItemWithinDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemWithinDrive` instead.", "type": "boolean" }, "canMoveTeamDriveItem": { - "description": "Deprecated - use canMoveItemWithinDrive or canMoveItemOutOfDrive instead.", + "description": "Deprecated: Output only. Use `canMoveItemWithinDrive` or `canMoveItemOutOfDrive` instead.", "type": "boolean" }, "canReadDrive": { - "description": "Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can read the shared drive to which this file belongs. Only populated for items in shared drives.", "type": "boolean" }, "canReadLabels": { - "description": "Whether the current user can read the labels on this file.", + "description": "Output only. Whether the current user can read the labels on the file.", "type": "boolean" }, "canReadRevisions": { - "description": "Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it's not a folder, can be read.", + "description": "Output only. Whether the current user can read the revisions resource of this file. For a shared drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read.", "type": "boolean" }, "canReadTeamDrive": { - "description": "Deprecated - use canReadDrive instead.", + "description": "Deprecated: Output only. Use `canReadDrive` instead.", "type": "boolean" }, "canRemoveChildren": { - "description": "Whether the current user can remove children from this folder. This is always false when the item isn't a folder. For a folder in a shared drive, use canDeleteChildren or canTrashChildren instead.", + "description": "Output only. Whether the current user can remove children from this folder. This is always false when the item is not a folder. For a folder in a shared drive, use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRemoveMyDriveParent": { - "description": "Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", + "description": "Output only. Whether the current user can remove a parent from the item without adding another parent in the same request. Not populated for shared drive files.", "type": "boolean" }, "canRename": { - "description": "Whether the current user can rename this file.", + "description": "Output only. Whether the current user can rename this file.", "type": "boolean" }, "canShare": { - "description": "Whether the current user can modify the sharing settings for this file.", + "description": "Output only. Whether the current user can modify the sharing settings for this file.", "type": "boolean" }, "canTrash": { - "description": "Whether the current user can move this file to trash.", + "description": "Output only. Whether the current user can move this file to trash.", "type": "boolean" }, "canTrashChildren": { - "description": "Whether the current user can trash children of this folder. This is false when the item isn't a folder. Only populated for items in shared drives.", + "description": "Output only. Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for items in shared drives.", "type": "boolean" }, "canUntrash": { - "description": "Whether the current user can restore this file from trash.", + "description": "Output only. Whether the current user can restore this file from trash.", "type": "boolean" } }, @@ -3100,7 +3210,7 @@ "description": "Additional information about the content of the file. These fields are never populated in responses.", "properties": { "indexableText": { - "description": "Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and might contain HTML elements. For more information, see Manage file metadata.", + "description": "Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.", "type": "string" }, "thumbnail": { @@ -3142,48 +3252,47 @@ "type": "string" }, "driveId": { - "description": "ID of the shared drive the file resides in. Only populated for items in shared drives.", + "description": "Output only. ID of the shared drive the file resides in. Only populated for items in shared drives.", "type": "string" }, "explicitlyTrashed": { - "description": "Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder.", + "description": "Output only. Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder.", "type": "boolean" }, "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "readOnly": true, "type": "object" }, "fileExtension": { - "description": "The final component of fullFileExtension. This is only available for files with binary content in Google Drive.", + "description": "Output only. The final component of `fullFileExtension`. This is only available for files with binary content in Google Drive.", "type": "string" }, "folderColorRgb": { - "description": "The color for a folder or shortcut to a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource.\nIf an unsupported color is specified, the closest color in the palette will be used instead.", + "description": "The color for a folder or a shortcut to a folder as an RGB hex string. The supported colors are published in the `folderColorPalette` field of the About resource. If an unsupported color is specified, the closest color in the palette is used instead.", "type": "string" }, "fullFileExtension": { - "description": "The full file extension extracted from the name field. Can contain multiple concatenated extensions, such as \"tar.gz\". This is only available for files with binary content in Google Drive.\nThis is automatically updated when the name field changes, however it's not cleared if the new name does not contain a valid extension.", + "description": "Output only. The full file extension extracted from the `name` field. May contain multiple concatenated extensions, such as \"tar.gz\". This is only available for files with binary content in Google Drive. This is automatically updated when the `name` field changes, however it is not cleared if the new name does not contain a valid extension.", "type": "string" }, "hasAugmentedPermissions": { - "description": "Whether there are permissions directly on this file. This field is only populated for items in shared drives.", + "description": "Output only. Whether there are permissions directly on this file. This field is only populated for items in shared drives.", "type": "boolean" }, "hasThumbnail": { - "description": "Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", + "description": "Output only. Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field.", "type": "boolean" }, "headRevisionId": { - "description": "The ID of the file's head revision. This is only available for files with binary content in Google Drive.", + "description": "Output only. The ID of the file's head revision. This is currently only available for files with binary content in Google Drive.", "type": "string" }, "iconLink": { - "description": "A static, unauthenticated link to the file's icon.", + "description": "Output only. A static, unauthenticated link to the file's icon.", "type": "string" }, "id": { @@ -3191,77 +3300,77 @@ "type": "string" }, "imageMediaMetadata": { - "description": "Additional metadata about image media, if available.", + "description": "Output only. Additional metadata about image media, if available.", "properties": { "aperture": { - "description": "The aperture used to create the photo (f-number).", + "description": "Output only. The aperture used to create the photo (f-number).", "format": "float", "type": "number" }, "cameraMake": { - "description": "The make of the camera used to create the photo.", + "description": "Output only. The make of the camera used to create the photo.", "type": "string" }, "cameraModel": { - "description": "The model of the camera used to create the photo.", + "description": "Output only. The model of the camera used to create the photo.", "type": "string" }, "colorSpace": { - "description": "The color space of the photo.", + "description": "Output only. The color space of the photo.", "type": "string" }, "exposureBias": { - "description": "The exposure bias of the photo (APEX value).", + "description": "Output only. The exposure bias of the photo (APEX value).", "format": "float", "type": "number" }, "exposureMode": { - "description": "The exposure mode used to create the photo.", + "description": "Output only. The exposure mode used to create the photo.", "type": "string" }, "exposureTime": { - "description": "The length of the exposure, in seconds.", + "description": "Output only. The length of the exposure, in seconds.", "format": "float", "type": "number" }, "flashUsed": { - "description": "Whether a flash was used to create the photo.", + "description": "Output only. Whether a flash was used to create the photo.", "type": "boolean" }, "focalLength": { - "description": "The focal length used to create the photo, in millimeters.", + "description": "Output only. The focal length used to create the photo, in millimeters.", "format": "float", "type": "number" }, "height": { - "description": "The height of the image in pixels.", + "description": "Output only. The height of the image in pixels.", "format": "int32", "type": "integer" }, "isoSpeed": { - "description": "The ISO speed used to create the photo.", + "description": "Output only. The ISO speed used to create the photo.", "format": "int32", "type": "integer" }, "lens": { - "description": "The lens used to create the photo.", + "description": "Output only. The lens used to create the photo.", "type": "string" }, "location": { - "description": "Geographic location information stored in the image.", + "description": "Output only. Geographic location information stored in the image.", "properties": { "altitude": { - "description": "The altitude stored in the image.", + "description": "Output only. The altitude stored in the image.", "format": "double", "type": "number" }, "latitude": { - "description": "The latitude stored in the image.", + "description": "Output only. The latitude stored in the image.", "format": "double", "type": "number" }, "longitude": { - "description": "The longitude stored in the image.", + "description": "Output only. The longitude stored in the image.", "format": "double", "type": "number" } @@ -3269,38 +3378,38 @@ "type": "object" }, "maxApertureValue": { - "description": "The smallest f-number of the lens at the focal length used to create the photo (APEX value).", + "description": "Output only. The smallest f-number of the lens at the focal length used to create the photo (APEX value).", "format": "float", "type": "number" }, "meteringMode": { - "description": "The metering mode used to create the photo.", + "description": "Output only. The metering mode used to create the photo.", "type": "string" }, "rotation": { - "description": "The number of clockwise 90-degree rotations applied from the image's original orientation.", + "description": "Output only. The number of clockwise 90 degree rotations applied from the image's original orientation.", "format": "int32", "type": "integer" }, "sensor": { - "description": "The type of sensor used to create the photo.", + "description": "Output only. The type of sensor used to create the photo.", "type": "string" }, "subjectDistance": { - "description": "The distance to the subject of the photo, in meters.", + "description": "Output only. The distance to the subject of the photo, in meters.", "format": "int32", "type": "integer" }, "time": { - "description": "The date and time the photo was taken (EXIF DateTime).", + "description": "Output only. The date and time the photo was taken (EXIF DateTime).", "type": "string" }, "whiteBalance": { - "description": "The white balance mode used to create the photo.", + "description": "Output only. The white balance mode used to create the photo.", "type": "string" }, "width": { - "description": "The width of the image in pixels.", + "description": "Output only. The width of the image in pixels.", "format": "int32", "type": "integer" } @@ -3308,19 +3417,19 @@ "type": "object" }, "isAppAuthorized": { - "description": "Whether the requesting app created or opened the file.", + "description": "Output only. Whether the file was created or opened by the requesting app.", "type": "boolean" }, "kind": { "default": "drive#file", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#file\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#file\"`.", "type": "string" }, "labelInfo": { - "description": "An overview of the labels on the file.", + "description": "Output only. An overview of the labels on the file.", "properties": { "labels": { - "description": "The set of labels on the file as requested by the label IDs in the includeLabels parameter. By default, no labels are returned.", + "description": "Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.", "items": { "$ref": "Label" }, @@ -3331,79 +3440,79 @@ }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify the file." + "description": "Output only. The last user to modify the file." }, "linkShareMetadata": { "description": "Contains details about the link URLs that clients are using to refer to this item.", "properties": { "securityUpdateEligible": { - "description": "Whether the file is eligible for security update.", + "description": "Output only. Whether the file is eligible for security update.", "type": "boolean" }, "securityUpdateEnabled": { - "description": "Whether the security update is enabled for this file.", + "description": "Output only. Whether the security update is enabled for this file.", "type": "boolean" } }, "type": "object" }, "md5Checksum": { - "description": "The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive.", + "description": "Output only. The MD5 checksum for the content of the file. This is only applicable to files with binary content in Google Drive.", "type": "string" }, "mimeType": { - "description": "The MIME type of the file.\nGoogle Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded.\nIf a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource.", + "description": "The MIME type of the file. Google Drive attempts to automatically detect an appropriate value from uploaded content, if no value is provided. The value cannot be changed unless a new revision is uploaded. If a file is created with a Google Doc MIME type, the uploaded content is imported, if possible. The supported import formats are published in the About resource.", "type": "string" }, "modifiedByMe": { - "description": "Whether this user has modified the file.", + "description": "Output only. Whether the file has been modified by this user.", "type": "boolean" }, "modifiedByMeTime": { - "description": "The last time the user modified the file (RFC 3339 date-time).", + "description": "The last time the file was modified by the user (RFC 3339 date-time).", "format": "date-time", "type": "string" }, "modifiedTime": { - "description": "The last time anyone modified the file (RFC 3339 date-time).\nNote that setting modifiedTime will also update modifiedByMeTime for the user.", + "description": "he last time the file was modified by anyone (RFC 3339 date-time). Note that setting modifiedTime will also update modifiedByMeTime for the user.", "format": "date-time", "type": "string" }, "name": { - "description": "The name of the file. This isn't necessarily unique within a folder. Note that for immutable items such as the top-level folders of shared drives, My Drive root folder, and Application Data folder the name is constant.", + "description": "The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of shared drives, My Drive root folder, and Application Data folder the name is constant.", "type": "string" }, "originalFilename": { - "description": "The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Google Drive.", + "description": "The original filename of the uploaded content if available, or else the original value of the `name` field. This is only available for files with binary content in Google Drive.", "type": "string" }, "ownedByMe": { - "description": "Whether the user owns the file. Not populated for items in shared drives.", + "description": "Output only. Whether the user owns the file. Not populated for items in shared drives.", "type": "boolean" }, "owners": { - "description": "The owner of this file. Only certain legacy files might have more than one owner. This field isn't populated for items in shared drives.", + "description": "Output only. The owner of this file. Only certain legacy files may have more than one owner. This field isn't populated for items in shared drives.", "items": { "$ref": "User" }, "type": "array" }, "parents": { - "description": "The IDs of the parent folders that contain the file.\nIf not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list.", + "description": "The IDs of the parent folders which contain the file. If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the `addParents` and `removeParents` parameters to modify the parents list.", "items": { "type": "string" }, "type": "array" }, "permissionIds": { - "description": "List of permission IDs for users with access to this file.", + "description": "Output only. List of permission IDs for users with access to this file.", "items": { "type": "string" }, "type": "array" }, "permissions": { - "description": "The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives.", + "description": "Output only. The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for items in shared drives.", "items": { "$ref": "Permission" }, @@ -3413,28 +3522,28 @@ "additionalProperties": { "type": "string" }, - "description": "A collection of arbitrary key-value pairs that are visible to all apps.\nEntries with null values are cleared in update and copy requests.", + "description": "A collection of arbitrary key-value pairs which are visible to all apps.\nEntries with null values are cleared in update and copy requests.", "type": "object" }, "quotaBytesUsed": { - "description": "The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled.", + "description": "Output only. The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with `keepForever` enabled.", "format": "int64", "type": "string" }, "resourceKey": { - "description": "A key needed to access the item via a shared link.", + "description": "Output only. A key needed to access the item via a shared link.", "type": "string" }, "sha1Checksum": { - "description": "The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA1 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "sha256Checksum": { - "description": "The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it's not populated for Docs Editors or shortcut files.", + "description": "Output only. The SHA256 checksum associated with this file, if available. This field is only populated for files with content stored in Google Drive; it is not populated for Docs Editors or shortcut files.", "type": "string" }, "shared": { - "description": "Whether the file has been shared. Not populated for items in shared drives.", + "description": "Output only. Whether the file has been shared. Not populated for items in shared drives.", "type": "boolean" }, "sharedWithMeTime": { @@ -3444,33 +3553,33 @@ }, "sharingUser": { "$ref": "User", - "description": "The user who shared the file with the requesting user, if applicable." + "description": "Output only. The user who shared the file with the requesting user, if applicable." }, "shortcutDetails": { - "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut.", + "description": "Shortcut file details. Only populated for shortcut files, which have the mimeType field set to `application/vnd.google-apps.shortcut`.", "properties": { "targetId": { "description": "The ID of the file that this shortcut points to.", "type": "string" }, "targetMimeType": { - "description": "The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", + "description": "Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.", "type": "string" }, "targetResourceKey": { - "description": "The ResourceKey for the target file.", + "description": "Output only. The ResourceKey for the target file.", "type": "string" } }, "type": "object" }, "size": { - "description": "The size of the file's content in bytes. This field is populated for files with binary content stored in Google Drive and for Docs Editors files; it's not populated for shortcuts or folders.", + "description": "Output only. Size in bytes of blobs and first party editor files. Won't be populated for files that have no size, like shortcuts and folders.", "format": "int64", "type": "string" }, "spaces": { - "description": "The list of spaces that contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'.", + "description": "Output only. The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'.", "items": { "type": "string" }, @@ -3481,20 +3590,20 @@ "type": "boolean" }, "teamDriveId": { - "description": "Deprecated - use driveId instead.", + "description": "Deprecated: Output only. Use `driveId` instead.", "type": "string" }, "thumbnailLink": { - "description": "A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. If the file isn't shared publicly, the URL returned in Files.thumbnailLink must be fetched using a credentialed request.", + "description": "Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.", "type": "string" }, "thumbnailVersion": { - "description": "The thumbnail version for use in thumbnail cache invalidation.", + "description": "Output only. The thumbnail version for use in thumbnail cache invalidation.", "format": "int64", "type": "string" }, "trashed": { - "description": "Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner can trash a file. The trashed item is excluded from all files.list responses returned for any user who does not own the file. However, all users with access to the file can see the trashed item metadata in an API response. All users with access can copy, download, export, and share the file.", + "description": "Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash.", "type": "boolean" }, "trashedTime": { @@ -3504,28 +3613,28 @@ }, "trashingUser": { "$ref": "User", - "description": "If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." + "description": "Output only. If the file has been explicitly trashed, the user who trashed it. Only populated for items in shared drives." }, "version": { - "description": "A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user.", + "description": "Output only. A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user.", "format": "int64", "type": "string" }, "videoMediaMetadata": { - "description": "Additional metadata about video media. This might not be available immediately upon upload.", + "description": "Output only. Additional metadata about video media. This may not be available immediately upon upload.", "properties": { "durationMillis": { - "description": "The duration of the video in milliseconds.", + "description": "Output only. The duration of the video in milliseconds.", "format": "int64", "type": "string" }, "height": { - "description": "The height of the video in pixels.", + "description": "Output only. The height of the video in pixels.", "format": "int32", "type": "integer" }, "width": { - "description": "The width of the video in pixels.", + "description": "Output only. The width of the video in pixels.", "format": "int32", "type": "integer" } @@ -3533,28 +3642,28 @@ "type": "object" }, "viewedByMe": { - "description": "Whether this user has viewed the file.", + "description": "Output only. Whether the file has been viewed by this user.", "type": "boolean" }, "viewedByMeTime": { - "description": "The last time the user viewed the file (RFC 3339 date-time).", + "description": "The last time the file was viewed by the user (RFC 3339 date-time).", "format": "date-time", "type": "string" }, "viewersCanCopyContent": { - "description": "Deprecated - use copyRequiresWriterPermission instead.", + "description": "Deprecated: Use `copyRequiresWriterPermission` instead.", "type": "boolean" }, "webContentLink": { - "description": "A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive.", + "description": "Output only. A link for downloading the content of the file in a browser. This is only available for files with binary content in Google Drive.", "type": "string" }, "webViewLink": { - "description": "A link for opening the file in a relevant Google editor or viewer in a browser.", + "description": "Output only. A link for opening the file in a relevant Google editor or viewer in a browser.", "type": "string" }, "writersCanShare": { - "description": "Whether users with only writer permission can modify the file's permissions. Not populated for items in shared drives.", + "description": "Whether users with only `writer` permission can modify the file's permissions. Not populated for items in shared drives.", "type": "boolean" } }, @@ -3572,12 +3681,12 @@ "type": "array" }, "incompleteSearch": { - "description": "Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple drives with the \"allDrives\" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as \"user\" or \"drive\".", + "description": "Whether the search process was incomplete. If true, then some search results might be missing, since all documents were not searched. This can occur when searching multiple drives with the 'allDrives' corpora, but all corpora couldn't be searched. When this happens, it's suggested that clients narrow their query by choosing a different corpus such as 'user' or 'drive'.", "type": "boolean" }, "kind": { "default": "drive#fileList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#fileList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#fileList\"`.", "type": "string" }, "nextPageToken": { @@ -3600,7 +3709,7 @@ }, "kind": { "default": "drive#generatedIds", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#generatedIds\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#generatedIds\"`.", "type": "string" }, "space": { @@ -3611,14 +3720,14 @@ "type": "object" }, "Label": { - "description": "Representation of a label and its fields.", + "description": "Representation of label and label fields.", "id": "Label", "properties": { "fields": { "additionalProperties": { "$ref": "LabelField" }, - "description": "A map of the label's fields keyed by the field ID.", + "description": "A map of the fields on the label, keyed by the field's ID.", "type": "object" }, "id": { @@ -3626,7 +3735,6 @@ "type": "string" }, "kind": { - "default": "drive#label", "description": "This is always drive#label", "type": "string" }, @@ -3638,7 +3746,7 @@ "type": "object" }, "LabelField": { - "description": "Representation of a label field.", + "description": "Representation of field, which is a typed key-value pair.", "id": "LabelField", "properties": { "dateString": { @@ -3650,11 +3758,11 @@ "type": "array" }, "id": { - "description": "The identifier of this field.", + "description": "The identifier of this label field.", "type": "string" }, "integer": { - "description": "Only present if valueType is integer.", + "description": "Only present if `valueType` is `integer`.", "items": { "format": "int64", "type": "string" @@ -3662,33 +3770,32 @@ "type": "array" }, "kind": { - "default": "drive#labelField", "description": "This is always drive#labelField.", "type": "string" }, "selection": { - "description": "Only present if valueType is selection.", + "description": "Only present if `valueType` is `selection`", "items": { "type": "string" }, "type": "array" }, "text": { - "description": "Only present if valueType is text.", + "description": "Only present if `valueType` is `text`.", "items": { "type": "string" }, "type": "array" }, "user": { - "description": "Only present if valueType is user.", + "description": "Only present if `valueType` is `user`.", "items": { "$ref": "User" }, "type": "array" }, "valueType": { - "description": "The field type. While new values may be supported in the future, the following are currently allowed: \n- dateString \n- integer \n- selection \n- text \n- user", + "description": "The field type. While new values may be supported in the future, the following are currently allowed: * `dateString` * `integer` * `selection` * `text` * `user`", "type": "string" } }, @@ -3699,16 +3806,15 @@ "id": "LabelFieldModification", "properties": { "fieldId": { - "description": "The ID of the Field to be modified.", + "description": "The ID of the field to be modified.", "type": "string" }, "kind": { - "default": "drive#labelFieldModification", "description": "This is always drive#labelFieldModification.", "type": "string" }, "setDateValues": { - "description": "Replaces a dateString field with these new values. The values must be strings in the RFC 3339 full-date format: YYYY-MM-DD.", + "description": "Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.", "items": { "format": "date", "type": "string" @@ -3716,7 +3822,7 @@ "type": "array" }, "setIntegerValues": { - "description": "Replaces an integer field with these new values.", + "description": "Replaces the value of an `integer` field with these new values.", "items": { "format": "int64", "type": "string" @@ -3724,21 +3830,21 @@ "type": "array" }, "setSelectionValues": { - "description": "Replaces a selection field with these new values.", + "description": "Replaces a `selection` field with these new values.", "items": { "type": "string" }, "type": "array" }, "setTextValues": { - "description": "Replaces a text field with these new values.", + "description": "Sets the value of a `text` field.", "items": { "type": "string" }, "type": "array" }, "setUserValues": { - "description": "Replaces a user field with these new values. The values must be valid email addresses.", + "description": "Replaces a `user` field with these new values. The values must be valid email addresses.", "items": { "type": "string" }, @@ -3752,11 +3858,10 @@ "type": "object" }, "LabelList": { - "description": "A list of labels.", + "description": "A list of labels applied to a file.", "id": "LabelList", "properties": { "kind": { - "default": "drive#labelList", "description": "This is always drive#labelList", "type": "string" }, @@ -3786,7 +3891,6 @@ "type": "array" }, "kind": { - "default": "drive#labelModification", "description": "This is always drive#labelModification.", "type": "string" }, @@ -3807,12 +3911,11 @@ "type": "object" }, "ModifyLabelsRequest": { - "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail transactionally.", + "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.", "id": "ModifyLabelsRequest", "properties": { "kind": { - "default": "drive#modifyLabelsRequest", - "description": "This is always drive#modifyLabelsRequest", + "description": "This is always drive#modifyLabelsRequest.", "type": "string" }, "labelModifications": { @@ -3830,7 +3933,6 @@ "id": "ModifyLabelsResponse", "properties": { "kind": { - "default": "drive#modifyLabelsResponse", "description": "This is always drive#modifyLabelsResponse", "type": "string" }, @@ -3845,23 +3947,23 @@ "type": "object" }, "Permission": { - "description": "A permission for a file. A permission grants a user, group, domain, or the world access to a file or a folder hierarchy.", + "description": "A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.", "id": "Permission", "properties": { "allowFileDiscovery": { - "description": "Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone.", + "description": "Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type `domain` or `anyone`.", "type": "boolean" }, "deleted": { - "description": "Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", + "description": "Output only. Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions.", "type": "boolean" }, "displayName": { - "description": "The \"pretty\" name of the value of the permission. The following is a list of examples for each type of permission: \n- user - User's full name, as defined for their Google Account, such as \"Joe Smith.\" \n- group - Name of the Google Group, such as \"The Company Administrators.\" \n- domain - String domain name, such as \"your-company.com.\" \n- anyone - No displayName is present.", + "description": "Output only. The \"pretty\" name of the value of the permission. The following is a list of examples for each type of permission: * `user` - User's full name, as defined for their Google account, such as \"Joe Smith.\" * `group` - Name of the Google Group, such as \"The Company Administrators.\" * `domain` - String domain name, such as \"thecompany.com.\" * `anyone` - No `displayName` is present.", "type": "string" }, "domain": { - "description": "The domain to which this permission refers. The following options are currently allowed: \n- The entire domain, such as \"your-company.com.\" \n- A target audience, such as \"ID.audience.googledomains.com.\"", + "description": "The domain to which this permission refers.", "type": "string" }, "emailAddress": { @@ -3869,41 +3971,41 @@ "type": "string" }, "expirationTime": { - "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: \n- They cannot be set on shared drive items. \n- They can only be set on user and group permissions. \n- The time must be in the future. \n- The time cannot be more than one year in the future.", + "description": "The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future", "format": "date-time", "type": "string" }, "id": { - "description": "The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as opaque values.", + "description": "Output only. The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as `permissionId`. IDs should be treated as opaque values.", "type": "string" }, "kind": { "default": "drive#permission", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#permission\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#permission\"`.", "type": "string" }, "pendingOwner": { - "description": "Whether the account associated with this permission is a pending owner. Only populated for user type permissions for files that aren't in a shared drive.", + "description": "Whether the account associated with this permission is a pending owner. Only populated for `user` type permissions for files that are not in a shared drive.", "type": "boolean" }, "permissionDetails": { - "description": "Details of whether the permissions on this shared drive item are inherited or are directly on this item. This is an output-only field that's present only for shared drive items.", + "description": "Output only. Details of whether the permissions on this shared drive item are inherited or directly on this item. This is an output-only field which is present only for shared drive items.", "items": { "properties": { "inherited": { - "description": "Whether this permission is inherited. This field is always populated. This is an output-only field.", + "description": "Output only. Whether this permission is inherited. This field is always populated. This is an output-only field.", "type": "boolean" }, "inheritedFrom": { - "description": "The ID of the item from which this permission is inherited. This is an output-only field.", + "description": "Output only. The ID of the item from which this permission is inherited. This is an output-only field.", "type": "string" }, "permissionType": { - "description": "The permission type for this user. While new values may be added in future, the following are currently allowed: \n- file \n- member", + "description": "Output only. The permission type for this user. While new values may be added in future, the following are currently possible: * `file` * `member`", "type": "string" }, "role": { - "description": "The primary role for this user. While new values may be added in the future, the following are currently allowed: \n- organizer \n- fileOrganizer \n- writer \n- commenter \n- reader", + "description": "Output only. The primary role for this user. While new values may be added in the future, the following are currently possible: * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`", "type": "string" } }, @@ -3913,7 +4015,7 @@ "type": "array" }, "photoLink": { - "description": "A link to the user's profile photo, if available.", + "description": "Output only. A link to the user's profile photo, if available.", "type": "string" }, "role": { @@ -3922,27 +4024,27 @@ "drive.permissions.create" ] }, - "description": "The role granted by this permission. While new values may be supported in the future, the following are currently allowed: \n- owner \n- organizer \n- fileOrganizer \n- writer \n- commenter \n- reader", + "description": "The role granted by this permission. While new values may be supported in the future, the following are currently allowed: * `owner` * `organizer` * `fileOrganizer` * `writer` * `commenter` * `reader`", "type": "string" }, "teamDrivePermissionDetails": { - "description": "Deprecated - use permissionDetails instead.", + "description": "Output only. Deprecated: Output only. Use `permissionDetails` instead.", "items": { "properties": { "inherited": { - "description": "Deprecated - use permissionDetails/inherited instead.", + "description": "Deprecated: Output only. Use `permissionDetails/inherited` instead.", "type": "boolean" }, "inheritedFrom": { - "description": "Deprecated - use permissionDetails/inheritedFrom instead.", + "description": "Deprecated: Output only. Use `permissionDetails/inheritedFrom` instead.", "type": "string" }, "role": { - "description": "Deprecated - use permissionDetails/role instead.", + "description": "Deprecated: Output only. Use `permissionDetails/role` instead.", "type": "string" }, "teamDrivePermissionType": { - "description": "Deprecated - use permissionDetails/permissionType instead.", + "description": "Deprecated: Output only. Use `permissionDetails/permissionType` instead.", "type": "string" } }, @@ -3957,11 +4059,11 @@ "drive.permissions.create" ] }, - "description": "The type of the grantee. Valid values are: \n- user \n- group \n- domain \n- anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for the anyone type.", + "description": "The type of the grantee. Valid values are: * `user` * `group` * `domain` * `anyone` When creating a permission, if `type` is `user` or `group`, you must provide an `emailAddress` for the user or group. When `type` is `domain`, you must provide a `domain`. There isn't extra information required for an `anyone` type.", "type": "string" }, "view": { - "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.", + "description": "Indicates the view for this permission. Only populated for permissions that belong to a view. 'published' is the only supported value.", "type": "string" } }, @@ -3973,7 +4075,7 @@ "properties": { "kind": { "default": "drive#permissionList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#permissionList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#permissionList\"`.", "type": "string" }, "nextPageToken": { @@ -3995,12 +4097,12 @@ "id": "Reply", "properties": { "action": { - "description": "The action the reply performed to the parent comment. Valid values are: \n- resolve \n- reopen", + "description": "The action the reply performed to the parent comment. Valid values are: * `resolve` * `reopen`", "type": "string" }, "author": { "$ref": "User", - "description": "The author of the reply. The author's email address and permission ID will not be populated." + "description": "Output only. The author of the reply. The author's email address and permission ID will not be populated." }, "content": { "annotations": { @@ -4008,7 +4110,7 @@ "drive.replies.update" ] }, - "description": "The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.", + "description": "The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified.", "type": "string" }, "createdTime": { @@ -4017,20 +4119,20 @@ "type": "string" }, "deleted": { - "description": "Whether the reply has been deleted. A deleted reply has no content.", + "description": "Output only. Whether the reply has been deleted. A deleted reply has no content.", "type": "boolean" }, "htmlContent": { - "description": "The content of the reply with HTML formatting.", + "description": "Output only. The content of the reply with HTML formatting.", "type": "string" }, "id": { - "description": "The ID of the reply.", + "description": "Output only. The ID of the reply.", "type": "string" }, "kind": { "default": "drive#reply", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#reply\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#reply\"`.", "type": "string" }, "modifiedTime": { @@ -4047,7 +4149,7 @@ "properties": { "kind": { "default": "drive#replyList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#replyList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#replyList\"`.", "type": "string" }, "nextPageToken": { @@ -4070,35 +4172,34 @@ "properties": { "exportLinks": { "additionalProperties": { - "description": "A mapping from export format to URL", "type": "string" }, - "description": "Links for exporting Docs Editors files to specific formats.", + "description": "Output only. Links for exporting Docs Editors files to specific formats.", "type": "object" }, "id": { - "description": "The ID of the revision.", + "description": "Output only. The ID of the revision.", "type": "string" }, "keepForever": { - "description": "Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file.\nThis field is only applicable to files with binary content in Drive.", + "description": "Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.", "type": "boolean" }, "kind": { "default": "drive#revision", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#revision\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#revision\"`.", "type": "string" }, "lastModifyingUser": { "$ref": "User", - "description": "The last user to modify this revision." + "description": "Output only. The last user to modify this revision." }, "md5Checksum": { - "description": "The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.", + "description": "Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.", "type": "string" }, "mimeType": { - "description": "The MIME type of the revision.", + "description": "Output only. The MIME type of the revision.", "type": "string" }, "modifiedTime": { @@ -4107,7 +4208,7 @@ "type": "string" }, "originalFilename": { - "description": "The original filename used to create this revision. This is only applicable to files with binary content in Drive.", + "description": "Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive.", "type": "string" }, "publishAuto": { @@ -4119,7 +4220,7 @@ "type": "boolean" }, "publishedLink": { - "description": "A link to the published revision. This is only populated for Google Sites files.", + "description": "Output only. A link to the published revision. This is only populated for Google Sites files.", "type": "string" }, "publishedOutsideDomain": { @@ -4127,7 +4228,7 @@ "type": "boolean" }, "size": { - "description": "The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.", + "description": "Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.", "format": "int64", "type": "string" } @@ -4140,7 +4241,7 @@ "properties": { "kind": { "default": "drive#revisionList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#revisionList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#revisionList\"`.", "type": "string" }, "nextPageToken": { @@ -4162,7 +4263,7 @@ "properties": { "kind": { "default": "drive#startPageToken", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#startPageToken\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#startPageToken\"`.", "type": "string" }, "startPageToken": { @@ -4177,7 +4278,7 @@ "id": "TeamDrive", "properties": { "backgroundImageFile": { - "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on drive.teamdrives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.", + "description": "An image file and cropping parameters from which a background image for this Team Drive is set. This is a write only field; it can only be set on `drive.teamdrives.update` requests that don't set `themeId`. When specified, all fields of the `backgroundImageFile` must be set.", "properties": { "id": { "description": "The ID of an image file in Drive to use for the background image.", @@ -4213,15 +4314,15 @@ "type": "boolean" }, "canChangeCopyRequiresWriterPermissionRestriction": { - "description": "Whether the current user can change the copyRequiresWriterPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `copyRequiresWriterPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeDomainUsersOnlyRestriction": { - "description": "Whether the current user can change the domainUsersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `domainUsersOnly` restriction of this Team Drive.", "type": "boolean" }, "canChangeSharingFoldersRequiresOrganizerPermissionRestriction": { - "description": "Whether the current user can change the sharingFoldersRequiresOrganizerPermission restriction of this Team Drive.", + "description": "Whether the current user can change the `sharingFoldersRequiresOrganizerPermission` restriction of this Team Drive.", "type": "boolean" }, "canChangeTeamDriveBackground": { @@ -4229,7 +4330,7 @@ "type": "boolean" }, "canChangeTeamMembersOnlyRestriction": { - "description": "Whether the current user can change the teamMembersOnly restriction of this Team Drive.", + "description": "Whether the current user can change the `teamMembersOnly` restriction of this Team Drive.", "type": "boolean" }, "canComment": { @@ -4269,7 +4370,7 @@ "type": "boolean" }, "canRemoveChildren": { - "description": "Deprecated - use canDeleteChildren or canTrashChildren instead.", + "description": "Deprecated: Use `canDeleteChildren` or `canTrashChildren` instead.", "type": "boolean" }, "canRename": { @@ -4296,7 +4397,7 @@ "type": "object" }, "colorRgb": { - "description": "The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId.", + "description": "The color of this Team Drive as an RGB hex string. It can only be set on a `drive.teamdrives.update` request that does not set `themeId`.", "type": "string" }, "createdTime": { @@ -4310,20 +4411,15 @@ }, "kind": { "default": "drive#teamDrive", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#teamDrive\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#teamDrive\"`.", "type": "string" }, "name": { - "annotations": { - "required": [ - "drive.teamdrives.create" - ] - }, "description": "The name of this Team Drive.", "type": "string" }, "orgUnitId": { - "description": "The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.", + "description": "The organizational unit of this shared drive. This field is only populated on `drives.list` responses when the `useDomainAdminAccess` parameter is set to `true`.", "type": "string" }, "restrictions": { @@ -4334,7 +4430,7 @@ "type": "boolean" }, "copyRequiresWriterPermission": { - "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this Team Drive.", + "description": "Whether the options to copy, print, or download files inside this Team Drive, should be disabled for readers and commenters. When this restriction is set to `true`, it will override the similarly named field to `true` for any file inside this Team Drive.", "type": "boolean" }, "domainUsersOnly": { @@ -4353,7 +4449,7 @@ "type": "object" }, "themeId": { - "description": "The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.", + "description": "The ID of the theme from which the background image and color will be set. The set of possible `teamDriveThemes` can be retrieved from a `drive.about.get` response. When not specified on a `drive.teamdrives.create` request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set `colorRgb` or `backgroundImageFile`.", "type": "string" } }, @@ -4365,7 +4461,7 @@ "properties": { "kind": { "default": "drive#teamDriveList", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#teamDriveList\".", + "description": "Identifies what kind of resource this is. Value: the fixed string `\"drive#teamDriveList\"`.", "type": "string" }, "nextPageToken": { @@ -4387,28 +4483,28 @@ "id": "User", "properties": { "displayName": { - "description": "A plain text displayable name for this user.", + "description": "Output only. A plain text displayable name for this user.", "type": "string" }, "emailAddress": { - "description": "The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.", + "description": "Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.", "type": "string" }, "kind": { "default": "drive#user", - "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#user\".", + "description": "Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#user\"`.", "type": "string" }, "me": { - "description": "Whether this user is the requesting user.", + "description": "Output only. Whether this user is the requesting user.", "type": "boolean" }, "permissionId": { - "description": "The user's ID as visible in Permission resources.", + "description": "Output only. The user's ID as visible in Permission resources.", "type": "string" }, "photoLink": { - "description": "A link to the user's profile photo, if available.", + "description": "Output only. A link to the user's profile photo, if available.", "type": "string" } }, @@ -4416,6 +4512,6 @@ } }, "servicePath": "drive/v3/", - "title": "Drive API", + "title": "Google Drive API", "version": "v3" } \ No newline at end of file