האם האפליקציה ששלחה את הבקשה תומכת גם בתיקייה 'האחסון שלי' וגם בתיקיות אחסון שיתופי.
supportsTeamDrives (deprecated)
boolean
הוצא משימוש: במקומו צריך להשתמש ברכיב supportsAllDrives.
useDomainAdminAccess
boolean
לשלוח את הבקשה כמנהלי דומיין. אם המדיניות מוגדרת כ-True, מגיש הבקשה יקבל גישה אם הפרמטר של מזהה הקובץ מתייחס לאחסון שיתופי, ואם מגיש הבקשה הוא אדמין של הדומיין שאליו שייך האחסון השיתופי.
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע של Permission.
[[["התוכן קל להבנה","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)."],[[["Retrieves a specific permission for a file using its file ID and permission ID."],["Requires providing `fileId` and `permissionId` as path parameters in the request URL."],["Optionally accepts query parameters like `supportsAllDrives` and `useDomainAdminAccess` to modify the request."],["The request body should be empty, and a successful response returns a `Permission` object."],["Needs authorization with one of the listed OAuth scopes, such as `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.file`."]]],["This outlines how to retrieve a permission by ID using a GET request to the specified URL: `https://www.googleapis.com/drive/v3/files/{fileId}/permissions/{permissionId}`. The request uses `fileId` and `permissionId` as path parameters. Query parameters such as `supportsAllDrives`, and `useDomainAdminAccess` are available. The request body should be empty, and a successful response returns a Permission instance. Access requires specific authorization scopes, which are listed.\n"]]