When I use blob services to serve a file out of google storage by
using the .serve API,
there doesn't appear to be a way to do error handling.

on dev server, if I request a file that doesn't exist and then call
.serve on it, it throws a 404. on production system,
it throws a 500.

try/catch on the exception doesn't seem to intercept it.

using static error handler doesn't seem to intercept the 500 error either.

I also don't see a way to check to see if the file exist. Since the
creation of the blobkey allow you to use
any filename, otherwise you'd have no way to create new file.

-- 
Omnem crede diem tibi diluxisse supremum.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to