技能 效率工具 发送云端硬盘链接邮件

发送云端硬盘链接邮件

v20260401
recipe-email-drive-link
通过 Drive 授权并生成分享链接,再在 Gmail 中发送带说明的邮件,实现一次性分享云端硬盘文件及其访问链接。
获取技能
266 次下载
概览

Email a Google Drive File Link

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

Share a Google Drive file and email the link with a message to recipients.

Steps

  1. Find the file: gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}'
  2. Share the file: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}'
  3. Email the link: gws gmail +send --to client@example.com --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'
信息
Category 效率工具
Name recipe-email-drive-link
版本 v20260401
大小 963B
更新时间 2026-04-08
语言