Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
mjmt
1 year agoHelpful | Level 5
(Python SDK API Help) Some folders are not listing
I am writing a helper app with the python sdk to iterate through folders within a team folder and add certain child folders within specific folders that have a name matching a list of names I have.
...
- 1 year ago
Hi mjmt,
As seems, you observe only the first page of your list. Did you try continue listing? Keep in mind that list metadata are provided on pieces and every piece size is NOT guarantead (despite controlable). You have to check for more results waiting and continue when needed. Don't rely that entire list will get back as an only page (in spite possible)!
Hope this claryfies matter.
Здравко
1 year agoLegendary | Level 20
Hi mjmt,
As seems, you observe only the first page of your list. Did you try continue listing? Keep in mind that list metadata are provided on pieces and every piece size is NOT guarantead (despite controlable). You have to check for more results waiting and continue when needed. Don't rely that entire list will get back as an only page (in spite possible)!
Hope this claryfies matter.
mjmt
1 year agoHelpful | Level 5
I did not try continue listing, and after implementing this it worked. Thank you!
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!