← Tools Reference

Dropbox

Dropbox integration (Storage, Productivity). Imported from open-connector.

OAuth11 toolshttps://api.dropboxapi.com/2
POST
dropbox_get_current_account
Get basic profile information for the current Dropbox account.

/users/get_current_account

POST
dropbox_list_folder_continue
Continue a previous Dropbox folder listing with a cursor.

/files/list_folder/continue

1 parameter
ParamTypeRequiredDescription
cursorstringrequiredThe cursor returned by a previous Dropbox folder listing.
POST
dropbox_create_folder
Create one folder in Dropbox.

/files/create_folder_v2

2 parameters
ParamTypeRequiredDescription
pathstringrequiredA Dropbox path, file ID, revision ID, or namespace-relative path.
autorenamebooleanoptionalWhether Dropbox should autorename on conflict.
POST
dropbox_search_files_continue
Continue a previous Dropbox file search with a cursor.

/files/search/continue_v2

1 parameter
ParamTypeRequiredDescription
cursorstringrequiredThe cursor returned by a previous Dropbox search.
POST
dropbox_get_temporary_link
Create a temporary direct-download Dropbox link for one file.

/files/get_temporary_link

1 parameter
ParamTypeRequiredDescription
pathstringrequiredThe Dropbox file path or ID to create a temporary link for.
POST
dropbox_save_url
Ask Dropbox to save a public URL into a Dropbox file path.

/files/save_url

2 parameters
ParamTypeRequiredDescription
pathstringrequiredThe Dropbox destination path for the saved URL.
urlstringrequiredThe publicly reachable URL Dropbox should save.
POST
dropbox_save_url_check_job_status
Check the status of an asynchronous Dropbox save_url job.

/files/save_url/check_job_status

1 parameter
ParamTypeRequiredDescription
asyncJobIdstringrequiredThe Dropbox async job ID returned by save_url.
POST
dropbox_restore
Restore one Dropbox file to a previous revision.

/files/restore

2 parameters
ParamTypeRequiredDescription
pathstringrequiredThe Dropbox file path to restore.
revstringrequiredThe Dropbox revision ID to restore.
POST
dropbox_get_shared_link_metadata
Get metadata for a Dropbox shared link.

/sharing/get_shared_link_metadata

2 parameters
ParamTypeRequiredDescription
urlstringrequiredThe Dropbox shared link URL.
pathstringoptionalOptional path inside the shared link when the link points to a folder.
POST
dropbox_revoke_shared_link
Revoke an existing Dropbox shared link.

/sharing/revoke_shared_link

1 parameter
ParamTypeRequiredDescription
urlstringrequiredThe Dropbox shared link URL to revoke.
POST
dropbox_get_tags
Get user-generated Dropbox tags for one or more files or folders.

/files/tags/get

1 parameter
ParamTypeRequiredDescription
pathsarrayrequiredDropbox file or folder paths to inspect.