karamjaber
karamjaber
For some reason login with a proxy never worked for me. Try connecting to a network that doesn't use a proxy, and then do the login(This will generate a login...
Yes, This is exactly what i want to do. I have a device that runs hangups, and whenever he gets a video call i need it to answer this call...
Tried it in both Windows 10 and Windows 8.1
It looks like the the DNS queries are not the problem
Is there any other way that doesn't use httplib2 ? because socks is alwayes None... and when i change it to the number 3 it doesn't work....
It seems like that defining a proxy with httplib2 is not working, the code that i run is : ``` from pydrive.drive import GoogleDrive from pydrive.auth import GoogleAuth import httplib2...
No. An error message appears(timeour error), it seems like that it tries to send the request without the proxy: ``` TimeoutError: [WinError 10060] A connection attempt failed because the connected...