| title | Google Drive sample | |
|---|---|---|
| description | Samples using Google Drive APIs | |
| integrations |
|
|
| categories |
|
This project automates Google Drive file monitoring and management by integrating with the Google Drive API. It demonstrates creating new documents, monitoring file changes, and handling Drive events through AutoKitteh's Google Drive integration.
API documentation:
- Google Drive API: https://docs.autokitteh.com/integrations/google/drive
- Google Drive Events: https://docs.autokitteh.com/integrations/google/drive/events
- Create new Google Drive documents programmatically
- Monitor file changes in real-time using Drive's change notification system
- Initialize your Google Drive connection.
- Deploy the project
- Copy the webhook trigger's URL:
- Hover over the trigger's (i) icon
- Click the copy icon next to the webhook URL
- (Detailed instructions here)
Important
Ensure the Google Drive connection is initialized; otherwise, workflows raise ConnectionInitError.
-
Create a new document:
curl -i "http://localhost:9980/webhooks/<webhook-slug>" -
Monitor file changes by creating, updating, or deleting files in your connected Drive
Follow these detailed instructions to deploy the project on a self-hosted server.
- Currently, we are restricted to the
drive.filescope, which means only files created by the app can be monitored