[appengine-java] Re: No Billing -> No Blobstore

2010-12-14 Thread timwhunt
It seems very reasonable to me.  Blobstore space and entities count
towards the same quota you have for the datastore, and the CPU time
counts towards the CPU quota.  So if your non blobstore activity
doesn't change, it would only be significant activity for the
blobstore that might push you over quotas.  But if you're trying it
out at smaller scale, I expect it won't push you over quotas.

On Dec 13, 6:17 pm, Moretto  wrote:
> What a mess...
>
> I was so excited when...
> [big snip]

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



[appengine-java] Re: No Billing -> No Blobstore

2010-12-13 Thread Moretto
What a mess...

I was so excited when...


Uncaught exception from servlet
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.appengine.runtime.Request.process-
cd1f1984e7e72c68(Request.java)
at com.google.net.rpc.RpcStub$RpcCallbackDispatcher
$1.runInContext(RpcStub.java:1025)
at com.google.tracing.TraceContext$TraceContextRunnable
$1.run(TraceContext.java:448)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:
688)
at com.google.tracing.TraceContext
$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:
326)
at com.google.tracing.TraceContext
$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:
318)
at com.google.tracing.TraceContext
$TraceContextRunnable.run(TraceContext.java:446)
at com.google.net.rpc.RpcStub
$RpcCallbackDispatcher.rpcFinished(RpcStub.java:1046)
at com.google.net.rpc.RPC.internalFinish(RPC.java:2122)
at com.google.net.rpc.impl.RpcNetChannel.finishRpc(RpcNetChannel.java:
2370)
at
com.google.net.rpc.impl.RpcNetChannel.messageReceived(RpcNetChannel.java:
1284)
at
com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:
319)
at
com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:
290)
at com.google.net.async.Connection.handleReadEvent(Connection.java:
474)
at
com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:
831)
at
com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:
207)
at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:
103)
at com.google.net.async.GlobalEventRegistry
$2.runLoop(GlobalEventRegistry.java:95)
at com.google.net.async.LoopingEventDispatcher
$EventDispatcherThread.run(LoopingEventDispatcher.java:385)

Unexpected exception from servlet: com.google.apphosting.api.ApiProxy
$FeatureNotEnabledException: The Blobstore API will be enabled for
this application once billing has been enabled in the admin console.



On 16 nov, 19:18, "Ikai Lan (Google)" 
wrote:
> You must enable billing. Blobstore is a billing only feature. You won't be
> charged unless you exceed quotas, however.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger:http://googleappengine.blogspot.com
> Reddit:http://www.reddit.com/r/appengine
> Twitter:http://twitter.com/app_engine
>
> On Tue, Nov 16, 2010 at 2:53 PM, andrew  wrote:
> > 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.

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