Skip to main content

Dropbox

Automate file management in Dropbox — upload files sourced from URLs, organize folders, create shareable links, and move or delete files as part of larger workflows.

Authentication

Auth type: OAuth 2.0 Generate an access token in Dropbox App Console → OAuth 2 → Generate. For production use, implement the full OAuth flow to get long-lived refresh tokens.
CredentialDescription
Access TokenDropbox OAuth 2.0 access token

Triggers

TriggerWhen it fires
File UploadedA new file is added to Dropbox
File DeletedA file is removed from Dropbox

Actions

ActionKey inputsKey outputs
List Folderpath, recursiveentries[], count
Upload File from URLfileUrl, dropboxPath, overwriteid, name, path, size
Move / Rename FilefromPath, toPathname, path
Delete Filepathdeleted, name
Create Shared Linkpath, requirePasswordurl, name
Create Folderpathid, name, path
path must be an absolute Dropbox path starting with / (e.g. /Reports/2025/report.pdf). Use an empty string "" to reference the root folder in List Folder.