Updates a label's CopyMode
. Changes to this policy aren't revisioned, don't require publishing, and take effect immediately.
HTTP request
POST https://drivelabels.googleapis.com/v2/{name=labels/*}:updateLabelCopyMode
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name
|
Required. The resource name of the label to update. |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "copyMode" : enum ( |
| Fields | |
|---|---|
copyMode
|
Required. Indicates how the applied label and field values should be copied when a Drive item is copied. |
useAdminAccess
|
Set to |
languageCode
|
The BCP-47 language code to use for evaluating localized field labels. When not specified, values in the default configured language will be used. |
view
|
When specified, only certain fields belonging to the indicated view will be returned. |
Response body
If successful, the response body contains an instance of Label
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/drive.labels -
https://www.googleapis.com/auth/drive.admin.labels
For more information, see the Authorization guide .

