AutomationFlowsData & Sheets › Google Sheets to Dropbox Upload

Google Sheets to Dropbox Upload

Original n8n title: Add Data From Google Sheet to Dropbox

Add Data From Google Sheet To Dropbox. Uses googleSheets, spreadsheetFile, dropbox, interval. Manual trigger; 4 nodes.

Manual trigger★★☆☆☆ complexity4 nodesGoogle SheetsSpreadsheet FileDropbox
Data & Sheets Trigger: Manual Nodes: 4 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": "Read Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        450,
        300
      ],
      "parameters": {
        "sheetId": "1GT2dc0dOkAC1apY0UlTKY9vitBl8PtKrILvFiAy5VBs"
      },
      "credentials": {
        "googleApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Convert to XLS",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        650,
        300
      ],
      "parameters": {
        "operation": "toFile"
      },
      "typeVersion": 1
    },
    {
      "name": "Upload Dropbox",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        850,
        300
      ],
      "parameters": {
        "path": "/my-sheets/prices.xls",
        "binaryData": true
      },
      "credentials": {
        "dropboxApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Trigger all 15 min",
      "type": "n8n-nodes-base.interval",
      "position": [
        250,
        300
      ],
      "parameters": {
        "unit": "minutes",
        "interval": 15
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Read Sheet": {
      "main": [
        [
          {
            "node": "Convert to XLS",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to XLS": {
      "main": [
        [
          {
            "node": "Upload Dropbox",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger all 15 min": {
      "main": [
        [
          {
            "node": "Read Sheet",
            "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

Add Data From Google Sheet To Dropbox. Uses googleSheets, spreadsheetFile, dropbox, interval. Manual trigger; 4 nodes.

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

More Data & Sheets workflows → · Browse all categories →

Related workflows

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

Data & Sheets

Import Json Data Into Google Sheets And Csv File. Uses httpRequest, googleSheets, spreadsheetFile, stickyNote. Manual trigger; 6 nodes.

HTTP Request, Google Sheets, Spreadsheet File
Data & Sheets

This workflow gets data from an API and exports it into Google Sheets and a CSV file.

HTTP Request, Google Sheets, Spreadsheet File
Data & Sheets

This workflow illustrates how to convert data from JSON to binary format and import JSON data or files into Google Sheets or local spreadsheets.

HTTP Request, Google Sheets, Spreadsheet File +3
Data & Sheets

Push Json Data Into An App Or To Spreadsheet File. Uses httpRequest, spreadsheetFile, stickyNote, manualTrigger. Event-driven trigger; 8 nodes.

HTTP Request, Spreadsheet File, Google Sheets
Data & Sheets

This workflow template shows how to load JSON data into a workflow and push that data into an App or convert it into a Spreadsheet file.

HTTP Request, Spreadsheet File, Google Sheets