Sorry, my bad. I was setting the handler's http response status to 204, 
which seemed to be messing up blobstore service. Setting the handler's 
response status to 200 fixes blobstore downloads.



On Friday, February 13, 2015 at 9:49:47 PM UTC-5, Hussein Vastani wrote:
>
> Hi all,
> I have a java app engine application thats under development, currently 
> running on v 1.9.17. 
>
> Since this afternoon (Fri Feb 13, 2015), any attempts to download blobs 
> with a blobKey (as described in the docs 
> <https://cloud.google.com/appengine/docs/java/blobstore/#Java_Serving_a_blob>)
>  
> is returning with a HTTP 500 error, with the headers saying Google Frontend 
> error. I can see the handler getting called in java to process the download 
> request, but it goes kaput after blobStoreService takes over (serve blobKey 
> method). 
>
> I can upload videos just fine, but downloads using a blobKey, and the 
> blobStoreService.serve() method product HTTP 500 errors. 
>
> The app has been working just fine until today. I've tried switching to a 
> GCS bucket, but to no avail. 
>
> Please advise.
>
> Thanks.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/61376a3a-b7c9-4efc-b2c2-04080ce3c6d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to