The Google Drive connector synchronizes supported text files from Google Drive.
Authentication
OAuth — requires scope: https://www.googleapis.com/auth/drive
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Folder ID | Input | No | Specific folder to sync from |
| Max Files | Input | No | Limit the number of synced files |
Supported File Types
.txt, .md, .html, .htm, .csv, .json, .xml, .yaml, .yml, .log, .rst, .tsv
Size Limit
10 MB per file. Larger files are skipped.
How It Works
- File Discovery — Lists files via Drive API with text MIME type filtering
- Content Fetching — Downloads file content; converts HTML to plain text
- Content Deferred — Listing returns stubs; content fetched on demand
Document Format
Raw file text content. HTML files are converted to plain text.
Metadata Tags
| Tag | Type | Description |
|---|---|---|
| File Path | Text | Path in Google Drive |
| Last Modified | Date | Last modification time |
| File Size | Number | File size in bytes |
| Owner | Text | File owner |

