Google Marketplace license api suddenly does not work

后端 未结 1 1115
情深已故
情深已故 2021-02-02 02:58

Since approx 5:30 UTC we are receiving only this response for this api call

https://www.googleapis.com/appsmarket/v2/customerLicense/{appId}/{customer}

{\"error\

1条回答
  •  醉酒成梦
    2021-02-02 03:26

    This issue should now be fixed by Google.

    If you are still experiencing 403 Forbidden on marketplace API calls make sure you are following these guidelines

    Access to these APIs is restricted: only project members of the Developer Console project associated with your application may use the API. Specifically, these project members must be in Can Edit or Is Owner roles. You may also access UserLicense and CustomerLicense as the logged in user to your app. Refer to https://cloud.google.com/compute/docs/access/add-remove-change-permissions-for-team-members to learn how to add members to your project.

    For example by doing the API requests using a service account in the Google Cloud Platform Project for you application without using any impersonation/delegation.

    0 讨论(0)
提交回复
热议问题