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
Output
metadata full type
metadata full type
delete
files.delete
Delete a file [DESTRUCTIVE]
Risk: destructive
Output
metadata full type
metadata full type
download
files.download
Download a file
Risk: read
Output
move
files.move
Move a file to a new location
Risk: write
Output
metadata full type
metadata full type
upload
files.upload
Upload a file
Risk: write
Output
Folders
copy
folders.copy
Copy a folder to a new location
Risk: write
Output
metadata full type
metadata full type
create
folders.create
Create a new folder
Risk: write
Output
metadata full type
metadata full type
delete
folders.delete
Delete a folder and all its contents [DESTRUCTIVE]
Risk: destructive
Output
metadata full type
metadata full type
list
folders.list
List files and folders within a folder
Risk: read
Output
entries full type
entries full type
listContinue
folders.listContinue
Continue listing from a cursor returned by folders.list
Risk: read
Output
entries full type
entries full type
move
folders.move
Move a folder to a new location
Risk: write
Output
metadata full type
metadata full type
Search
query
search.query
Search for files and folders by name or content
Risk: read
Output
matches full type
matches full type