How to retrieve more than 1000 rows from Parse.com?

前端 未结 10 1053
独厮守ぢ
独厮守ぢ 2020-11-29 19:54

I have been using Parse to retrieve a data for a list view. Unfortunately they limit requests to 100 by default to a 1000 max. I have well over that 1000 max in my class. I

10条回答
  •  广开言路
    2020-11-29 20:45

    IMPORTANT None of the answers here are useful if you are using open source parse server then it does limit 100 rows by default but you can put any value in query,limit(100000) //WORKS No need for recursive calls just put the limit to number of rows you want.

    https://github.com/parse-community/parse-server/issues/5383

提交回复
热议问题