Storage & Databases111 toolsBrowser login (OAuth), no API keys
Dropbox integration for AI agents
Store, sync, and share files
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Dropbox once and call the same tools from all of them.
Setup
Connect Dropbox through ClawLink's hosted setup to browse, search, upload, download, and manage files and folders in your Dropbox account.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Dropbox exposes 111 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
dropbox_copy_file_or_folder | Copy a file or folder in Dropbox | Read |
dropbox_create_folder | Create a new folder in Dropbox | Write |
dropbox_create_shared_link | Create a shared link for a Dropbox file or folder | Write |
dropbox_download_zip | Download a Dropbox folder as a ZIP archive | Read |
dropbox_get_metadata | Get metadata for a Dropbox file or folder | Read |
dropbox_get_space_usage | Get current Dropbox storage space usage | Read |
dropbox_get_temporary_link | Get a temporary link to download a Dropbox file | Read |
dropbox_list_file_revisions | List revisions of a Dropbox file | Read |
dropbox_list_folder_continue | List files and folders in a Dropbox folder | Read |
dropbox_list_shared_links | List shared links in Dropbox | Read |
dropbox_move_file_or_folder | Move a file or folder in Dropbox | Write |
dropbox_read_file | Read the contents of a Dropbox file | Read |
dropbox_search_file_or_folder | Search Dropbox for files and folders | Read |
dropbox_share_folder | Share a Dropbox folder with others | Read |
dropbox_upload_file | Upload a file to Dropbox | Write |
dropbox_check_copy_batch | Check the status of an asynchronous copy batch job in Dropbox | Read |
dropbox_check_folder_batch | Check the status of an asynchronous folder batch creation job | Read |
dropbox_check_job_status | Check the status of an asynchronous sharing job in Dropbox | Read |
dropbox_check_move_batch | Check the status of an asynchronous move batch job | Read |
dropbox_check_save_url_status | Check the status of a save_url job in Dropbox | Read |
dropbox_check_share_job_status | Check the status of an asynchronous folder sharing job in Dropbox | Read |
dropbox_check_upload_batch | Check the status of an asynchronous upload batch job in Dropbox | Read |
dropbox_check_user | Test Dropbox API connection and validate access token by echoing back a supplied string | Read |
dropbox_count_file_requests | Get the total number of file requests owned by the authenticated user | Read |
dropbox_export_file | Export non-downloadable Dropbox files (especially Dropbox Paper) to Markdown/HTML/plain text | Read |
dropbox_files_search | Search for files and folders in Dropbox by name or content | Read |
dropbox_get_about_me | Get information about the current user's Dropbox account | Read |
dropbox_get_account | Get information about a user's Dropbox account using their account ID | Read |
dropbox_get_account_batch | Get information about multiple user accounts in a single request | Read |
dropbox_get_copy_reference | Get a copy reference to a file or folder | Read |