Hi Dropbox Developers,
Based on the documentation for list_folder and list_folder_continue, I know Dropbox doesn't exactly return the exact number set by limit. I've noticed that difference is sometimes very significant, e.g. I asked for a 100 set by the limit, but only receive about 9 items for my request - is this normal?
limit UInt32 (min=1, max=2000)? The maximum number of results to return per request. Note: This is an approximate number and there can be slightly more entries returned in some cases. This field is optional.
Thanks,