AutomationFlowsAI & RAG › Email Attachment to Cloud Storage

Email Attachment to Cloud Storage

Email Attachment To Cloud Storage. Uses googleDrive, imapEmail, httpRequest. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesGoogle DriveImap EmailHTTP Request
AI & RAG Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

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.

HTTP Request, Google Drive, Discord +2
AI & RAG

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

HTTP Request, N8N Nodes Veed, Google Drive +1
AI & RAG

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

Google Drive Trigger, Google Drive, HTTP Request +2
AI & RAG

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

HTTP Request, Google Drive
AI & RAG

AI Background Generation with Nano Banana (Gemini Image). Uses httpRequest, googleDrive. Webhook trigger; 35 nodes.

HTTP Request, Google Drive