Google OAuth 2 authorization - Error: redirect_uri_mismatch

前端 未结 30 1983
遥遥无期
遥遥无期 2020-11-22 02:58

On the website https://code.google.com/apis/console I have registered my application, set up generated Client ID: and Client Secret to my a

30条回答
  •  后悔当初
    2020-11-22 03:21

    for me it was because in the 'Authorized redirect URIs' list I've incorrectly put https://developers.google.com/oauthplayground/ instead of https://developers.google.com/oauthplayground (without / at the end).

提交回复
热议问题