Maximum offset?

回答済み
新規投稿

コメント

2件のコメント

  • 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
    コメントアクション パーマリンク
  • aw685

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

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。