Setup
- Tools → Google Drive → Connect
- Authenticate with Google
- Grant Drive access (recommend scoping to specific folders if possible)
Available actions
| Action | Description |
|---|---|
GOOGLEDRIVE_LIST_FILES_IN_A_FOLDER | List contents of a specific folder |
GOOGLEDRIVE_RETURNS_THE_CONTENT_OF_A_FILE | Read file contents (text, Google Docs, Sheets) |
GOOGLEDRIVE_FIND_FILE | Search for files by name or content |
GOOGLEDRIVE_CREATE_A_GOOGLE_DOCS_FILE | Create a new Google Doc with content |
GOOGLEDRIVE_UPLOAD_FILE | Upload a file to Drive |
GOOGLEDRIVE_MOVE_FILE | Move file to a different folder |
GOOGLEDRIVE_SHARE_FILE_WITH_USER | Share a file with specific permissions |