Hello
I'm new to the Blobstore so please help.
I'm trying to use a really standard GWT RPC like this:
public String askForBlobStoreURL() {
try {
return BlobstoreServiceFactory.getBlobstoreService()
.createUploadUrl("/complejidad/u");
} catch (java.lang.IllegalArgumentException ex) {
ex.printStackTrace();
} catch (BlobstoreFailureException ex) {
ex.printStackTrace();
}
return null;
}
It works OK in development mode but it crashes every time in the server at
the App Engine.
I have tried a lot of things but nothing seems to work.
Again, please help...
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.