- Home
- Resources
- Integrations
- Dropbox
Dropbox Make integrationAutomate Dropbox with Make.
Your folders can do their own filing. The Dropbox Make integration puts 21 modules in your hands: one trigger that watches a folder, 16 actions, 4 searches. Never built anything in Make? This page goes from a blank editor to an automation that runs on its own.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Dropbox Make integration actually do?
It hands Make the keys to your account. A scenario is the automation you build, and a module is one brick of it. Dropbox brings 21 of those bricks: one trigger that keeps an eye on a folder, 16 actions that create, move, share or delete, and 4 searches that go and find something before the rest of the scenario runs.
Three shapes come back again and again. The first starts with Watch Files: a document lands in a drop folder, and the scenario takes over from there, renaming it, filing it and telling the right person about it.
The second one shares without the email ping pong. Create a Share Link turns a finished deliverable into a public address a client opens with no account, and Update/Revoke a Share Link cuts it off when the job is over.
The third collects instead of sending. Create a File Request opens a page where somebody drops their documents for you, and List File Requests tells the scenario which of those pages are still waiting.
Make only does what Dropbox allows, and the documentation is honest about the edges. Watch Files covers up to 4000 files in the folder it monitors, and past that a new arrival can slip through. An upload stops when the account is out of storage, or when the folder you selected has been deleted since. On a Dropbox Teams plan, writing straight to the root of the account through the API is refused.
Dropbox exists in n8n too, with similar bricks and a different editor. The n8n vs Make comparison covers what separates them, and the Dropbox n8n integration page lists what the node handles. If you would rather be walked through the first builds, that is what the Make training is for.
How do you connect your Dropbox account?
- 01
Add a Dropbox module, then create the connection
You need a Dropbox account, and nothing else. Open a scenario, drop in any Dropbox module and click Create a connection. That connection is your account linked to Make: you set it up once, and every other Dropbox module reuses it afterwards.
- 02
Name it, and leave the advanced part alone
The Connection name field is optional, though a clear name helps when two accounts are in play. Advanced settings is where your own Dropbox client credentials would go, with
https://www.integromat.com/oauth/cb/dropbox/as the redirect URI. A first scenario has no use for it. - 03
Save and confirm access in the Dropbox window
Click Save. Dropbox opens its own window, asks you to sign in and asks whether Make may reach the account. Confirm, and the fields of the module fill up with your real folders, ready to pick from a list.
Your first scenario, step by step
GoalWhen a file lands in a Dropbox folder, Make creates a share link for it.
- 01
Create the scenario
From the Scenarios page, start a new scenario. The editor shows a single +, which is where the first module goes. Search for Dropbox by name, then pick Watch Files.
- 02
Link your account
The module asks for a connection before it can read anything. Click Create a connection, approve the access in the Dropbox window, and you come back to a module that knows your account.
- 03
Choose the folder to watch
Once the connection exists, Make lists your folders for you. No path to type from memory: take the one your team drops files into,
/Inboxfor example. - 04
Add the action that follows
Click the + on the right of Watch Files and add Create a Share Link. Feed it the file coming out of the trigger: that item travelling from one module to the next is what Make calls a bundle.
- 05
Test it with Run once
Click Run once. Make executes the scenario a single time and shows what each module received and produced, so you can open the link yourself before anybody else does.
- 06
Schedule it and switch it on
The clock on the first module sets the Scheduling, every 15 minutes on a brand new scenario. Choose your rhythm, then flip the scenario on so it keeps working without you.
What starts a Dropbox scenario?
1 module starts a scenario when something happens in Dropbox. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Dropbox as soon as it happens.
Watch Files
Scheduled triggerIn Make“Triggers when a file is added in a folder being watched. This module retrieves the first 4000 files. If the total number exceeds 4000, newly added items may not be detected.”
Watch Files keeps an eye on one folder and hands the scenario each new file it finds there, one at a time.
What Dropbox can do inside a scenario
Dropbox gives you 20 modules in 4 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Get Files/Folders
4 modulesSearch Files/Folders
SearchIn Make“Searches for files and folders by name.”
Give it a name and it comes back with the files or folders that match, ready for the next module to act on.
Download a File
ActionIn Make“Downloads a file from a specified folder.”
Pulls the content of a file into the scenario, so the module after it can carry that file somewhere else.
List All Files/Subfolders In a Folder
SearchIn Make“Retrieves a list of files or subforders in a specified folder.”
Returns everything sitting in a folder, files and subfolders, item after item.
List File Revisions
SearchIn Make“Retrieves a list of file revisions needed to recover previous content.”
Shows the earlier versions Dropbox kept for a file, so the scenario can choose one instead of guessing.
Create & Update File/Folder
10 modulesUpload a File
ActionIn Make“Uploads a file to a selected folder.”
Drops a file coming from elsewhere in the scenario into the Dropbox folder you point it at.
Create a Folder
ActionIn Make“Creates a new folder.”
Creates a folder wherever you tell it to, under a name built from data the scenario already carries.
Create/Overwrite a Text file
ActionIn Make“Creates a new text file(.doc) or overwrite an existing text file(.doc) with the provided content as plain text.”
Writes plain text into a .doc file in Dropbox, either a new one or one that is already there.
Create a Share Link
ActionIn Make“Creates a public share link to a file or folder (allows to share the file or folder with anyone).”
Turns a file or a folder into a public address that anyone can open, Dropbox account or not.
?dl=0 for ?dl=1 and the download starts straight away.Update/Revoke a Share Link
ActionIn Make“Updates or revokes a share link for a file or folder.”
Changes a link you created earlier, or cuts it so it stops opening.
Restore a File
ActionIn Make“Restores a previous file version.”
Puts an earlier version back in place of the current one.
Move a File/Folder
ActionIn Make“Moves a file or folder to a different location in the user's Dropbox.”
Sends a file or a whole folder to another spot inside the same Dropbox account.
Rename a File/Folder
ActionIn Make“Renames a file/folder in the user's Dropbox.”
Gives a file or a folder a new name, usually one assembled from data the scenario is already holding.
Delete a File/Folder
ActionIn Make“Permanently removes a file/folder from the server.”
Removes a file or a folder from the account for good.
Copy a File or Folder
ActionIn Make“Copies a file or folder to a different location in the user's Dropbox. If the source path is a folder all its contents will be copied.”
Duplicates an item somewhere else and leaves the original untouched. Aim it at a folder and its whole contents travel along.
File Requests
5 modulesCreate a File Request
ActionIn Make“Creates a file request.”
Opens a page where someone sends you files without owning a Dropbox account, and what they upload lands in the folder you chose.
Get a File Request
ActionIn Make“Retrieves specified file request.”
Reads back one request you already have, so the scenario can see where it stands.
Update a File Request
ActionIn Make“Updates a file request.”
Edits a request that exists instead of opening a second one.
Delete Closed File Requests
ActionIn Make“Deletes selected file requests.”
Clears out the requests that are already closed, in one pass.
List File Requests
SearchIn Make“Returns a list of file requests owned by this user.”
Brings back the file requests that belong to your account, one after another.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls the Dropbox API directly, through the connection already in place, for whatever the other 20 modules leave out.
Need help automating Dropbox with Make?
A person reads every message.
The questions that come next
01Is the Dropbox Make integration free?
02What do you need to connect Dropbox to Make?
03Does Watch Files react in real time?
04What if a module is missing or a limit gets in the way?
05Make or n8n for Dropbox?
Get our weekly automation tips.
No spam. Unsubscribe anytime.
