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
Are you running the code natively or in a docker image (like a colab runtime)?
Try seeing if the webserver is listening on port 8080 using lsof -i
Also try doing a tcpdump to see if the packets come through tcpdump -i lo -vvv port 8080
if in docker you'll have to pass port 8080 through to the main OS -p 127.0.0.1:8080:8080
I am using the following standard code.
I am getting the following error.
I am using MacOS (intel).
I was able to find such issue in stackoverflow also
https://stackoverflow.com/questions/64995468/fail-to-authenticate-with-pydrive-to-google-drive
The solution from stackoverflow is not working for me.
I am using PyDrive2 1.17.0
How can I sole the issue? I am using port 8080. Should I try another port?
The text was updated successfully, but these errors were encountered: