Hello Google App Engine Team, We have verified this on two different app ids. As soon as our entity exceeds 1000 instances, we cannot view it through the data viewer once the offset value is greater than 1000. We can manipulate the limit value and change it from 20 to 200, but 200 seems to be the upper limit.
How to reproduce? Create 1021 entities of any kind. Go to Datastore viewer. Start clicking on Next 20, until such time that you reach 1000. Now when you click next 20 you will get the server error. Any way to resolve this? In case there is any confusion I am talking about offset and limit values in this url: https://appengine.google.com/datastore/explorer?app_id=myappidoryours&kind=Subject&viewby=kind&query=SELECT%20*%20FROM%20Subject&limit=20&offset=1000 Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
