Yes, but not if you want to allow uploads. If you enter your credit card, we will not charge it unless you go over the free quota, even for blobstore. Based on your questions, however, I would suggest further reading of the documentation to understand the limitations and capabilities of App Engine, as we do describe the billing required features. There's no way for us to know in the SDK whether you are billing enabled or not, so it wouldn't make sense to put a nag screen for most users that will just enable billing.
http://code.google.com/appengine/docs/quotas.html#Blobstore Based on your feedback, however, we should probably mention that blobstore is billing enabled on this page: http://code.google.com/appengine/docs/python/blobstore/overview.html Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Fri, Mar 11, 2011 at 9:35 AM, Luca Matteis <[email protected]> wrote: > Is it possible to store the image directly on disk, as a resource? > > On 3/11/11, Simon Knott <[email protected]> wrote: > > The datastore can handle blobs with a maximum size of 1MB, whereas the > > blobstore can handle blobs of 2GB. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" 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-java?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
