google-api-java-clientgoogle-apps-marketplacegoogle-workspace

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


I'm trying to list all domain installations of my application.

For this I:

All the time I get the same 403 error:

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

Could any one explain what do I miss here?


Solution

  • I've added to more roles: Project Browser and Project Viewer. Either one of them or they both seems to have fixed the problem.