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
Ellis Fantuzzi
4 years agoNew member | Level 2
ListFolderAsync return partial data
Hi, I've set a folder structure in Dropbox, so I can call CopyV2Async to clone this structure in another folder.
This apparently works, but when i call ListFolderAsync on the new root, with recursive true, it returns a partial result.
I've tried to make some changes directly from Dropbox web interface (like add files and folders) but the result of ListFolderAsync is always the same.
This process has worked for a while but from yesterday I have this problem.
Thank you for the help
The ListFolderAsync interface is paginated and is not guaranteed to return all of the results in a single call. You may need to call back to ListFolderContinueAsync to retrieve more entries, sometimes repeatedly. Please refer to the ListFolderAsync and ListFolderContinueAsync documentation for more information on using these methods.
- Greg-DBDropbox Staff
The ListFolderAsync interface is paginated and is not guaranteed to return all of the results in a single call. You may need to call back to ListFolderContinueAsync to retrieve more entries, sometimes repeatedly. Please refer to the ListFolderAsync and ListFolderContinueAsync documentation for more information on using these methods.
- Ellis FantuzziNew member | Level 2
Thank you
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,882 PostsLatest Activity: 3 years 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!