php - Dropbox API v2 files_list_folder -
looking @ list_folder sandbox @ dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder
i find no way return folders - ".tag" = "folder" - folders , files in 1 huge hunk have parse out "folders"
there no way parse nested folders logical way can display list sub folders indented in display. such parent id's helpful match children & parent folders
no sorting features, such 'name' 'created' return them in name or created asc/desc order
any help?
best solution come folders this. seems when perform "2/files/list_folder" specific "path" , set options false. when receive data back, iterate through looking .tag == "folder" , collect them. if find item not .tag == "folder", can stop, you've collected folders specified "path". no need perform "2/files/list_folder/continue". though doesn't solve issues, goes long way solving loading/searching time folders.
Comments
Post a Comment