recipe-watch-drive-changes
SolidSubscribe to change notifications on a Google Drive file or folder.
AI & Automation 27,010 stars
1421 forks Updated yesterday Apache-2.0
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Watch for Drive Changes
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-events`
Subscribe to change notifications on a Google Drive file or folder.
## Steps
1. Create subscription: `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. List active subscriptions: `gws events subscriptions list`
3. Renew before expiry: `gws events +renew --subscription SUBSCRIPTION_ID`
Details
- Author
- googleworkspace
- Repository
- googleworkspace/cli
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
recipe-email-drive-link
Share a Google Drive file and email the link with a message to recipients.
27,010 Updated yesterday
googleworkspace AI & Automation Solid
recipe-organize-drive-folder
Create a Google Drive folder structure and move files into the right locations.
27,010 Updated yesterday
googleworkspace AI & Automation Solid
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.
27,010 Updated yesterday
googleworkspace