Hello, I am using GWT+GAE(Java). I am using Datastore api's to upload file data in csv format to my application. I use blobstoreService.createUploadUrl to get a blobstore URL. After I post to this URL(Along with a few of my parameters), the server responds with error 500. The files I am trying to upload are extremely small in size.
*Detail response:* <html><head><meta http-equiv="content-type" content= "text/html;charset=utf-8"><title>500 Server Error</title></head><body text= #000000 bgcolor=#ffffff><h1>Error: Server Error</h1><h2>The server encountered an error and could not complete your request.<p>Please retry your last submission.</p><p>If the problem persists, please contact the person responsible for the application you're using, or, if you are that person, <a href="http://code.google.com/appengine/community.html">report</a>your problem and mention this error message and the query that caused it. </h2></body></html> The same code works just fine in the development mode. However I get the above error after deployment. After searching on the web for this, I could only hit results which suggested that I need to enable billing. However according to the release docs, *Version 1.6.0 - November 7, 2011* *Blobstore, which was previously limited to apps with billing enabled, is now available for all apps. * http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes. My entire application is more or less ready. However this file upload just wont work. Please guide me as to what the issue could be. There is no log produced on the server. Any help would be appreciated. Thanks, Anupam PS- I am sorry I got the tittle wrong in my last post. Cant delete the post so re-posting here, -- 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 https://groups.google.com/d/msg/google-appengine-java/-/p_zszJ46g2AJ. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.