Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-18 Thread Stuart Langley
What do you think is a bug? When using the dev server all of the APIs are simulated on the local machine. For the null ptr you need to post the stack trace and/or a repro. On Mon, Mar 19, 2012 at 12:02 PM, Vik wrote: > yes i saw that though I do not see the possible solution for it? > > Is it a

Re: [appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-18 Thread Vik
yes i saw that though I do not see the possible solution for it? Is it a bug in google app engine or cloud storage apis? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Sun, Mar 18, 2012 at 2:40 PM, Stuart Langley wrote: > I responded to your question in SO

[appengine-java] Re: need help on issue in storing to google storage using java apis

2012-03-18 Thread Stuart Langley
I responded to your question in SO On Sunday, 18 March 2012 16:45:38 UTC+11, vikceo wrote: > > Hie > > Can someone help on > http://stackoverflow.com/questions/9755670/storing-data-to-google-cloud-storage-using-gae-for-java > > please? > > Thankx and Regards > > Vik > Founder > http://www.sak

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 createU

[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 hittin