Aktualizuje uprawnienia etykiety. Jeśli uprawnienie wskazanego podmiotu zabezpieczeń nie istnieje, tworzone jest nowe uprawnienie dotyczące etykiety. W przeciwnym razie bieżące uprawnienie zostanie zaktualizowane. Uprawnienia mają wpływ na cały zasób etykiet, nie podlegają zmianom i nie wymagają publikowania.
Żądanie HTTP
POST https://drivelabels.googleapis.com/v2beta/{parent=labels/*/revisions/*}/permissions
To pole jest wymagane. Zostanie utworzona nazwa zasobu etykiety nadrzędnej w uprawnieniu dotyczącym etykiety. Format: etykiety/{label}
Parametry zapytania
Parametry
useAdminAccess
boolean
Ustaw wartość true, aby korzystać z danych logowania administratora. Przed zezwoleniem na dostęp serwer sprawdzi, czy użytkownik jest administratorem etykiety.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-09-04 UTC."],[[["This API updates a Label's permissions, creating a new Label Permission if one doesn't exist for the specified principal or updating the existing permission."],["Permissions applied through this API affect the entire Label resource, are not revisioned, and do not require publishing."],["The request should be sent as a POST request to the provided URL with necessary path and query parameters, including a request body containing a LabelPermission instance."],["Successful requests will receive a response body containing the newly created or updated LabelPermission instance."],["To use this API, you'll need authorization with specific OAuth scopes related to Drive Labels."]]],[]]