REST Resource: changes  |  Google Drive  |  Google for Developers (original) (raw)

Resource: Change

Representation of a change to a file or shared drive.

JSON representation
{ "id": string, "deleted": boolean, "file": { object (File) }, "fileId": string, "modificationDate": string, "kind": string, "type": string, "teamDriveId": string, "teamDrive": { object (TeamDrive) }, "changeType": string, "selfLink": string, "driveId": string, "drive": { object (Drive) } }
Fields
id string (int64 format) The ID of the change.
deleted boolean Whether the file or shared drive has been removed from this list of changes, for example by deletion or loss of access.
file object (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.
fileId string The ID of the file associated with this change.
modificationDate string The time of this modification.
kind string This is always drive#change.
type**(deprecated)** string Deprecated: Use changeType instead.
teamDriveId**(deprecated)** string Deprecated: Use driveId instead.
teamDrive**(deprecated)** object (TeamDrive) Deprecated: Use drive instead.
changeType string The type of the change. Possible values are file and drive.
selfLink string A link back to this change.
driveId string The ID of the shared drive associated with this change.
drive object (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.
Methods
get Deprecated: Use changes.getStartPageToken and changes.list to retrieve recent changes.
getStartPageToken Gets the starting pageToken for listing future changes.
list Lists the changes for a user or shared drive.
watch Subscribe to changes for a user.