We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
CFGtech
6 years agoHelpful | Level 5
Czech diacritics characters in filename
Dear Dropbox,
I would like to discuss one specific issue witch we are having with our Business dropbox. We are using http requests to communicate with out Dropbox via Integromat(Czech solution).
Issue we are dealing with
1) We need to use diacritics in our Head (Dropbox-API-Arg) in API requests.
Everything is working fine until we put some of our Czech diacritics characters in the „file name“ such as „ŠČÍÉ“ . Then the request is not going through.
Do you have some experience with this type of problem?
I would like to kindly ask for your help and support.
CFGtech Thanks for the report! It sounds like you're referring to making content-upload or -download calls on the Dropbox API, where you have non-ASCII characters to send in the 'Dropbox-API-Arg' HTTP header.
You can do so, but you'll need to make sure you're encoding those characters before putting them in the HTTP header, as HTTP headers don't support them natively. We have a guide here that covers how to do so:
- ЗдравкоLegendary | Level 20
- CFGtechHelpful | Level 5
Hi,
we got a solution from Integromat support. Where we used _Query String_ `arg` instead of _Headers_ 'Dropbox-API-Arg'.
- Greg-DBDropbox Staff
CFGtech Thanks for the report! It sounds like you're referring to making content-upload or -download calls on the Dropbox API, where you have non-ASCII characters to send in the 'Dropbox-API-Arg' HTTP header.
You can do so, but you'll need to make sure you're encoding those characters before putting them in the HTTP header, as HTTP headers don't support them natively. We have a guide here that covers how to do so:
- ЗдравкоLegendary | Level 20
Hi Greg-DB,
Sorry for my fast response. Seems in particular case the names are not encoded properly, Yes. I just assumed that a developer know that http(s) transport is ascii-based.
One provocative question in this context: Is You site (dropbox.com) follow the rules You just describe above? What I mean: After a try to create directory named "😀😇😈😉" (for example), the following message appears:
May be www.dropbox.com is buggy!? :confounded:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!