[[["התוכן קל להבנה","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 metadata for a specified shared drive using its unique ID."],["Allows domain administrators to access shared drive data by setting `useDomainAdminAccess` to true."],["Requires authorization with either `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.readonly` scopes."],["Returns a `Drive` object containing the shared drive's metadata upon successful execution."]]],["This document outlines how to retrieve a shared drive's metadata using its ID. A `GET` request is made to the specified URL, incorporating the `driveId` as a path parameter. Optionally, `useDomainAdminAccess` can be used as a query parameter. The request body must be empty. A successful response returns a Drive resource instance. Authorization requires either `drive` or `drive.readonly` OAuth scopes.\n"]]