Perhaps this ancient PUT bug is part of the problem? http://code.google.com/p/googleappengine/issues/detail?id=170
If so, try the workaround. - if self.method != 'POST': + if self.method not in ['POST','PUT']: -- G On Dec 15, 2:08 am, oli <[email protected]> wrote: > It's nice that it's now possible to upload files larger than 1MB. > > Do you have any plans to support PUT uploads for Blob Store? e.g. for > implementing a S3-like interface on appengine. Would the appengine > infrastructure allow this or is it impossible? -- 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.
