在Google控制台中更新重定向列表后,无法获取访问令牌。 “ error_description”:“未经授权”,“ error”:“未经授权的客户端”

时间:2019-07-14 07:43:59

标签: oauth google-api google-oauth google-oauth2

我正在尝试获取refresh token在Google 24 hoursoauthplayground之后没有过期的消息,但是我收到错误消息:

{
"error_description": "Unauthorized", 
"error": "unauthorized_client"
}

我在Google控制台中使用https://developers.google.com/oauthplayground更新了重定向网址。

我还更新了Google client id上的client secretoauth playground的配置设置。

一些帖子提到这需要一些时间,但是我在12个小时前就完成了,但是仍然出现错误。 任何帮助将非常感激。 以下是完整的回复:

HTTP/1.1 400 Bad Request
Content-length: 68
X-xss-protection: 0
X-content-type-options: nosniff
Transfer-encoding: chunked
Vary: Origin, X-Origin, Referer
Server: scaffolding on HTTPServer2
-content-encoding: gzip
Cache-control: private
Date: Sun, 14 Jul 2019 11:35:13 GMT
X-frame-options: SAMEORIGIN
Alt-svc: quic=":443"; ma=2592000; v="46,43,39"
Content-type: application/json; charset=utf-8
{
  "error_description": "Bad Request", 
  "error": "invalid_grant"
}

1 个答案:

答案 0 :(得分:0)

  

unauthorized_client

意味着您发送的客户端ID和/或密码无效(已删除),或者您从Google开发者控制台复制了错误。

除非您只参加一个用户并刷新应用程序令牌,否则您实际上不应该使用开发人员控制台来生成令牌。您应该使用自己的应用程序执行此操作。