Skip to main content
Back to registry

recipe-bulk-download-folder

googleworkspace/cli

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

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-drive List and download all files from a Google Drive folder. - List files in folder: gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json - Download each file: gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext - Export Google Docs as PDF: gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdf

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-bulk-download-folder do?

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

Is recipe-bulk-download-folder good?

recipe-bulk-download-folder does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-bulk-download-folder work with?

recipe-bulk-download-folder currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-bulk-download-folder?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-bulk-download-folder?

npx skills add https://github.com/googleworkspace/cli --skill recipe-bulk-download-folder

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering