silexlabs / unifile

Unified access to cloud storage services through a simple web API.
https://silexlabs.github.io/unifile/
MIT License
144 stars 32 forks source link

Accented char in file name error with Dropbox #134

Closed JbIPS closed 6 years ago

JbIPS commented 6 years ago

Due to the filename passed in the header of the request, UTF-8 char are not allowed. When setting the header of the request, we should convert them all to URL-safe chars.

Still interested in fixing it @zurukgit ?

SouroucheB commented 6 years ago

Fixing is my duty dude ! Let me handle that :) !

JbIPS commented 6 years ago

How is it going? Did you make any progress? Can I help?