When I received the bellow message:

Your application is exceeding a quota: Stored Data .

I know my data will exceeding 1Gb . so  I delete all my records one by
one , but after delete all records , threre still have warning :
Your application is exceeding a quota: Stored Data . .


Why I can not delete my records and free store data space ?

my code as bellow:
                results = q.fetch(2)
                for result in results:
                        self.response.out.write( something to client )
                        result.delete()



and suggestion will appriciated

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to