Method: labels.updateLabelCopyMode
Stay organized with collections
Save and categorize content based on your preferences.
Updates a Label's CopyMode
. Changes to this policy are not revisioned, do not 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 |
string
Required. The resource name of the Label to update.
|
Request body
The request body contains data with the following structure:
JSON representation |
{
"copyMode": enum (CopyMode ),
"useAdminAccess": boolean,
"languageCode": string,
"view": enum (LabelView )
} |
Fields |
copyMode |
enum (CopyMode )
Required. Indicates how the applied Label, and Field values should be copied when a Drive item is copied.
|
useAdminAccess |
boolean
Set to true in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.
|
languageCode |
string
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 |
enum (LabelView )
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-09-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."]]