This workflow follows the Google Drive → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"parameters": {
"folderId": "",
"fileKey": "={{ $json.attachments[0].filename }}",
"binaryData": true,
"options": {}
},
"name": "Google Drive Upload",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 1,
"position": [
750,
300
]
},
{
"parameters": {
"authentication": "oAuth2",
"options": {
"folder": "INBOX",
"markAsRead": true
}
},
"name": "IMAP Email Read",
"type": "n8n-nodes-base.imapEmail",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "download",
"options": {}
},
"name": "Download Attachment",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
500,
300
]
}
],
"connections": {
"IMAP Email Read": {
"output": [
[
{
"node": "Download Attachment",
"index": 0
}
]
]
},
"Download Attachment": {
"output": [
[
{
"node": "Google Drive Upload",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Email Attachment To Cloud Storage. Uses googleDrive, imapEmail, httpRequest. Manual trigger; 3 nodes.
Source: https://github.com/EdgeAgent/n8n-automations/blob/main/email_attachment_to_cloud_storage/email_attachment_to_cloud_storage.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
AI-Powered Short-Form Video Generator with OpenAI, Flux, Kling, and ElevenLabs and upload to all .... Uses httpRequest, googleDrive, discord, googleSheets. Scheduled trigger; 51 nodes.
This n8n workflow automatically generates presentation-style "screen recording" videos with AI-generated slides and a talking head avatar overlay. You provide a topic and intention, and the workflow h
Monitor Google Drive folder, parsing PDF, DOCX and image file into a destination folder, ready for further processing (e.g. RAG ingestion, translation, etc.) Keep processing log in Google Sheet and se
This workflow is perfect for app developers, SaaS founders, and mobile growth teams who need constant UGC-style video ads without hiring creators or agencies. If you're spending $500+ per creator and
AI Background Generation with Nano Banana (Gemini Image). Uses httpRequest, googleDrive. Webhook trigger; 35 nodes.