我正在关注此Google 文档以使用 oauth 进行帐户链接。在令牌交换请求项中,我收到了下面的 JSON,如预期的那样:
{
"client_id" : "*****",
"client_secret" : "*****",
"code" : "myauthorization_code",
"grant_type" : "authorization_code",
"redirect_uri" : "https://oauth-redirect.googleusercontent.com/r/****"
}
我的回答是:
{
"access_token" : "myaccess_token",
"expires_in" : 3600,
"refresh_token" : "myrefresh_token",
"token_type" : "Bearer"
}
但我在 iOS 的 Google 助理应用程序中收到“出了点问题,请稍后再试”错误。在堆栈驱动程序中,我收到错误:
SYNC: Request ID 4417600193631747637 failed with code: OPEN_AUTH_FAILURE