Home › Forums › Google Sheets Report Generator Discussion Forum › Connect Google Using Credentials › Reply To: Connect Google Using Credentials
Hi Nguyen Le,
There is a FAQ section in the installation procedure document whiche explains specifically about WinError 10013. Below is the excerpt
Why do I get the OSError: [WinError 10013] error?
Error 899404774 occurred at Error Detail: OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
Answer: This error occurs due to the usage of port 8080 by some other applications in the PC. To fix this, open flow.py under google python package and edit the ln:369 with different port. Any port like 8070 would work. Flow.py can be typically found under C:\Users\Win7VM\AppData\Local\Programs\Python\Python37-32\Lib\sitepackages\google_auth_oauthlib
Thanks,
AJ