此问题与发布的“非管理员可以在域上安装应用程序”功能有关:http://googleforwork.blogspot.com/2014/09/google-apps-marketplace-to.html
我看到,当非管理员将我们的应用程序安装到他们的域中(通过使用白名单)时,从"https://www.googleapis.com/appsmarket/v2/customerLicense/“端点返回的https://www.googleapis.com/appsmarket/v2/customerLicense/仍然没有许可证。当管理员安装应用程序时,CustomerLicense被正确地设置为ACTIVE。
好像是个虫子。如果没有,GAM团队的人能帮我澄清一下我在这里应该期望什么吗?谢谢!
发布于 2015-01-06 08:32:24
非管理员只为自己安装应用程序。由于CustomerLicense api用于查询域级许可信息,因此该api将正确返回未授权的信息。
尝试使用UserLicense api而不是https://developers.google.com/apps-marketplace/v2/reference/userLicense。
https://stackoverflow.com/questions/27790390
复制相似问题