Google OAuth2 Autoryzowanie błędu tokenu OAuth: redirect_uri_mismatch

Tworzę i autoryzuję token OAuth zgodnie z tą stroną:https://code.google.com/p/google-mail-oauth2-tools/wiki/OAuth2DotPyRunThrough

Ale dostałem ten błąd: redirect_uri_mismatch.

The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob did not match a registered redirect URI
from_login=1
cookie_policy_enforce=false
scope=https://mail.google.com/
response_type=code
access_type=online
redirect_uri=urn:ietf:wg:oauth:2.0:oob
as=-80019291b2cb8ed
display=page
pli=1
client_id=......
authuser=0
hl=en

Myślałem, że to może być pomocne:Autoryzacja Google OAuth 2 - Błąd: redirect_uri_mismatch

Ale kiedy próbuję zarejestrować adres URL przekierowania do mojej konsoli, powiedziano mi, że adres URL jest nieprawidłowy.

questionAnswers(9)

yourAnswerToTheQuestion