I am developing an app and have been working WELL within all
development quotas for a while now (almost all of them show 0%).

I recently coded image upload and use of blobstore for image storage,
only to find that when attempting to deploy to production I get the
following run-time exception:

com.google.apphosting.api.ApiProxy$FeatureNotEnabledException: The
Blobstore API will be enabled for this application once billing has
been enabled in the admin console.
        at
com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:
378)
        at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
581)
        ...

So, I understand that there is NO Blobstore for free within
development quotas?

If I enable billing, will I be charged for Blobstore API use ONLY with
other in-quote usage remaining free, or will billing be switched on
for everything?

The message seems clear, but it's a major hurdle for us, and so I just
want to make sure I've got it right.

This might be the trigger for me to investigate S3 and EC2....

Andrew

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to