Skip to content Skip to sidebar Skip to footer

Google Api Oauth2.0 Quickstart.py

When I use Quickstart.py code sample given in Google API, I am getting this error. Any thoughts as to why this error is generated ? link:https://developers.google.com/google-apps/c

Solution 1:

In your client_secret.json file add redirect_uris block at the end. Your file should be like: {"web":{"client_id":"foo","project_id":"bar","auth_uri":"foo","token_uri":"bar","auth_provider_x509_cert_url":"foo","client_secret":"bar", "redirect_uris":"http://domain_name _where_you_want_to_redirect/"}}


Post a Comment for "Google Api Oauth2.0 Quickstart.py"