Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

bluesock's avatar
bluesock
Explorer | Level 4
2 years ago

list_folder results different from this morning

when performing an api call files_list_folder  with the path /Apps/YPDB2023    up till this morning it would return the subfolder name and a list of all the files - but now I just get the subfolder...
  • Greg-DB's avatar
    2 years ago

    The /2/files/list_folder[/continue] functionality is paginated and isn't guaranteed to return all of the entries in a single response. There are a few factors that can affect what/how much is returned in a single call, and that can vary over time due to a number of factors, e.g., as the state and contents of the account changes, etc, so you need to make sure you always have that implemented properly as documented in the above links.