{fault.name} - 指定的 client_id 无权访问 api 产品

{fault.name} - The client_id specified does not have access to the api product

我正在学习本教程: https://developer.autodesk.com/en/docs/model-derivative/v2/tutorials/prepare-file-for-viewer/

在前面的步骤中,我获取了令牌,为存储桶获取了一个令牌,创建了一个令牌并在其中上传了一个文件。

但是,当我在下一步尝试将我的文件转换为 svg 时,我收到此消息:

{fault.name} - The client_id specified does not have access to the api product

Postman 中,我已经这样做了 :

POST https://developer.api.autodesk.com/modelderivative/v2/designdata/job

-- Header
Content-Type:application/json
Authorization:Bearer eyJhbGciOiJIUzI1...

-- Body 
   {
        "input": {
          "urn": "dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6ZGV2c3RlZWxidWNrZXQvc2t5c2NwcjEuXXXX"
        },
        "output": {
          "formats": [
            {
              "type": "svf",
              "views": [
                "2d",
                "3d"
              ]
            }
          ]
        }
      }

而且我在 Google 中没有找到任何解决方案。

您需要activate your account

如果您在激活帐户后仍遇到同样的问题,另一种可能是-

你可能在创建锻造APP时错过了“模型衍生API