How do I integrate filepicker.io with google app engine (blobstore)?
问题 So I'm trying to use filepicker.io with a GAE application. The filepicker widget returns the URL of the file that a user uploaded. How do I then use this url to upload the file to GAE's blobstore? The blobstore only supports "file uploading through a form", so the real question is how to fake a form POST containing the URL of a file. 回答1: Faking a form post is possible, but it's much simpler to use the Files API Edit: To use the File API with urlfetch you would write something like this: from