ArrayList<DbxFiles.Metadata> entries = client.files.listFolder("").entries;
This give me 2 folders:
/Mario
/Théo
If I do:
client.files.listFolder("/Mario").entries;
There is no problem
But if I do
client.files.listFolder("/Théo").entries;
It sent me back:
DbxFiles$ListFolderException: Exception in list_folder: ListFolderError.{".tag":"path","path":{".tag":"not_found"}}