Google Poly-https://poly.googleapis.com/v1/assets:startImport返回“找不到方法”

时间:2018-12-05 11:10:29

标签: google-api google-oauth2

我已经按照官方指南(https://developers.google.com/poly/develop/api#upload_an_asset)上传资产,并且成功上传了文件,但是当我调用Start import API时,它将返回:

{
  "error": {
    "status": "NOT_FOUND", 
    "message": "Method not found.", 
    "code": 404
  }
}

这是我的帖子请求:

POST /v1/assets:startImport HTTP/1.1
Host: poly.googleapis.com
Content-length: 148
Content-type: application/json
Authorization: Bearer *********

Body:
    {
      "displayName": "tree",
      "description": "tree",
      "importFormat": {
        "root": "*****",
        "resources": [
          "********"
        ],
        "formatType": "OBJ"
      }
    }

我什至尝试了https://developers.google.com/oauthplayground/,但是结果是一样的。

PS:我注意到在https://developers.google.com/apis-explorer/#p/poly/v1/上没有startImport api的踪迹。

更新(06/12/2018):我找到了这个https://support.google.com/poly/thread/427181?hl=en,似乎有一个白名单可以访问Upload API。现在我要等一个星期才能得到答复...

0 个答案:

没有答案