Welcome to the new Box Support website. Check out all the details here on what’s changed.

Maximum offset?

Answered
New post

Comments

2 comments

  • mwiller

     Due to backend limitations, it is not possible to use offset-based paging for collections of over 300,000 items.  You'll need to use marker-based paging as detailed in the Get Folder Items API Documentation by setting the `usemarker` query parameter to true, and using the returned marker to access the next page.

    0
    Comment actions Permalink
  • aw685

    Thanks for the reply! I will switch over to a marker-based implementation instead. 

    0
    Comment actions Permalink

Please sign in to leave a comment.