From google-workspace-cli
List and download all files from a Google Drive folder.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
Lists and bulk downloads files from a Google Drive folder using gws CLI commands, including PDF exports for Google Docs.
Interact with Google Drive via Python CLI: search/list files/folders, download/upload, create/move/copy/rename/trash with OAuth auth.
List, download, and sync Google Drive files via gdrive CLI with 1Password OAuth. Activates on google drive, gdrive, drive folder mentions.
Share bugs, ideas, or general feedback.
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
List and download all files from a Google Drive folder.
gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format jsongws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.extgws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdf