AutomationFlowsGeneral › Download Google Drive File to Local

Download Google Drive File to Local

Original n8n title: Download a File From Google Drive

Download A File From Google Drive. Uses manualTrigger, googleDrive, writeBinaryFile. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesGoogle DriveWrite Binary File
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

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": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        450,
        300
      ],
      "parameters": {
        "fileId": "1dJEBaECGmua09YP7W6WCBu66icIq32yRadQpk",
        "options": {},
        "operation": "download"
      },
      "credentials": {
        "googleApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Write Binary File",
      "type": "n8n-nodes-base.writeBinaryFile",
      "position": [
        650,
        300
      ],
      "parameters": {
        "fileName": "/data/downloaded_file.pdf"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Google Drive": {
      "main": [
        [
          {
            "node": "Write Binary File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Download A File From Google Drive. Uses manualTrigger, googleDrive, writeBinaryFile. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

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

General

Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.

Read Write File, HTTP Request, Google Drive
General

Manual Stickynote. Uses quickChart, googleDrive, stickyNote, manualTrigger. Event-driven trigger; 5 nodes.

Quick Chart, Google Drive
General

Standup Bot 1 4 Initialize. Uses manualTrigger, writeBinaryFile, moveBinaryData. Event-driven trigger; 4 nodes.

Write Binary File, Move Binary Data
General

Standup Bot - Initialize. Uses manualTrigger, writeBinaryFile, moveBinaryData. Event-driven trigger; 4 nodes.

Write Binary File, Move Binary Data
General

Standup Bot 3 4 Override Config. Uses manualTrigger, writeBinaryFile, moveBinaryData. Event-driven trigger; 3 nodes.

Write Binary File, Move Binary Data