recipe-bulk-download-folder

List and download all files from a Google Drive folder.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill recipe-bulk-download-folder-niclasmartinsson-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-bulk-download-folder
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/recipe-bulk-download-folder
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill recipe-bulk-download-folder-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual, repetitive downloading of every file in a Google Drive folder is time-consuming and error-prone.

Core Features & Use Cases

  • Enumerates all files in a Drive folder and downloads each one.
  • Exports Google Docs to PDF when needed.
  • Enables batch processing for archiving or offline access.

Quick Start

Run the recipe to bulk-download all files from a Drive folder using the gws-drive integration.

Frequently Asked Questions about recipe-bulk-download-folder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk download all files from a Google Drive folder?

You can bulk download all files from a Google Drive folder by running an automated recipe that enumerates the folder contents and fetches each file individually. This eliminates manual, repetitive downloading and reduces errors.

Can I export Google Docs as PDFs when downloading a Drive folder?

Yes, the bulk download process can export Google Docs as PDFs. While fetching all files from the specified Drive folder, the workflow applies the necessary conversion to generate PDF versions of your documents automatically.

Do I need the gws-drive skill to download files from a Drive folder?

Yes, you need the gws-drive skill to download files from a Drive folder. The recipe relies on gws commands provided by this integration to enumerate folder contents, fetch individual files, and export Google Docs as PDFs.

What is the best way to automate batch retrieval of Google Drive contents for archiving?

The best way to automate batch retrieval for archiving is using a bulk download recipe that systematically lists and downloads every file in a Drive folder. This provides a reliable method for creating offline copies of your entire folder structure.

Does the bulk Drive folder download recipe work with nested folders?

The bulk Drive folder download recipe enumerates and fetches all files within a specified Drive folder. Based on available metadata, it lists folder contents and downloads each file, though specific nested folder traversal details are not explicitly confirmed.

Why use a recipe instead of manual export for downloading Drive files?

Using a recipe instead of manual export saves time and prevents errors when downloading Drive files. It automates the repetitive task of fetching every file in a folder and exporting Google Docs to PDF, streamlining offline access and archiving.