On Jun 25, 11:46 am, Mark Ivey <[email protected]> wrote: > I want to use blobstore but I don't want to get charged if my app > happens to go over quota (I'd rather have requests denied). I looked > into enabling billing, but the lowest daily budget I can set is $1/ > day. > > In another thread [1] I saw a suggestion to change the quota > distribution to put it all in a category I know I won't use up. I > think this will probably work for me (I can't imagine exceeded the > email quota, for example) but I'm wondering if this is really the best > way to do it. Anyone have any other suggestions? > > (I want to use blobstore for its API. The files I want to serve are > actually small so I can't imagine going over the 1GB free quota. Given > this it seem strange that I have to enable billing to use blobstore.) > > [1]http://groups.google.com/group/google-appengine/browse_thread/thread/...
Blobstore is really designed for allowing your users to upload files larger than 1MB; most use cases seem likely to use more than 1GB easily. I was able to change the billing quota for my billing-enabled application to $0, after initially setting it up at $1. -- 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.
