Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

title Google Drive sample
description Samples using Google Drive APIs
integrations
googledrive
categories
Samples

Google Drive Sample

Start with AutoKitteh

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:

How It Works

  1. Create new Google Drive documents programmatically
  2. Monitor file changes in real-time using Drive's change notification system

Cloud Usage

  1. Initialize your Google Drive connection.
  2. Deploy the project
  3. 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)

Trigger Workflow

Important

Ensure the Google Drive connection is initialized; otherwise, workflows raise ConnectionInitError.

  1. Create a new document:

    curl -i "http://localhost:9980/webhooks/<webhook-slug>"
  2. Monitor file changes by creating, updating, or deleting files in your connected Drive

Self-Hosted Deployment

Follow these detailed instructions to deploy the project on a self-hosted server.

Known Limitations

  • Currently, we are restricted to the drive.file scope, which means only files created by the app can be monitored