Skip to content
Cloud & StorageReal-timeUpdated May 2026

Dropbox

Programmatic file ops on Dropbox

Dropbox on Tiny Command is action-only today (Dropbox webhook triggers are on the roadmap), with eight actions covering the file-ops surface most workflows need. List Folder and Search Files for discovery. Get File/Folder Metadata for inspecting what's there without downloading. Create Folder, Copy File/Folder, Move File/Folder, and Delete File/Folder for the lifecycle operations. Create Shared Link for generating a public or password-protected URL you can drop into a Slack message or an email. The connection authorizes via Dropbox's OAuth with files.content.write and sharing.write scopes. The integration handles Dropbox's path conventions (every path is /path/to/file, with the leading slash), so you don't have to think about quirks like Dropbox's case-insensitive matching. Common pattern: a Typeform file-upload field stores the binary; a workflow uploads it to Dropbox via the HTTP action, generates a shared link with Create Shared Link, and posts the link into the relevant Slack channel.

0triggers
8actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Dropbox can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Copy File or FolderCopies a Dropbox file or folder to a new path within the same account. Used for templating workflows where every new customer gets a copy of a base folder.
Create FolderCreates a new folder at the supplied Dropbox path. Auto-creates intermediate folders if you pass autorename to handle naming conflicts.
Create Shared LinkCreates a shared link for a Dropbox file or folder, with optional visibility (public/team-only/password) and expiry. Returns a URL you can drop into an email or chat.
Delete File or FolderDeletes a file or folder from Dropbox by path. Recoverable from Dropbox's trash for 30 days (or longer on business plans).
Get File/Folder MetadataReturns metadata for a Dropbox file or folder by path: size, last-modified, content_hash, and is_downloadable flag. Used to verify a path exists before reading.
List FolderLists files and folders in a Dropbox directory with their metadata. Pass recursive=true to walk the entire subtree, with a continuation cursor for very large folders.
Move File or FolderMoves a file or folder to a new Dropbox path. Used for organizing intake files into year/quarter folders or for stage-based document workflows.
Search FilesSearches Dropbox files and folders by name or content (Dropbox indexes the text in many file types). Scope with a path prefix to narrow the search.
Recipes

Pre-built Dropbox workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Dropbox once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Dropbox field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Dropbox integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Dropbox to Tiny Command?
Open the Tiny Command workflow builder, drop in a Dropbox node, and click Connect. Authorize Dropbox once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Dropbox triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Dropbox today. Use Tiny Command's universal Webhook or Schedule trigger to start Dropbox workflows, then run any Dropbox action you need.
What Dropbox actions can I run from a workflow?
8 Dropbox actions are available out of the box, covering cloud & storage operations like "Copy File or Folder". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Dropbox integration real-time?
Dropbox actions execute synchronously inside your workflow. Tiny Command waits for Dropbox's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Dropbox with Tiny Command?
No. Every Dropbox trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Dropbox API endpoint directly.
How much does the Dropbox integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Dropbox integration itself has no per-app surcharge.
Related

More cloud & storage apps people connect.

Same category as Dropbox, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Dropbox.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.