File upload does not accept diacritic characters
We are using the Dropbox api as part of our app. Now that we are migrating from v1 to v2, we noticed that any files with diacritics(Umlauts, Kanji, etc) do not upload correctly. If I just send the data, the umlauts are removed. Kanji causes a failure to parse the JSON. Looking through some of the other issues like this,…