SKILL.md
只读
名称
recipe-watch-drive-changes
描述
订阅 Google Drive 文件或文件夹的变更通知。
监控 Drive 变更
前提条件: 加载以下技能以执行此配方:
gws-events
订阅 Google Drive 文件或文件夹的变更通知。
步骤
- 创建订阅:
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}}' - 列出活跃订阅:
gws events subscriptions list - 在过期前续订:
gws events +renew --subscription SUBSCRIPTION_ID






