Google Drive
The Google Drive nodes allow you to manage files in Google Drive -- list, download, upload, and delete files and folders.
Every Google Drive node requires a Google Drive connection.
Available Nodes
| Node | Description |
|---|---|
| List Files | List files and folders with optional filtering by type, folder, or search query |
| Download | Download a file from Google Drive, with optional parsing (CSV, JSON) |
| Upload | Upload content as a file to Google Drive |
| Delete | Delete or trash a file in Google Drive |
Common Patterns
List and Download
- Google Drive List to find files matching a query or in a specific folder
- Google Drive Download to download each file, using the
idfrom the list output
Transform and Upload
- Process data with Transform, HTTP Request, or database nodes
- Google Drive Upload to save the results as a CSV or JSON file in Drive
Cleanup
- Google Drive List to find old or processed files
- Google Drive Delete to move them to trash (or permanently delete)