Authentication
Auth type: OAuth 2.0 Enable the Google Drive API in Google Cloud Console. Generate an OAuth 2.0 token withhttps://www.googleapis.com/auth/drive scope.
Triggers
Actions
Files
Files
Folders
Folders
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Set up the Google Drive connector in Collabase Automation: OAuth 2.0 authentication, 4 triggers and 11 actions.
https://www.googleapis.com/auth/drive scope.
| Credential | Description |
|---|---|
| Access Token | OAuth 2.0 access token with Drive scope |
| Trigger | When it fires |
|---|---|
| File Created | A new file is added to a monitored folder |
| File Updated | An existing file is modified |
| File Deleted | A file is removed |
| Folder Created | A new folder is created |
Files
| Action | Key inputs | Key outputs |
|---|---|---|
| Upload File from URL | fileUrl, filename, mimeType, parentFolderId | fileId, name, webViewLink |
| Get File | fileId | fileId, name, mimeType, webViewLink, size |
| Copy File | fileId, newName, parentFolderId | fileId, name, webViewLink |
| Move File | fileId, newParentFolderId | fileId, name |
| Rename File | fileId, newName | fileId, name |
| Delete File | fileId | deleted |
| Search Files | query, mimeType, parentFolderId, maxResults | files[], count |
| List Files | folderId | files[], count |
Folders
| Action | Key inputs | Key outputs |
|---|---|---|
| Create Folder | name, parentFolderId | folderId, name, webViewLink |
Sharing
| Action | Key inputs | Key outputs |
|---|---|---|
| Share File | fileId, email, role (reader/writer/commenter), type (user/anyone) | permissionId |
| Get Share Link | fileId | webViewLink, webContentLink |
