← 返回
效率工具 中文

Recipe Organize Drive Folder

Create a Google Drive folder structure and move files into the right locations.
创建 Google Drive 文件夹结构并将文件移动到正确位置。
googleworkspace-bot
效率工具 clawhub v1.0.12 3 版本 99850.3 Key: 无需
★ 0
Stars
📥 667
下载
💾 10
安装
3
版本
#latest

概述

Organize Files into Google Drive Folders

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

Create a Google Drive folder structure and move files into the right locations.

Steps

  1. Create a project folder: gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}'
  2. Create sub-folders: gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}'
  3. Move existing files into folder: gws drive files update --params '{"fileId": "FILE_ID", "addParents": "FOLDER_ID", "removeParents": "OLD_PARENT_ID"}'
  4. Verify structure: gws drive files list --params '{"q": "FOLDER_ID in parents"}' --format table

版本历史

共 3 个版本

  • v1.0.12 当前
    2026-05-03 04:08 安全 安全
  • v1.0.10
    2026-03-29 19:51
  • v1.0.0
    2026-03-19 23:33

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,745
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,867
communication-collaboration

Gws Gmail

googleworkspace-bot
Gmail:发送、阅读和管理邮件。
★ 2 📥 4,985