Re: [appengine-java] Re: Google App Engine blobstore uploader and Google storage

2012-03-20 Thread doright
Hi Christian, I came across this same problem too. However the next gotcha is that, as far as I can see, these same fields are then translated into Parameters when forwarded to your own servlet that you specify via the createUploadUrl. i.e. you need to send as hidden fields from your form,

[appengine-java] Re: Google App Engine blobstore uploader and Google storage

2012-03-18 Thread Stuart Langley
I read your post a few times but I'm struggling to understand what it is you're trying to say - can you make it a little clearer what your symptoms are and what you've tried to do to fix it? Thanks On Sunday, 18 March 2012 04:16:45 UTC+11, Christian Goudreau wrote: Hi folks, I'm hitting a

Re: [appengine-java] Re: Google App Engine blobstore uploader and Google storage

2012-03-18 Thread Christian Goudreau
I resolved my problem. The problem is simple: using blobstore.createUploadUrl doesn't always work in production while it's working in development. There's no symptoms, but a cryptic error 500 and it is why you didn't understood my problem, there's nothing more to say about it. Before using