One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
petal
4 years agoExplorer | Level 4
why is download api a post https request with null body?
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.
- Greg-DB
Dropbox Staff
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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 6 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!