为什么我不能 运行 这个 curl 命令?

Why am I not able to run this curl command?

我尝试按照 IBM 的文档为我的 IBM Watson Visual Recognition API 创建自定义模型。我卡在这一点上了。

这里有两个问题

  1. MacBook 上的自动解压缩功能(已启用)。因此,Zip 文件被解压缩,.zip 文件被移动到 Trash 文件夹。只需将 .zip 文件从垃圾箱移动到您在终端上指向的文件夹,然后 运行 命令。有效!!

  2. 您的 API 键中不需要花括号,这是对我有用的 curl 命令(突出显示的示例 APIKEY 值)

    curl -X POST -u "apikey:4nsDxUBNqlcL1bU_aAJl9lxxxxxxxx" -F "beagle_positive_examples=@beagle.zip" -F "goldenretriever_positive_examples=@golden-retriever.zip" -F "husky_positive_examples=@husky.zip" -F "negative_examples=@cats.zip" -F "name=dogs"“https://gateway.watsonplatform.net/visual-recognition/api/v3/classifiers?version=2018-03-19