I don't use Blob, I use DataStore. I break the image in to 1 MB chunks so that I don't have to use Blob.
From: [email protected] [mailto:[email protected]] On Behalf Of Seth Nickell Sent: Wednesday, April 13, 2011 11:45 AM To: [email protected] Subject: Re: RE: [google-appengine] images.get_serving_url() getting a ImagesServiceError.UNSPECIFIED_ERROR on real server Hi Brandon, I get this error even if the blob contents I write are a short string like "TEST" + the error seems to occur on the call to get_serving_url(), which seems strange. I think this problem is related to the write support somehow? Or maybe I misunderstood the problem you are working around with that approach? thanks -Seth -- 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. -- 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.
