Drive API: changes. Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions. See: https://developers.google.com/drive/api/reference/rest/v3/changes
Drive API: changes. Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions. See: https://developers.google.com/drive/api/reference/rest/v3/changes
(getStartPageToken$ auth parameters)https://developers.google.com/drive/api/reference/rest/v3/changes/getStartPageToken
Required parameters: none
Optional parameters: driveId, supportsAllDrives, supportsTeamDrives, teamDriveId
Gets the starting pageToken for listing future changes.
https://developers.google.com/drive/api/reference/rest/v3/changes/getStartPageToken Required parameters: none Optional parameters: driveId, supportsAllDrives, supportsTeamDrives, teamDriveId Gets the starting pageToken for listing future changes.
(list$ auth parameters)https://developers.google.com/drive/api/reference/rest/v3/changes/list
Required parameters: pageToken
Optional parameters: includeRemoved, restrictToMyDrive, includeCorpusRemovals, includeItemsFromAllDrives, supportsAllDrives, teamDriveId, pageSize, spaces, includeTeamDriveItems, driveId, supportsTeamDrives
Lists the changes for a user or shared drive.
https://developers.google.com/drive/api/reference/rest/v3/changes/list Required parameters: pageToken Optional parameters: includeRemoved, restrictToMyDrive, includeCorpusRemovals, includeItemsFromAllDrives, supportsAllDrives, teamDriveId, pageSize, spaces, includeTeamDriveItems, driveId, supportsTeamDrives Lists the changes for a user or shared drive.
(watch$ auth parameters body)https://developers.google.com/drive/api/reference/rest/v3/changes/watch
Required parameters: pageToken
Optional parameters: includeRemoved, restrictToMyDrive, includeCorpusRemovals, includeItemsFromAllDrives, supportsAllDrives, teamDriveId, pageSize, spaces, includeTeamDriveItems, driveId, supportsTeamDrives
Body:
{:address string, :resourceUri string, :payload boolean, :expiration string, :params {}, :type string, :resourceId string, :token string, :id string, :kind string}
Subscribes to changes for a user.
https://developers.google.com/drive/api/reference/rest/v3/changes/watch
Required parameters: pageToken
Optional parameters: includeRemoved, restrictToMyDrive, includeCorpusRemovals, includeItemsFromAllDrives, supportsAllDrives, teamDriveId, pageSize, spaces, includeTeamDriveItems, driveId, supportsTeamDrives
Body:
{:address string,
:resourceUri string,
:payload boolean,
:expiration string,
:params {},
:type string,
:resourceId string,
:token string,
:id string,
:kind string}
Subscribes to changes for a user.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |