DeployGet started

Dropbox API - File & Folder Listing

OpenAPI spec including file requests, files/folders listing, and file download endpoints.

Version 1.2.04 endpoints
Dropbox API - File & Folder Listing logo

Endpoints

POST/2/file_requests/listlistFileRequests

Returns a list of file requests owned by this user.

Request body

  • application/json

Responses

StatusDescription
200List of file requests
defaultUnexpected error
POST/2/files/downloaddownloadFile

Download the raw contents of a file (binary or text). Returns file data in the HTTP response body, not JSON.

Parameters

NameInRequiredDescription
Dropbox-API-ArgheaderYesA JSON-encoded object with a 'path' property specifying the file to download (e.g. {"path": "/my-folder/file.txt"})

Responses

StatusDescription
200Raw contents of the specified file returned in the response body.
defaultUnexpected error
POST/2/files/list_folderlistFilesAndFolders

Returns the contents of a folder. Includes both files and subfolders.

Request body

  • application/json

Responses

StatusDescription
200Folder listing result
defaultUnexpected error
POST/2/files/list_folder/continuelistFilesAndFoldersContinue

Retrieve more results if the previous response indicated `has_more`.

Request body

  • application/json

Responses

StatusDescription
200Next set of folder listing results
defaultUnexpected error

Need help deploying this MCP server?

Product Screenshot