AutomationFlowsSocial Media › Manual Dropbox File Operations

Manual Dropbox File Operations

Original n8n title: Manual Dropbox

Manual Dropbox. Uses manualTrigger, dropbox, httpRequest. Event-driven trigger; 5 nodes.

Event trigger★★★★☆ complexity5 nodesDropboxHTTP Request
Social Media Trigger: Event Nodes: 5 Complexity: ★★★★☆ Added:

This workflow follows the Dropbox → 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": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        50,
        200
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Dropbox",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        250,
        200
      ],
      "parameters": {
        "path": "/n8n",
        "resource": "folder"
      },
      "credentials": {
        "dropboxApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Dropbox1",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        650,
        200
      ],
      "parameters": {
        "path": "/n8n/file.png",
        "binaryData": true
      },
      "credentials": {
        "dropboxApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        450,
        200
      ],
      "parameters": {
        "url": "https://n8n.io/n8n-logo.png",
        "options": {},
        "responseFormat": "file"
      },
      "typeVersion": 1
    },
    {
      "name": "Dropbox2",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        850,
        200
      ],
      "parameters": {
        "path": "/n8n",
        "resource": "folder",
        "operation": "list"
      },
      "credentials": {
        "dropboxApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Dropbox": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Dropbox1": {
      "main": [
        [
          {
            "node": "Dropbox2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Dropbox1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Dropbox",
            "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

Manual Dropbox. Uses manualTrigger, dropbox, httpRequest. Event-driven trigger; 5 nodes.

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

More Social Media workflows → · Browse all categories →

Related workflows

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

Social Media

Notion__DriveDropbox_Sync. Uses notionTrigger, googleDrive, dropbox, notion. Event-driven trigger; 47 nodes.

Notion Trigger, Google Drive, Dropbox +3
Social Media

Wait Dropbox. Uses manualTrigger, httpRequest, executeWorkflowTrigger, stickyNote. Event-driven trigger; 20 nodes.

HTTP Request, Execute Workflow Trigger, Dropbox
Social Media

Workflow management. Uses manualTrigger, splitInBatches, noOp, airtable. Event-driven trigger; 19 nodes.

Airtable, HTTP Request, Move Binary Data +1
Social Media

screenshot. Uses manualTrigger, functionItem, awsSes, uproc. Event-driven trigger; 10 nodes.

Function Item, AWS SES, Uproc +2
Social Media

This n8n workflow automates the process of uploading video and image advertisements to Meta Ads Manager via the Meta Graph API (Facebook Ads) directly from Google Sheets and Google Drive. The workflow

Facebook Graph Api, Google Sheets, HTTP Request +2