Calendar App Engine Sampleを実行しようとしています。しかし、で実行した後http://localhost:8888
、次のエラーが発生します。
Error: redirect_uri_mismatch
The redirect URI in the request: http://localhost:8888/oauth2callback did not match a registered redirect URI
Learn more
Request Details
cookie_policy_enforce=false
scope=https://www.googleapis.com/auth/calendar
response_type=code
access_type=offline
redirect_uri=http://localhost:8888/oauth2callback
display=page
client_id=400798961688.apps.googleusercontent.com
私のGoogleコンソールには、次のURLが登録されています。
Redirect URIs:
http://localhost:8888/oauth2callback
https://localhost:8888/oauth2callback
JavaScript origins: http://localhost:8888
https://localhost:8888
誰でも私を助けることができますか?