Google Apps Marketplace API customerLicense with OAuth2

雨燕双飞 提交于 2019-12-25 10:56:20

问题


We are migrating our Google Apps Marketplace Apps to OAuth2 authentication.

We have figured out some of difference in migration process such as replace OAuth1 two-legged authentication with Service Account OAuth2 strategy to impersonate domain and perform some background task.

In our current OAuth1 apps we have some queries to customerLicense service to check if some domain removed our App from Marketplace.

I have seen this is not possible to do with OAuth2 by the moment. Is there any Service with Service Account OAuth2 that replace this mechanism to check customerLicense for a specific Application?

Since I am using only service account keys I have not found documentation about how to consume this API with these type of credentials. In fact documentation says only Oaurh two legged keys are able to consume this API.

Can you send me some link where I can read about consuming this API with service account Keys?

Best,


回答1:


You should be able to use the same API with OAuth2. If there are any issues please let us know.



来源:https://stackoverflow.com/questions/21287987/google-apps-marketplace-api-customerlicense-with-oauth2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!