Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Trương K.
9 years agoNew member | Level 1
Can't not upload file name in UTF8
https://content.dropboxapi.com/2/files/upload_session/finish
When i upload a nomal file (ascii character), it success.
But when i upload a file with name such as 割 (in utf8)
The response is 400 bad request.
I think the header in httprequest of dropbox api server is accept only ASCII encoding.
Can you fix it?
Thankyou.
4 Replies
- Steve M.9 years ago
Dropbox Staff
Your JSON needs to be encoded in a way that's compatible with HTTP headers.
(E.g. "\u5272" instead of "割")
What programming language are you using? The way to do this varies from language to language.
- Trương K.9 years agoNew member | Level 1
oh thankyou
- Trương K.9 years agoNew member | Level 1
I'm using C# but hate that lib httprequest or public lib dll in c#.
I can't show speed upload and request to dropbox server too slow (300-700ms per request).
Then I make httprequest via tcpclient for caculate speed. - Greg-DB9 years ago
Dropbox Community Moderator
Thanks for the feedback! I've sent it along to the team.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!