Bir Etiketin izinlerini günceller. Belirtilen ana hesap için bir izin yoksa yeni bir Etiket İzni oluşturulur. Aksi takdirde mevcut izin güncellenir. İzinler, Etiket kaynağını bir bütün olarak etkiler, düzeltilmez ve yayınlama gerektirmez.
HTTP isteği
POST https://drivelabels.googleapis.com/v2beta/{parent=labels/*}/permissions
Zorunlu. Etiket İzni'ndeki üst Etiket kaynağı adı oluşturulur. Biçim: labels/{label}
Sorgu parametreleri
Parametreler
useAdminAccess
boolean
Kullanıcının yönetici kimlik bilgilerini kullanmak için true olarak ayarlayın. Sunucu, erişime izin vermeden önce kullanıcının Etiket için yönetici olduğunu doğrular.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]