We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
akagupta1
6 years agoExplorer | Level 3
Getting error using dropbox apis with "Dropbox-Api-Path-Root" header
Hi I am getting following error while calling dropbox v2 APIs with "Dropbox-Api-Path-Root " header {“.tag”: “namespace_id”, “namespace_id”: “2132332"} "Failed to execute 'setRequestHeader' on 'XMLH...
Greg-DB
Dropbox Staff
That's not an error message from Dropbox itself. It looks like it's coming from whatever HTTPS client you're using.
It seems to be indicating that you're attempting to use a value not allowed in HTTP headers. Looking at the string you provided, it's probably because you're using the non-ASCII characters “ and ”. Try using just " instead.
akagupta1
6 years agoExplorer | Level 3
Thanks Greg. Yes exactly its due to ”. Its working now.
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!