Answered my own question... I was redirecting to a bad "success url", which didn't support POST. Not the most informative error, but still understandable.
On Aug 27, 12:58 pm, tempy <[email protected]> wrote: > Hello all, > > I am trying to upload to the blobstore from an installed c# client, > not a browser. So far, I've only tried the development server... I > can see in the datastore viewer that the blobs are being correctly > created because there are corresponding blobinfo objects that > correctly reflect the uploaded data, but my client gets a 405 response > from the blobstore and my "success url" never gets invoked. How does > one go about debugging this? I don't see any kind of output from the > blobstore on the eclipse console, so I'm not sure where to start. > > Thanks, > Mike -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
