Skip to main content
Every dropbox.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Files

copy

files.copy Copy a file to a new location Risk: write
Input Output

delete

files.delete Delete a file [DESTRUCTIVE] Risk: destructive
Input Output

download

files.download Download a file Risk: read
Input Output

move

files.move Move a file to a new location Risk: write
Input Output

upload

files.upload Upload a file Risk: write
Input Output

Folders

copy

folders.copy Copy a folder to a new location Risk: write
Input Output

create

folders.create Create a new folder Risk: write
Input Output

delete

folders.delete Delete a folder and all its contents [DESTRUCTIVE] Risk: destructive
Input Output

list

folders.list List files and folders within a folder Risk: read
Input Output

listContinue

folders.listContinue Continue listing from a cursor returned by folders.list Risk: read
Input Output

move

folders.move Move a folder to a new location Risk: write
Input Output

query

search.query Search for files and folders by name or content Risk: read
Input Output