[[["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."],[[["This document details how to list a Label's permissions using the Drive Labels API's `ListLabelPermissions` method."],["The method uses an HTTP GET request with required path and optional query parameters."],["The request body should be empty, and a successful response will contain a `ListLabelPermissionsResponse` object."],["Proper authorization with specific OAuth scopes like `https://www.googleapis.com/auth/drive.labels` is required to access this functionality."]]],["This outlines how to list a Label's permissions using an HTTP GET request to `https://drivelabels.googleapis.com/v2/{parent=labels/*}/permissions`. The `parent` path parameter is mandatory, defining the Label's resource name. Optional query parameters include `useAdminAccess`, `pageSize` (default 50, max 200), and `pageToken` for pagination. The request body must be empty. A successful response provides a `ListLabelPermissionsResponse`. Authorization requires specific OAuth scopes related to Drive labels.\n"]]