recipe-watch-drive-changes

recipe-watch-drive-changes

熱門

訂閱 Google Drive 檔案或資料夾的變更通知。

2.7萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-watch-drive-changes
description

訂閱 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