我们正在使用UpgradeableApp api升级我们的Google Apps应用市场应用以使用oauth2身份验证。但是当我们调用这个api时,我们会收到以下错误:
{
"error": {
"errors": [{
"domain": "global",
"reason": "conditionNotMet",
"message": "AppId 691703567391 for listing id 3198+1842896415262219465 is not Oauth1.0 enabled.",
"locationType": "header",
"location": "If-Match"
}],
"code": 412,
"message": "AppId 691703567391 for listing id 3198+1842896415262219465 is not Oauth1.0 enabled."
}
}
这是什么意思?我们如何处理这个错误?
答案 0 :(得分:0)
出现了这个特殊的错误,因为有问题的应用程序混合了OAuth1&基于OAuth2的客户端。该团队已经推出了一个修复程序,它应该在几天内完成。