[[["התוכן קל להבנה","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)."],[[["Lists a file's parent folders in Google Drive."],["Uses an HTTP GET request with the file ID specified in the URL path."],["The response body provides a list of parent objects, including their kind, etag, selfLink, and items."],["Requires authorization with one of the listed OAuth scopes, such as `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.readonly`."]]],["This outlines retrieving a file's parent list using a `GET` request to `https://www.googleapis.com/drive/v2/files/{fileId}/parents`. The `fileId` is a required path parameter. The request body must be empty. A successful response returns a JSON containing `kind`, `etag`, `selfLink`, and an array of `items`. Various authorization scopes, such as `https://www.googleapis.com/auth/drive`, are required, with some needing security assessment.\n"]]