Google Drive API: teamdrives. The Google Drive API allows clients to access resources from Google Drive. See: https://developers.google.com/drive/docs/reference/rest/v3/teamdrives
Google Drive API: teamdrives. The Google Drive API allows clients to access resources from Google Drive. See: https://developers.google.com/drive/docs/reference/rest/v3/teamdrives
(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, :canChangeSharingFoldersRequiresOrganizerPermissionRestriction boolean, :canResetTeamDriveRestrictions boolean, :canReadRevisions boolean, :canChangeCopyRequiresWriterPermissionRestriction boolean, :canEdit boolean, :canComment boolean, :canChangeTeamMembersOnlyRestriction boolean, :canRemoveChildren boolean, :canAddChildren boolean, :canShare boolean}, :restrictions {:copyRequiresWriterPermission boolean, :domainUsersOnly boolean, :teamMembersOnly boolean, :adminManagedRestrictions boolean, :sharingFoldersRequiresOrganizerPermission boolean}, :themeId string, :backgroundImageFile {:id string, :xCoordinate number, :yCoordinate number, :width number}, :name string, :orgUnitId 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, :canChangeSharingFoldersRequiresOrganizerPermissionRestriction boolean, :canResetTeamDriveRestrictions boolean, :canReadRevisions boolean, :canChangeCopyRequiresWriterPermissionRestriction boolean, :canEdit boolean, :canComment boolean, :canChangeTeamMembersOnlyRestriction boolean, :canRemoveChildren boolean, :canAddChildren boolean, :canShare boolean}, :restrictions {:copyRequiresWriterPermission boolean, :domainUsersOnly boolean, :teamMembersOnly boolean, :adminManagedRestrictions boolean, :sharingFoldersRequiresOrganizerPermission boolean}, :themeId string, :backgroundImageFile {:id string, :xCoordinate number, :yCoordinate number, :width number}, :name string, :orgUnitId string, :createdTime string, :id string, :kind string, :colorRgb string, :backgroundImageLink string} Deprecated: Use `drives.create` instead.
(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.
(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.
(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.
(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, :canChangeSharingFoldersRequiresOrganizerPermissionRestriction boolean, :canResetTeamDriveRestrictions boolean, :canReadRevisions boolean, :canChangeCopyRequiresWriterPermissionRestriction boolean, :canEdit boolean, :canComment boolean, :canChangeTeamMembersOnlyRestriction boolean, :canRemoveChildren boolean, :canAddChildren boolean, :canShare boolean}, :restrictions {:copyRequiresWriterPermission boolean, :domainUsersOnly boolean, :teamMembersOnly boolean, :adminManagedRestrictions boolean, :sharingFoldersRequiresOrganizerPermission boolean}, :themeId string, :backgroundImageFile {:id string, :xCoordinate number, :yCoordinate number, :width number}, :name string, :orgUnitId 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, :canChangeSharingFoldersRequiresOrganizerPermissionRestriction boolean, :canResetTeamDriveRestrictions boolean, :canReadRevisions boolean, :canChangeCopyRequiresWriterPermissionRestriction boolean, :canEdit boolean, :canComment boolean, :canChangeTeamMembersOnlyRestriction boolean, :canRemoveChildren boolean, :canAddChildren boolean, :canShare boolean}, :restrictions {:copyRequiresWriterPermission boolean, :domainUsersOnly boolean, :teamMembersOnly boolean, :adminManagedRestrictions boolean, :sharingFoldersRequiresOrganizerPermission boolean}, :themeId string, :backgroundImageFile {:id string, :xCoordinate number, :yCoordinate number, :width number}, :name string, :orgUnitId string, :createdTime string, :id string, :kind string, :colorRgb string, :backgroundImageLink string} Deprecated: Use `drives.update` instead.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close