GET
gdrive_drives_get.py
Requires
https://www.googleapis.com/auth/drive. Costs 1 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a shared drive’s metadata by ID.
from charter.packs import gdrive
result = await gdrive.drives_get.ainvoke({"driveId": ...})
https://www.googleapis.com/auth/drive. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
driveId * | string | The ID of the shared drive. |
| Field | Type | Description |
|---|---|---|
useDomainAdminAccess | boolean | Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs. |
Was this page helpful?