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/*}/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-03 UTC."],[[["This API endpoint updates a Label's permissions, creating new ones if they don't exist and updating existing ones otherwise."],["Permissions apply to the entire Label resource, are not version-controlled, and don't need publishing."],["The request should be a `POST` to the provided URL, including the parent Label resource name as a path parameter."],["You can use query parameters to utilize admin credentials if the user has admin privileges for the Label."],["Authorization requires specific OAuth scopes related to Drive labels and potentially admin access."]]],[]]