Hi,

I got the same error, when i used Blob Store in my app.

Blob Store services will be available only when u enable billing. Follow the
link below

http://code.google.com/appengine/docs/billing.html

If you use more than 1GB in blob store, you will be billed.

On Mon, Jul 4, 2011 at 6:01 PM, Bilel Labidi <bi...@neediz.com> wrote:

> Hi
>
> Am working on a project using GWT+GAE, i try to add a user profil
> (BlobService to uplad image).
> This works on local client but once I upload it to online and open the
> app, it shows the error message as follows
>
> 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-8a690d78b7b79704(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:2038)
>        at
> com.google.net.rpc.impl.RpcNetChannel.finishRpc(RpcNetChannel.java:
> 2352)
>        at
> com.google.net.rpc.impl.RpcNetChannel.messageReceived(RpcNetChannel.java:
> 1279)
>        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:384)
> 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.
>
> There is no minimum free quota available for users? How can i make an
> online test without enable my admin console?
>
> --
> -Thanks
> -LABIDI Bilel
> -Neediz
>
> --
> 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-java@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-java@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