We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Umair-afzal
8 years agoHelpful | Level 5
"Dropbox-API-Arg": could not decode input as JSON
Error in call to API function "files/get_thumbnail": HTTP header "Dropbox-API-Arg": could not decode input as JSON
here is code
var folder_flag = 0;
axios({
method: 'POST',
...
Greg-DB
Dropbox Community Moderator
7 years agotridejur JSON.stringify is a method specific to JavaScript. This thread is about proper client-side handling of this API call in JavaScript, so this code is only relevant to JavaScript. Plese refer to the documentation for whatever language you're using for information on how to parse/write JSON.
There wasn't an issue with the server-side JSON decoding discovered in this thread. If you believe you've encountered an issue with the the server-side JSON decoding, please report the details in a new thread.
tridejur
7 years agoExplorer | Level 3
It was ust a missundrstanding in your json compiler.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!