You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mikeren2014,
we have recently added a new method: Task<BoxCollectionMarkerBased<BoxItem>> GetFolderItemsMarkerBasedAsync() to BoxFoldersManager (see the pr: #936), but it not yet released. A new SDK package with the new method should be published early next week. This method will allow to get more than 11000 items from folder. I'm closing this issue as it already has been addressed.
Best, @lukaszsocha2
I believe BoxClient.FoldersManager.GetFolderItemsAsync() is equilavent with API https://api.box.com/2.0/folders/230155851619/items, but why doesn't have usemarker and marker parameters?
Since it has limitation of 1000, and offset is limited to less than 10000, how do we get all children folders if there are more than that?
The text was updated successfully, but these errors were encountered: