Skip to content
All Skills

Bulk Download Drive Folder

List and download all files from a Google Drive folder.

Personal Productivity|v1|Updated 5/18/2026|GitHub source
MCP get_skill({ skillId: "bulk-download-drive-folder-0c00c2f4" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# Bulk Download Drive Folder

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`

List and download all files from a Google Drive folder.

## Steps

1. List files in folder: `gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json`
2. Download each file: `gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext`
3. Export Google Docs as PDF: `gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdf`
#work-life#productivity#external#license-apache-2-0#googleworkspace-cli#google-workspace#gmail#calendar#docs#sheets#tasks#googlegoogle-workspacegoogle-drivegoogle-docs