SKILL.md
readonlyread-only
name
recipe-watch-drive-changes
description
訂閱 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






