Dropbox

Dropbox integration on indie.money — manage files, folders, and sharing in Dropbox cloud storage

Written By pvdyck

Last updated About 5 hours ago

Dropbox

Community — Available, not yet validated

VendorDropbox
NodesDropbox
Tier⬜ Community
AuthOAuth2 via Secure Vault or API Key via Secure Vault

Overview

Manage files, folders, and search in Dropbox cloud storage. Upload, download, copy, move, and delete files and folders programmatically.

Authentication

Supports two authentication methods:

  • OAuth2 via Secure Vault — Recommended. Connect via the credential configuration modal.
  • API Key (Access Token) via Secure Vault — Alternative method using a Dropbox access token.

Resources & Operations

ResourceOperationDescription
FileCopyCopy a file to a new location
FileDeleteDelete a file
FileDownloadDownload a file
FileMoveMove a file to a new location
FileUploadUpload a file
FolderCopyCopy a folder to a new location
FolderCreateCreate a new folder
FolderDeleteDelete a folder
FolderListList contents of a folder
FolderMoveMove a folder to a new location
SearchQuerySearch for files and folders

Tips

  • Use File > Download combined with other nodes to process Dropbox files (e.g., parse CSVs, extract data from spreadsheets).
  • The Search > Query operation supports searching across your entire Dropbox for files matching a keyword.
  • File and folder paths should start with / (e.g., /Documents/report.pdf).

Status

This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.