Automate Gmail Attachment Uploads to Google Drive Without Coding - n8n Workflow | Neura Market
Automate Gmail Attachment Uploads to Google Drive Without Coding
Effortlessly upload multiple Gmail attachments to Google Drive using n8n's item handling and expression features, without any coding.
This workflow leverages n8n's ability to handle multiple binary data elements using the `$binary` field. It splits attachments from Gmail emails into individual items and uploads them to Google Drive. The workflow includes conditional logic to route files based on size, demonstrating how to manage large and small files differently. This approach avoids the need for a Code node, simplifying the process while maintaining flexibility.
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Connor Walsh
noOp
switch
splitOut
stickyNote
googleDrive
gmailTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.