Hi,
I'm developing an app to search files on dropbox by api, but when filename is in uppercase and has accentuation no files are found.
The problem occurs when the accentuated character is in uppercase.
eg:
revelação = Found
Revelação = Found
REVELAção = Found
REVELAÇÃO = NOT FOUND
revelaÇÃo = NOT FOUND
I've tested via web and API, the result is the same.
Is there a way to solve this?
Thanks