Looking at the list_folder sandbox at dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder
I find no way to just return just the folders - basically where ".tag" = "folder" - I get all folders and files in one huge hunk the have to parse out the "folders"
There is no way to easily parse the nested folders into some logical way so I can display a list with the sub folders indented in a display. such as Parent ID's would be helpful to match up children & parent folders
no sorting features, such as 'name' 'created' to return them in name or created ASC/DESC order
Any help?