v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-136454227.5 KB
teamdrives

Deprecated: Use drives.create instead.

post/teamdrives

Query parameters

requestIdstring required

Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.

Request body

idstring

The ID of this Team Drive which is also the ID of the top level folder of this Team Drive.

namestring

The name of this Team Drive.

backgroundImageLinkstring

A short-lived link to this Team Drive's background image.

colorRgbstring

The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId.

kindstring

Identifies what kind of resource this is. Value: the fixed string "drive#teamDrive".

orgUnitIdstring

The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.

themeIdstring

The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.

createdTimestring date-time

The time at which the Team Drive was created (RFC 3339 date-time).

Response

Successful response