http://code.google.com/p/googleappengine/issues/list
Jeff
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/zJy1lu3kq-AJ.
>
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
An app - even disabled, could be using chargable services. Most
noteably storage.
So to stop being changed for an app - you need to explicitly disable
billing. A prerequisite of such, is that your app doesn't need more
than the free quota.
I'm curious to know what happens when people simply change their CC#.
Jeff
Deleting data is way more complicated than creating it, and overall it
seems less important - it's for customers who are leaving. Seems like
all startups are this way; ours is no exception. When you delete an
athletic event in Voost, there are all kinds of potential messes - has
anyone registered for the event? are there foreign key references to
it?
From GAE's perspective, the smart thing to do is charge double for
writing the data and make deleting it free. It's like including the
recycling fee with the soda can purchase. Not sure why they didn't do
that.
Jeff