Sadly no, the post you linked shows an exception from the blobstore itself. In my case there is no exception from the blobstore, the blobstore just happily passes an empty map of blob-keys to my "success handler," with no indication that anything went wrong.
On Nov 2, 10:52 pm, "A. Stevko" <[email protected]> wrote: > could it be this > problem?http://code.google.com/p/googleappengine/issues/detail?id=2771 > > > > > > > > On Tue, Nov 2, 2010 at 12:17 PM, tempy <[email protected]> wrote: > > Hello, > > I have yet to get the blobstore functioning correctly in my app. My > > code works in development, but not in production. > > > I use the built-in oauth support and have an installed app connecting > > to the GAE app. The installed app requests an upload URL from an > > endpoint that is secured by oauth, and I was surprised to see that > > BlobStoreService.CreateUploadURL() produces a URL that has all the > > oauth stuff in it. Here is the URL it produced: > > >http://MYAPPo.appspot.com/_ah/upload/?oauth_token=1%2FTRaFrr7-6m5xxxx... > > ' > > > When my installed app then tried to POST to this URL, it gets a 500. > > The Blobstore then proceeds to call my GAE app with the URL I supplied > > to CreateUploadURL(), and passes along all the parameters that the > > client app sent to the Blobstore, but (as expected) without a > > Blobstore key. I don't see any blobs in the blob viewer. > > > I wonder if the oauth code is somehow at fault here, but other than > > that I don't really know where to start diagnosing this. > > > Thanks, > > Mike > > > -- > > 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]<google-appengine%2Bunsubscrib > > [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.
