این روش پارامتر q را می پذیرد، که عبارت جستجویی است که یک یا چند عبارت جستجو را ترکیب می کند. برای اطلاعات بیشتر، راهنمای جستجو برای درایوهای مشترک را ببینید.
نشانه صفحه برای صفحه بعدی درایوهای مشترک. در صورتی که به انتهای لیست رسیده باشد، وجود ندارد. اگر توکن به هر دلیلی رد شد، باید دور انداخته شود و صفحهبندی باید از صفحه اول نتایج دوباره شروع شود.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["Lists all shared drives for a user, or all shared drives for a domain if using domain admin access."],["Allows filtering shared drives using a search query with one or more terms."],["Returns a paginated list of shared drives, including basic drive information."],["Requires authorization with either read or read-write access to Google Drive."]]],["This document outlines how to retrieve a list of a user's shared drives using the Google Drive API. The key action is sending a `GET` request to `https://www.googleapis.com/drive/v2/drives`. Requests can include query parameters like `maxResults`, `pageToken`, `q` (search query), and `useDomainAdminAccess`. The request body should be empty. The response, a JSON object, contains `nextPageToken`, `kind`, and an `items` array listing shared drives. Authorization requires either `drive` or `drive.readonly` scopes.\n"]]