Oauth 2.0 如何处理UpgradeableApp api的错误,该api用于将google apps marketplace应用程序升级为使用OAuth 2.0身份验证?

Oauth 2.0 如何处理UpgradeableApp api的错误,该api用于将google apps marketplace应用程序升级为使用OAuth 2.0身份验证?,oauth-2.0,google-apps-marketplace,Oauth 2.0,Google Apps Marketplace,我们正在使用升级我们的google apps marketplace应用程序以使用oauth2身份验证。但当我们调用此api时,会出现以下错误: { "error": { "errors": [{ "domain": "global", "reason": "conditionNotMet", "message": "AppId 691703567391 for listing id 3198+184

我们正在使用升级我们的google apps marketplace应用程序以使用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."
    }
}

这是什么意思?我们如何处理这个错误?

这个特定的错误出现是因为这个应用程序混合了基于OAuth1和OAuth2的客户端。该团队已经推出了一个修复程序,几天后它应该会退出角色。

非常感谢。Jonathan,修复程序准备好后,你能在这里发表评论吗?工程部已确认修复程序现在应该投入生产。@jonathanberi,我对可升级的应用程序api有另一个问题。你能看一下或者让我知道如何联系谷歌吗?谢谢