Cập nhật quyền của Nhãn. Nếu không có quyền cho dữ liệu chính đã chỉ định, thì một Quyền đối với nhãn mới sẽ được tạo, nếu không, quyền hiện có sẽ được cập nhật. Các quyền ảnh hưởng đến toàn bộ tài nguyên Nhãn, không được sửa đổi và không yêu cầu xuất bản.
Yêu cầu HTTP
POST https://drivelabels.googleapis.com/v2beta/{parent=labels/*}/permissions
Bắt buộc. Tên tài nguyên Nhãn gốc trên Quyền đối với nhãn sẽ được tạo. Định dạng: labels/{label}
Tham số truy vấn
Thông số
useAdminAccess
boolean
Đặt thành true để sử dụng thông tin đăng nhập của quản trị viên của người dùng. Máy chủ sẽ xác minh người dùng là quản trị viên của Nhãn trước khi cho phép truy cập.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]