You've used up your daily free quota for datastore reads. The free quotas reset every 24 hours, and it looks you are still 20 hours away from a reset.
If you need to get your app working before then, you will need to enable billing on this app, or alternatively, be cheeky and deploy to a new app just before your client presentation. Also note that you used up the 50,000 free datastore reads quota within 4 hours, and if this surprises you, it's possible your app is misbehaving (e.g. Are you using offsets in your queries? They are bad, use cursors instead, or change your data model (the Datastore is not suitable for all use cases)). I hope that helps. Nick On 11/12/2013 11:27 PM, "Jayakrishnan" <[email protected]> wrote: > Forgot to attach file > PFA > > > On Wed, Dec 11, 2013 at 5:56 PM, Jayakrishnan <[email protected]> wrote: > >> Hi, >> >> I get the below error while I try to enter my website, >> The API call datastore_v3.RunQuery() required more quota than is >> available. >> >> Also please find the attached screenshot of my appengine console. >> >> What do these logs tell me? When can my site go up again? >> The situation is worse since I have a client presentation tomorrow >> showing the working of website . >> >> Thanks in advance >> -- >> *Jayakrishnan Damodaran* >> *Uroleaf Technologies* >> Skype: jayakrishnand88 >> Phone: 8281853554 >> > > > > -- > *Jayakrishnan Damodaran* > *Uroleaf Technologies* > Skype: jayakrishnand88 > Phone: 8281853554 > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
