← 返回
开发者工具 Key 中文

Recipe Bulk Download Folder

List and download all files from a Google Drive folder.
列出并下载 Google Drive 文件夹中的所有文件
googleworkspace-bot
开发者工具 clawhub v1.0.12 3 版本 99865 Key: 需要
★ 0
Stars
📥 740
下载
💾 14
安装
3
版本
#latest

概述

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

版本历史

共 3 个版本

  • v1.0.12 当前
    2026-05-03 03:49 安全 安全
  • v1.0.10
    2026-03-29 15:31
  • v1.0.0
    2026-03-26 22:19

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,564
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,653
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,950