我正在使用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-production/alotofstuff < /home/max/Documents/file.obj
执行后我总是得到:
curl: (6) Could not resolve host: <
curl: (3) <url> malformed
是否有其他方法可以二进制文件?
答案 0 :(得分:0)
我所要做的就是执行names
。
使用curl -T file.obj https://example.com
(与-T
相同)curl将--upload-file
用于PUT