One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
mansi2812
4 years agoExplorer | Level 3
C# dropbox SDK listfoldercontinueasync(string cursor) not working
I am using ListFolderContinueAsync(string cursor) of C# dropbox sdk for retrieve updated files from dropbox but I am not able to get updated files and folder from dropbox using this method.
To get nested entries like that, you'll need to set ListFolderArg.Recursive to true when first calling ListFolderAsync.
- Greg-DB
Dropbox Staff
I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:
- the version number of the platform and SDK/library you are using, if any
- the steps to reproduce the issue, including relevant code snippet(s), but don't include any access/refresh token(s)
- the full text of any error or unexpected output
- mansi2821Explorer | Level 4
-using dropbox.net SDK
-CodeSnippet
var listfoldercontinuearg = new ListFolderContinueArg(cursor);
var listFolderResult = dropboxClient.Files.ListFolderContinueAsync(listfoldercontinuearg).Result;
using ablove code snippet, able to fetch chenges made on the home location (ie.:\\home).
but not able to fetch changes which are made on subfolder(ie.:\\home\subfolder)- Greg-DB
Dropbox Staff
To get nested entries like that, you'll need to set ListFolderArg.Recursive to true when first calling ListFolderAsync.
About Discuss Dropbox Developer & API
Make connections with other developers807 PostsLatest Activity: 6 hours 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!