- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the label locks on a label.
HTTP request
GET https://drivelabels.googleapis.com/v2/{parent=labels/*/revisions/*}/locks
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent
|
Required. Label on which locks are applied. Format: |
Query parameters
| Parameters | |
|---|---|
pageSize
|
Maximum number of locks to return per page. Default: 100. Max: 200. |
pageToken
|
The token of the page to return. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListLabelLocksResponse
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/drive.labels -
https://www.googleapis.com/auth/drive.labels.readonly -
https://www.googleapis.com/auth/drive.admin.labels -
https://www.googleapis.com/auth/drive.admin.labels.readonly
For more information, see the Authorization guide .

