Google OAuth2 Authorizing OAuth token error: redirect_uri_mismatch

后端 未结 11 1795
青春惊慌失措
青春惊慌失措 2020-11-30 06:59

I am Creating and Authorizing an OAuth Token according to this webpage: https://code.google.com/p/google-mail-oauth2-tools/wiki/OAuth2DotPyRunThrough

But I got this

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 07:30

    Please note that the 'redirect_uri' value of the Token request need to be the same as the 'redirect_uri' value of the Authorization request.

提交回复
热议问题