cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We want your feedback when it comes to using Dropbox in a web browser. Tell us your thoughts right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Reply and help

why is download api a post https request with null body?

why is download api a post https request with null body?

petal
Explorer | Level 4

Hi, I noticed that the download api https://content.dropboxapi.com/2/files/download is a post https request, but required a null request body. And I can also download a file correctly with method "get". So I am confused why dropbox make rules like this? I does not think this way for a post request meet the rules of HTTP request.

1 Reply 1

Re: why is download api a post https request with null body?

Greg-DB
Dropboxer

The Dropbox API uses HTTPS for communication, but it is not a REST API and so does not follow the REST pattern you may be familiar with, for instance. You can find the documentation for the Dropbox API v2 request and response formats here. You may also be interested in these old blog posts about the original design of API v2.

Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropboxer
What do Dropbox user levels mean?
Need more support?