Curious about A, B, C, and D drives? Learn what they mean and how to use them effectively with Dropbox in this handy guide! - check it out now!

Forum Discussion

mjmt's avatar
mjmt
Helpful | Level 5
9 months ago
Solved

(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. ...
  • Здравко's avatar
    9 months 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.