Hi,
I'm using DropBox API v2 to get folders and files from user account. For that I'm using "files/list_folder", "files/list_folder/continue" endpoints and also I'm using recursive: true for root folder and cursor: cursorvalue while iterate. The problem here is the user account contains almost 400k+ files and while downloading them I'm getting "The underlying connection was closed: A connection that was expected to be kept alive was closed by the server." error after some time. Is this error related to any API limitations? Is there any chance to get this error when multiple colletions running at same time?
Thanks,
OTKY