Google Drive
What it does
Section titled “What it does”The Google Drive node connects your workflows to your Google Drive, allowing you to upload files, create folders, or manage documents automatically.
Think of it as a digital filing assistant that can save files, organize them into folders, and keep your cloud storage updated based on what your workflow produces.
When to use it
Section titled “When to use it”- You want to save downloaded files, screenshots, or documents from your workflows
- You need to organize workflow outputs into specific folders in Google Drive
- You want to create backups of data collected by your workflows
- You’re building a system that generates reports or documents to store in the cloud
How it works
Section titled “How it works”The node connects to your Google account and accesses your Drive. When triggered, it can upload files, create new folders, or search and retrieve existing files.
graph LR
Workflow[Workflow Trigger] --> Drive{Google Drive Node}
Drive --> Upload[Upload File]
Drive --> Create[Create Folder]
Drive --> Search[Search Files]
style Drive fill:#6d28d9,stroke:#fff,color:#fff
Setup guide
Section titled “Setup guide”-
Connect your Google account
- In the node settings, click “Connect Google”
- Sign in with your Google account
- Grant permission to access Google Drive
-
Choose your action
- Upload File: Send a file from your workflow to Drive
- Create Folder: Make a new folder to organize future uploads
- Search Files: Find existing files in your Drive
-
Configure the upload (if uploading)
- Select or enter the target folder ID or path
- Specify the file name (can use dynamic data)
- Choose whether to convert files to Google format (Docs, Sheets)
-
Add the Google Drive node to your workflow
-
Test the connection by running the workflow
Practical example: Research document archive
Section titled “Practical example: Research document archive”Let’s automatically save PDFs and documents found during research to a Google Drive folder.
What you configure:
- Folder: Your “Research Archive” folder in Drive
- Action: Upload File
- File Source: From a previous Download File node in your workflow
- File Name: Document title + date (e.g.,
{{ $title }} - {{ $now }}) - Convert to Google Format: Yes (for better editing)
What happens:
- Your workflow finds and downloads documents from websites
- The Google Drive node uploads each file to your archive folder
- You build an organized document collection automatically
Common settings
Section titled “Common settings”| Setting | Purpose | When to Use |
|---|---|---|
| Folder ID/Path | Where to save files | The Google Drive folder ID or full folder path |
| File | The file to upload | From a previous node’s output or file path |
| File Name | Name for the uploaded file | Can include dynamic variables |
| Convert | Transform to Google format | Enable for better editing of Office/PDF files |
| Overwrite | Replace existing files | When you want to update rather than create duplicates |
Troubleshooting
Section titled “Troubleshooting”- Permission denied: Ensure you granted Google Drive access during account connection
- Folder not found: Verify the folder ID is correct (from the URL when viewing the folder)
- File too large: Google Drive has upload limits (15GB for free accounts, larger for paid)
- Authentication expired: If uploads stop working, reconnect your Google account
- Rate limits: Google has API limits; for high-volume workflows, add delays between uploads
Related nodes
Section titled “Related nodes”- Google Sheets - For saving data in spreadsheet format
- Gmail - For sending files via email instead of storing