You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Coffeecat
7 years agoHelpful | Level 6
ListFolderAsync Order Entries by Name
I got this one running. DropboxClient.Files.ListFolderAsync(<"">).Result.Entries Now how do I get the entries listed by name in descending order? There's this OrderBy(of ) function on Entries but...
dropdev
Explorer | Level 3
ListFolderAsync function is bad ...
the site show:
the ListFolderAsync function:
why??
Greg-DB
3 years agoDropbox Staff
dropdev The Dropbox web site does not work exactly the same way as the Dropbox API. The ListFolder[Continue] functionality does not guarantee a particular ordering. Make sure you implement the API calls as documented to make sure you get a correct representation of the listing. You can then apply whatever sorting/ordering you want client-side.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,917 PostsLatest Activity: 7 minutes ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!