If I create nested folders using dropbox client (mixed case) and call list_folder end point (https://api.dropboxapi.com/2/files/list_folder) with recursive=true,
path_display case is only preserved for immediate parent.
This issue does not exist when I create folders using Dropbox web application.
For example, if the folder path created using dropbox client is Zero/One/Two/Three,
path_display = "/zero/one/two/Three"