Google Apps Marketplace API customerLicense with OAuth2
问题 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