Skip to main content
Server path: /dropbox | Type: Application | PCID required: Yes

Tools


dropbox_copy_file

Copy a file or folder in Dropbox Parameters:

dropbox_create_folder

Create a new folder in Dropbox Parameters:
Create a shared link for a file or folder Parameters:

dropbox_delete_file

Delete a file or folder from Dropbox Parameters:

dropbox_download_file

Download a file from Dropbox. IN WORKFLOWS: Files are automatically saved to Node Outputs - no manual save step needed. By default, automatically extracts text from supported document formats (PDF, DOCX, PPTX, XLSX) and includes it in the response. Text files (TXT, CSV) do not need extraction. STREAMING IS PREFERRED: Use stream=true (default) to get a pre-authenticated downloadUrl for efficient downloading of large files. Only use stream=false for small files (<2MB) that need immediate processing. Parameters:

dropbox_get_account_info

Get current Dropbox account information

dropbox_get_metadata

Get metadata for a file or folder Parameters:

dropbox_get_space_usage

Get Dropbox account space usage information

dropbox_list_folder

List contents of a Dropbox folder Parameters:

dropbox_move_file

Move or rename a file or folder in Dropbox Parameters:

dropbox_search_files

Search for files and folders in Dropbox. Two search modes: (1) FUZZY SEARCH (default): Full-text search across filenames and content. (2) EXACT MATCH: Find files with an exact filename match within the specified path (direct children only, not recursive). Parameters:

dropbox_upload_file

Upload a file to Dropbox. Provide either fileUrl (to upload from a URL) or content (base64 encoded or plain text), but not both. Parameters: