Dropbox
Dropbox is a modern work environment, designed to reduce time wastage, so you can focus on what really matters.
Info
Schemes: https
Base URL: https://api.dropboxapi.com/2
Authentication: Token by URL
Generate token: Click here
Pagination: It's a custom Cursor type, it requires the cursor code to be put in the 'list/continue' route to get the next pages.
PS: This API uses only POST requests
Endpoints
/file_requests/create
POST
Summary: Create a new file request.
/file_requests/count
POST
Summary: Count the queue of file requests.
/file_requests/list_v2
POST
Summary: List all the file requests.
/file_requests/get
POST
Summary: Gets a file by Id.
/file_requests/list/continue
POST
Summary: Use this route as the pagination cursor.
/files/list_folder
POST
Summary: Lists the folders in that path.
/files/create_folder_v2
POST
Summary: Creates a new folder in that path.
Updated over 5 years ago