Re: [appengine-java] Problem with BlobStore

2011-07-04 Thread SwaminathanG
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, Bil

Re: [appengine-java] Problem with BlobStore

2011-07-04 Thread jMotta
In fact there is, but yet your application need to enable billing. http://code.google.com/appengine/docs/quotas.html#Blobstore *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.com ! On Mon, Jul 4, 2011 at 9:31 AM, Bilel L

[appengine-java] Problem with BlobStore

2011-07-04 Thread Bilel Labidi
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$FeatureNotEnabled