[appengine-java] Re: Datastore API for free applications.

2012-01-02 Thread dreamer
Billing may not be the issue, if at all should throw authorization exception. Appears like some timeout. Server exception log should give more details. Just to test the feature, initiate "blobstoreService.createUploadUrl" from server code itself. On Dec 31 2011, 1:42 pm, J wrote: > Is there any w

[appengine-java] Re: Datastore API for free applications.

2011-12-31 Thread J
Is there any way you could look at the Blob Viewer and delete the related entry and try again to see if it helps to clear the error? You might want to try to deploy with different version of the same app instance to see as well. -- You received this message because you are subscribed to the G

[appengine-java] Re: Datastore API for free applications.

2011-12-29 Thread Anupam
An update over my previous post. I have found out that the appengine-api-1.0-sdk-1.6.1.jar that I am uploading with my application decides as to which SDK version my application uses. So now that I am using 1.6.1 I guess my application is using the correct SDK version. Ref: http://code.google

[appengine-java] Re: Datastore API for free applications.

2011-12-29 Thread Anupam
I am sorry for such a basic question. However if I check appengine-web.xml I have not mentioned any SDK version. I also referred to http://code.google.com/appengine/docs/java/config/appconfig.html#About_appengine_web_xml and it does not mention anything about the SDK version. Please can you g

[appengine-java] Re: Datastore API for free applications.

2011-12-29 Thread Simon Knott
Whilst you don't control the maximum version that GAE supports, it does honour whichever version you've specified in your app configuration file. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web v

[appengine-java] Re: Datastore API for free applications.

2011-12-29 Thread Anupam
I read about SDK versions on GAE and am concluding that it does not matter how I upload my application. I do not control the version of SDK that App Engine instance is running. In that case app engine instance must be running the latest SDK and should support the Blobstore Api's for free appli

[appengine-java] Re: Datastore API for free applications.

2011-12-29 Thread Anupam
I am developing against 1.6.0 . I had earlier deployed the application with an older SDK. I had then deployed a new version of my application with SDK 1.6.0. I then set my this new version as my default. I hope the SDK version would get updated with my application after a fresh a deployment. T

[appengine-java] Re: Datastore API for free applications.

2011-12-29 Thread Simon Knott
Which SDK are you developing against - are you actually developing against 1.6+? Do you get any error in your server logs? Cheers, Simon -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit h