recipe-watch-drive-changes

recipe-watch-drive-changes

热门

订阅 Google Drive 文件或文件夹的变更通知。

2.7万Star
1669Fork
更新于 2026/3/31
SKILL.md
只读
名称
recipe-watch-drive-changes
描述

订阅 Google Drive 文件或文件夹的变更通知。

监控 Drive 变更

前提条件: 加载以下技能以执行此配方:gws-events

订阅 Google Drive 文件或文件夹的变更通知。

步骤

  1. 创建订阅:gws events subscriptions create --json '{"targetResource": "//drive.googleapis.com/drives/DRIVE_ID", "eventTypes": ["google.workspace.drive.file.v1.updated"], "notificationEndpoint": {"pubsubTopic": "projects/PROJECT/topics/TOPIC"}, "payloadOptions": {"includeResource": true}}'
  2. 列出活跃订阅:gws events subscriptions list
  3. 在过期前续订:gws events +renew --subscription SUBSCRIPTION_ID