Dropbox
Overview
SLUG: DROPBOX
Description
Dropbox is a cloud storage service offering file syncing, sharing, and collaboration across devices with version control and robust integrations
Authentication Details
OAuth2
Connecting to Dropbox
Create an auth config
Use the dashboard to create an auth config for the Dropbox toolkit. This allows you to connect multiple Dropbox accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Dropbox Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Dropbox toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
DROPBOX_CREATE_FILE_REQUEST
Tool Name: Create file request
Description
Action Parameters
Action Response
DROPBOX_CREATE_FOLDER
Tool Name: Create folder
Description
Action Parameters
Action Response
DROPBOX_CREATE_PAPER
Tool Name: Create paper document
Description
Action Parameters
Action Response
DROPBOX_MOVE_FILE_OR_FOLDER
Tool Name: Move file or folder
Description
Action Parameters
Action Response
DROPBOX_SEARCH_FILE_OR_FOLDER
Tool Name: Search File or Folder
Description
Action Parameters
Action Response
DROPBOX_DELETE_FILE_OR_FOLDER
Tool Name: Delete file or folder
Description
Action Parameters
Action Response
DROPBOX_GET_ABOUT_ME
Tool Name: Get about me
Description
Action Parameters
Action Response
DROPBOX_LIST_FILES_IN_FOLDER
Tool Name: List files in folder
Description
Action Parameters
Action Response
DROPBOX_LIST_FOLDERS
Tool Name: List folder contents
Description
Action Parameters
Action Response
DROPBOX_READ_FILE
Tool Name: Read a file
Description
Action Parameters
Action Response
DROPBOX_UPLOAD_FILE
Tool Name: Upload File
Description
Action Parameters
Action Response