Liking cljdoc? Tell your friends :D

happygapi.drive.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

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
raw docstring

getStartPageToken$clj

(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.
sourceraw docstring

list$clj

(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.
sourceraw docstring

watch$clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close