放二进制数据python sharemy3d

时间:2017-07-05 12:24:59

标签: python curl put

我正在使用ShareMy3D API并遇到问题。

  

我有文件上传链接,需要执行

curl -X PUT -T - "[UPLOAD_URL]" < PATH_TO_LOCAL_FILE  

我的特定CURL命令:

curl -X PUT -T - https://storage.googleapis.com/sharemy3d-central-us-1-produc‌​tion/alotofstuff < /home/max/Documents/file.obj

执行后我总是得到:

curl: (6) Could not resolve host: <
curl: (3) <url> malformed

是否有其他方法可以二进制文件?

1 个答案:

答案 0 :(得分:0)

我所要做的就是执行names
使用curl -T file.obj https://example.com(与-T相同)curl将--upload-file用于PUT