You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
It opens a browser tab. I login and authorise. It redirects to the redirect uri with appropriate code(http://localhost:8080/code=...) and displays 'it works'.
However nothing happens in the terminal where I expect to see authentication successful.
Am I missing anything here?
I followed steps mentioned in the documentation of pydrive.
The text was updated successfully, but these errors were encountered:
I am running below code:
from pydrive.auth import GoogleAuth
gauth = GoogleAuth()
gauth.LocalWebserverAuth()
It opens a browser tab. I login and authorise. It redirects to the redirect uri with appropriate code(http://localhost:8080/code=...) and displays 'it works'.
However nothing happens in the terminal where I expect to see authentication successful.
Am I missing anything here?
I followed steps mentioned in the documentation of pydrive.
The text was updated successfully, but these errors were encountered: