DELETE
gdrive_files_empty_trash.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.
Permanently delete all of the user’s trashed files. Pass driveId to empty a shared drive’s trash instead.
from charter.packs import gdrive
result = await gdrive.files_empty_trash.ainvoke({})
https://www.googleapis.com/auth/drive. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
driveId | string | If set, empties the trash of the provided shared drive. |
Was this page helpful?