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.