[[["התוכן קל להבנה","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 the permission ID associated with a specific email address for Google Drive."],["Requires an empty request body and utilizes a `GET` request to the specified endpoint."],["The response includes the permission ID and its kind, which is always `drive#permissionId`."],["Authorization is necessary using one of the listed OAuth scopes, some of which may require security assessment."]]],["This describes retrieving a permission ID for an email address using a `GET` request to `https://www.googleapis.com/drive/v2/permissionIds/{email}`. The `email` is a required path parameter. The request body must be empty. A successful response includes a JSON object with `kind` (always `drive#permissionId`) and the `id` which is the permission ID. Several OAuth scopes are required for authorization.\n"]]