GET
gdrive_about_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 information about the user, the user’s Drive, and system capabilities. The fields parameter is required — for example user,storageQuota.
from charter.packs import gdrive
result = await gdrive.about_get.ainvoke({"fields": ...})
https://www.googleapis.com/auth/drive. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
fields * | string | Required. The fields parameter must be set. To return the exact fields you need, see Return specific fields. Example: user,storageQuota. |
Was this page helpful?