Liking cljdoc? Tell your friends :D

happygapi.drive.teamdrives

Drive API: teamdrives. Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions. See: https://developers.google.com/drive/api/reference/rest/v3/teamdrives

Drive API: teamdrives.
Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.
See: https://developers.google.com/drive/api/reference/rest/v3/teamdrives
raw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/create

Required parameters: requestId

Optional parameters: none

Body:

{:capabilities {:canChangeDomainUsersOnlyRestriction boolean, :canCopy boolean, :canManageMembers boolean, :canTrashChildren boolean, :canChangeTeamDriveBackground boolean, :canDownload boolean, :canDeleteTeamDrive boolean, :canDeleteChildren boolean, :canListChildren boolean, :canRename boolean, :canRenameTeamDrive boolean, :canReadRevisions boolean, :canChangeCopyRequiresWriterPermissionRestriction boolean, :canEdit boolean, :canComment boolean, :canChangeTeamMembersOnlyRestriction boolean, :canRemoveChildren boolean, :canAddChildren boolean, :canShare boolean}, :restrictions {:adminManagedRestrictions boolean, :copyRequiresWriterPermission boolean, :domainUsersOnly boolean, :teamMembersOnly boolean}, :themeId string, :backgroundImageFile {:id string, :width number, :xCoordinate number, :yCoordinate number}, :name string, :createdTime string, :id string, :kind string, :colorRgb string, :backgroundImageLink string}

Deprecated use drives.create instead.

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/create

Required parameters: requestId

Optional parameters: none

Body: 

{:capabilities {:canChangeDomainUsersOnlyRestriction boolean,
                :canCopy boolean,
                :canManageMembers boolean,
                :canTrashChildren boolean,
                :canChangeTeamDriveBackground boolean,
                :canDownload boolean,
                :canDeleteTeamDrive boolean,
                :canDeleteChildren boolean,
                :canListChildren boolean,
                :canRename boolean,
                :canRenameTeamDrive boolean,
                :canReadRevisions boolean,
                :canChangeCopyRequiresWriterPermissionRestriction boolean,
                :canEdit boolean,
                :canComment boolean,
                :canChangeTeamMembersOnlyRestriction boolean,
                :canRemoveChildren boolean,
                :canAddChildren boolean,
                :canShare boolean},
 :restrictions {:adminManagedRestrictions boolean,
                :copyRequiresWriterPermission boolean,
                :domainUsersOnly boolean,
                :teamMembersOnly boolean},
 :themeId string,
 :backgroundImageFile {:id string,
                       :width number,
                       :xCoordinate number,
                       :yCoordinate number},
 :name string,
 :createdTime string,
 :id string,
 :kind string,
 :colorRgb string,
 :backgroundImageLink string}

Deprecated use drives.create instead.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/delete

Required parameters: teamDriveId

Optional parameters: none

Deprecated use drives.delete instead.

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/delete

Required parameters: teamDriveId

Optional parameters: none

Deprecated use drives.delete instead.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/get

Required parameters: teamDriveId

Optional parameters: useDomainAdminAccess

Deprecated use drives.get instead.

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/get

Required parameters: teamDriveId

Optional parameters: useDomainAdminAccess

Deprecated use drives.get instead.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/list

Required parameters: none

Optional parameters: pageSize, pageToken, q, useDomainAdminAccess

Deprecated use drives.list instead.

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/list

Required parameters: none

Optional parameters: pageSize, pageToken, q, useDomainAdminAccess

Deprecated use drives.list instead.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/update

Required parameters: teamDriveId

Optional parameters: useDomainAdminAccess

Body:

{:capabilities {:canChangeDomainUsersOnlyRestriction boolean, :canCopy boolean, :canManageMembers boolean, :canTrashChildren boolean, :canChangeTeamDriveBackground boolean, :canDownload boolean, :canDeleteTeamDrive boolean, :canDeleteChildren boolean, :canListChildren boolean, :canRename boolean, :canRenameTeamDrive boolean, :canReadRevisions boolean, :canChangeCopyRequiresWriterPermissionRestriction boolean, :canEdit boolean, :canComment boolean, :canChangeTeamMembersOnlyRestriction boolean, :canRemoveChildren boolean, :canAddChildren boolean, :canShare boolean}, :restrictions {:adminManagedRestrictions boolean, :copyRequiresWriterPermission boolean, :domainUsersOnly boolean, :teamMembersOnly boolean}, :themeId string, :backgroundImageFile {:id string, :width number, :xCoordinate number, :yCoordinate number}, :name string, :createdTime string, :id string, :kind string, :colorRgb string, :backgroundImageLink string}

Deprecated use drives.update instead

https://developers.google.com/drive/api/reference/rest/v3/teamdrives/update

Required parameters: teamDriveId

Optional parameters: useDomainAdminAccess

Body: 

{:capabilities {:canChangeDomainUsersOnlyRestriction boolean,
                :canCopy boolean,
                :canManageMembers boolean,
                :canTrashChildren boolean,
                :canChangeTeamDriveBackground boolean,
                :canDownload boolean,
                :canDeleteTeamDrive boolean,
                :canDeleteChildren boolean,
                :canListChildren boolean,
                :canRename boolean,
                :canRenameTeamDrive boolean,
                :canReadRevisions boolean,
                :canChangeCopyRequiresWriterPermissionRestriction boolean,
                :canEdit boolean,
                :canComment boolean,
                :canChangeTeamMembersOnlyRestriction boolean,
                :canRemoveChildren boolean,
                :canAddChildren boolean,
                :canShare boolean},
 :restrictions {:adminManagedRestrictions boolean,
                :copyRequiresWriterPermission boolean,
                :domainUsersOnly boolean,
                :teamMembersOnly boolean},
 :themeId string,
 :backgroundImageFile {:id string,
                       :width number,
                       :xCoordinate number,
                       :yCoordinate number},
 :name string,
 :createdTime string,
 :id string,
 :kind string,
 :colorRgb string,
 :backgroundImageLink string}

Deprecated use drives.update instead
sourceraw docstring

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

× close