لتعديل أذونات التصنيف إذا لم يتوفّر إذن للعنصر الأساسي المُشار إليه، سيتم إنشاء إذن تصنيف جديد وإلا سيتم تعديل الإذن الحالي. تؤثر الأذونات في مورد "التصنيف" ككل، ولا تتم مراجعتها، ولا تتطلّب نشرها.
تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-09-04 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Updates a Label's permissions, creating new ones if they don't exist or updating existing ones."],["Permissions impact the entire Label resource, are not revisioned, and don't need publishing."],["Utilizes an HTTP PATCH request with path and query parameters for specifying the Label and utilizing admin credentials, respectively."],["Requires specific authorization scopes related to Drive labels for access."]]],["This document details updating a Label's permissions via a PATCH request to `https://drivelabels.googleapis.com/v2/{parent=labels/*}/permissions`. It uses gRPC Transcoding. The request requires the `parent` path parameter (Label resource name). `useAdminAccess` is an optional query parameter to utilize admin credentials. The request and response bodies both involve `LabelPermission`. Authorization requires either `drive.labels` or `drive.admin.labels` OAuth scopes. New permissions are created if none exist; otherwise, existing permissions are updated.\n"]]