GET
gdrive_revisions_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 revision’s metadata by ID.
from charter.packs import gdrive
result = await gdrive.revisions_get.ainvoke({"fileId": ..., "revisionId": ...})
https://www.googleapis.com/auth/drive. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
fileId * | string | The ID of the file. |
revisionId * | string | The ID of the revision. |
| Field | Type | Description |
|---|---|---|
acknowledgeAbuse | boolean | Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when the alt parameter is set to media and the user is the owner of the file or an organizer of the shared drive in which the file resides. |
Was this page helpful?