You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
awb
6 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...
Здравко
6 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: 24 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!