लेबल की अनुमतियों को अपडेट करता है. अगर दिखाई गई मुख्य अनुमति के लिए कोई अनुमति मौजूद नहीं है, तो एक नया लेबल की अनुमति बनाई जाती है. ऐसा न होने पर, मौजूदा अनुमति अपडेट कर दी जाती है. अनुमतियों की मदद से, लेबल के रिसॉर्स पर पूरा असर पड़ता है. इनमें बदलाव नहीं किया जाता और न ही इन्हें पब्लिश करने की ज़रूरत होती है.
एचटीटीपी अनुरोध
POST https://drivelabels.googleapis.com/v2beta/{parent=labels/*/revisions/*}/permissions
ज़रूरी है. लेबल की अनुमति पर पैरंट लेबल का संसाधन नाम बनाया गया. फ़ॉर्मैट: labels/{label}
क्वेरी पैरामीटर
पैरामीटर
useAdminAccess
boolean
उपयोगकर्ता के एडमिन क्रेडेंशियल का इस्तेमाल करने के लिए, true पर सेट करें. ऐक्सेस की अनुमति देने से पहले सर्वर यह पुष्टि करेगा कि उपयोगकर्ता, लेबल का एडमिन है.
[[["समझने में आसान है","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 (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."]]],[]]