We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
awb
5 months agoHelpful | Level 7
500 Internal Server Error - /2/team/features/get_values
Hi, I've been experienceing some issues with the following api call today and was wondering if any one could help POST: POST https://api.dropboxapi.com/2/team/features/get_values HTTP/1.1 Auth...
Здравко
5 months agoLegendary | Level 20
awb wrote:...
POST:
POST https://api.dropboxapi.com/2/team/features/get_values HTTP/1.1
Authorization: Bearer omitted
...
Hi awb,
I was surprised that Dropbox tolerates such a protocol mistake. The requests fail on Dropbox API servers because of much smaller mistakes.
How actually did you construct such a request? 🧐 The supported .Net SDK doesn't do this.
Hm..🤔 Or maybe it's some sort of your copy/paste mistake like the missing separator between request header and request body.
If you have used your custom HTTP client, you may need to check how correct is its work! And if so, does your issue disappear when you use the default HTTP client (i.e. without setting custom one)?
Hope this gives directions to check different possible issue sources.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 5 days 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!