[[["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 outlines how to list a Label's permissions using the Drive Labels API."],["The API request uses an HTTP GET method with the specific URL provided, including path and query parameters for customization."],["Authorization is required, and users need one of the specified OAuth scopes to access the API."],["Successful requests return a ListLabelPermissionsResponse containing details about the Label's permissions."],["An empty request body is necessary when making the API call."]]],["This outlines how to list a Label's permissions using an HTTP GET request to `https://drivelabels.googleapis.com/v2beta/{parent}/permissions`. The `parent` path parameter specifies the Label. Query parameters include `useAdminAccess`, `pageSize`, and `pageToken`. The request body must be empty. Successful requests return a `ListLabelPermissionsResponse`. Access requires one of the specified OAuth scopes. The maximum number of permissions to return per page is 200.\n"]]