Hey,
When calling files/list_folder and the has_more parameter its 'true' we make another call to /list_folder/continue with the new cursor And so on.
The problem that we faced is that the entries for every single request doesn't change, and there is something weird : the cursor is too long!
Our purpose is to collect all the folders, but for one user when I have taken a look at the network I can see more that 1000 calls to list_folder/continue endpoint.