We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
prueba p.1
9 years agoNew member | Level 1
List ALL folders and files on my dropbox account
Hi, i'm working on c# and i can just show the files on the root directory , i want to show all the folders and files inside this folders on the root directory, didn't see anything on the forum, any idea?
Thx
- prueba p.1New member | Level 1
i solved the problem, if anyone wants the code can send it
- newbieNew member | Level 2
Hello. I'm newbie here and in c#.
Can you help me too with list folders on dropbox?
Thank you.
- Greg-DBDropbox Staff
To list files and folders in a linked Dropbox account using the official Dropbox .NET SDK, you should use the listFolder and listFolderContinue methods.
There are some simple examples here:
- https://github.com/dropbox/dropbox-sdk-dotnet/blob/3fa0ccc759b0c413408e3afbd08ad375f38d26d0/Examples/SimpleBlogDemo/Helpers/BlogHelpers.cs#L93
- https://github.com/dropbox/dropbox-sdk-dotnet/blob/3fa0ccc759b0c413408e3afbd08ad375f38d26d0/Examples/UniversalDemo/UniversalDemo/UniversalDemo.Shared/ViewModel/AppImageSet.cs#L82
(Note that these are simplified examples. In your actual app, you should make sure to check ListFolderResult.HasMore to see if there are more results to fetch using listFolderContinue.)
- saravananct143Explorer | Level 3
I want code, using rest api, how can retrive all the files in dropbox folder
- Greg-DBDropbox Staff
- SajidbaltiNew member | Level 2
Please send code on [email address removed by Moderators to align with our Community's Guidelines]
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 7 hours agoIf 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!