在 Google Apps Marketplace API 中获取 "Not authorized to access the application ID"

Getting "Not authorized to access the application ID" in Google Apps Marketplace API

我正在尝试列出我的应用程序的所有域安装。

为此我:

我总是收到相同的 403 错误:

{
    "error": {
         "errors":[{
             "domain": "global",
             "reason": "forbidden",
             "message": "Not authorized to access the application ID"
         }],
         "code":403,"message":"Not authorized to access the application ID"
    }
}

谁能解释一下我在这里错过了什么?

我添加了更多角色:项目浏览器和项目查看器。他们中的任何一个或他们两个似乎都解决了问题。