← 返回
效率工具 中文

Recipe Save Email Attachments

Find Gmail messages with attachments and save them to a Google Drive folder.
查找带附件的 Gmail 邮件并保存到 Google Drive 文件夹
googleworkspace-bot
效率工具 clawhub v1.0.12 3 版本 100000 Key: 无需
★ 0
Stars
📥 741
下载
💾 9
安装
3
版本
#latest

概述

Save Gmail Attachments to Google Drive

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

Find Gmail messages with attachments and save them to a Google Drive folder.

Steps

  1. Search for emails with attachments: gws gmail users messages list --params '{"userId": "me", "q": "has:attachment from:client@example.com"}' --format table
  2. Get message details: gws gmail users messages get --params '{"userId": "me", "id": "MESSAGE_ID"}'
  3. Download attachment: gws gmail users messages attachments get --params '{"userId": "me", "messageId": "MESSAGE_ID", "id": "ATTACHMENT_ID"}'
  4. Upload to Drive folder: gws drive +upload --file ./attachment.pdf --parent FOLDER_ID

版本历史

共 3 个版本

  • v1.0.12 当前
    2026-05-03 03:59 安全 安全
  • v1.0.10
    2026-03-29 19:16
  • v1.0.0
    2026-03-19 23:59

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,420
productivity

Word / DOCX

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

Nano Pdf

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