"不良内容类型"使用Curl和GAE Blobstore

时间:2014-08-18 18:06:39

标签: google-app-engine curl blobstore

我正在使用blobstore.create_upload_url('/upload')为POST请求生成一个url,我将发送一个jpeg。 App引擎正确返回URL。鉴于URL我一直使用curl发布图片,但我一直收到“Bad content type。请使用multipart”返回。

有人有任何想法如何处理这个?我搜索了一下,并没有发现很多。

卷曲命令:curl -X POST -d @download.jpg --header "Content-Type:multipart/form-data" LINK_FROM_GAE

编辑:我也试过了 curl --form "fileupload=@download.jpg" --header "Content-Type:multipart/form-data" LINK_FROM_GAE 没有任何运气。

0 个答案:

没有答案