We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
AdityaTiw
7 years agoExplorer | Level 3
Error (4xx) We can't find the page you're looking for
Hello ! I am facing an issue while using DropBoxAPIs. I am trying to download a file from my drop box using AT commands through GSM module.However, it is showing error 404 page not found. Below C...
- 7 years agoAPI calls can fail with a generic HTML page like this if the server doesn't recognize the HTTP request as an API call. Is the sample HTTP request you shared exactly what's actually being sent? If so, it's not valid because it's missing the HTTP version (i.e., "HTTP/1.1") at the end of the first line.
Also, in the sample HTTP request you shared, you're sending an invalid "Content-Type" for this kind of API call. Since /2/files/download doesn't expect anything in the request body, the "Content-Type" header should be omitted anyway. Please try removing that header and try again. (Or, if you can't remove it entirely, please set the value to be an empty string.)
Greg-DB
7 years agoDropbox Staff
API calls can fail with a generic HTML page like this if the server doesn't recognize the HTTP request as an API call. Is the sample HTTP request you shared exactly what's actually being sent? If so, it's not valid because it's missing the HTTP version (i.e., "HTTP/1.1") at the end of the first line.
Also, in the sample HTTP request you shared, you're sending an invalid "Content-Type" for this kind of API call. Since /2/files/download doesn't expect anything in the request body, the "Content-Type" header should be omitted anyway. Please try removing that header and try again. (Or, if you can't remove it entirely, please set the value to be an empty string.)
Also, in the sample HTTP request you shared, you're sending an invalid "Content-Type" for this kind of API call. Since /2/files/download doesn't expect anything in the request body, the "Content-Type" header should be omitted anyway. Please try removing that header and try again. (Or, if you can't remove it entirely, please set the value to be an empty string.)
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 7 hours agoIf 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!