Error to download Drive Files
See original GitHub issueHello, I’m trying to download files from Drive with the following command:
gam user usar@domain get drivefile id 1dgfgdfgfus8caKZWYNLpp6SQDqWhOfuG_oNNNJEs-BM6NAc revision 18 format microsoft
, but I’m taking the error below:
Downloading Google Doc: D:\gam\ACALL .xlsx Traceback (most recent call last): File “gam.py”, line 11307, in <module> File “gam.py”, line 11174, in ProcessGAMCommand File “gam.py”, line 4279, in downloadDriveFile File “oauth2client\transport.py”, line 175, in new_request File “oauth2client\transport.py”, line 282, in request File “httplib2_init_.py”, line 1659, in request File “httplib2_init_.py”, line 1399, in request File "httplib2_init.py", line 1319, in conn_request File "httplib2_init.py", line 1092, in connect httplib2.SSLHandshakeError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) Failed to execute script gam
Can you help me?
Thanks in advance
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Dinei,
In the short run, make an empty file named noverifyssl.txt anon the same directory as gam.
I have added code to my Advanced GAM ( https://github.com/taers232c/GAMADV-XTD) to handle this situation. See: https://github.com/taers232c/GAMADV-XTD/wiki/SSL-Root-CA-Certificates
Ross
On Mon, Jul 30, 2018 at 1:55 PM Dinei A. Rockenbach < notifications@github.com> wrote:
– Ross Scroggs ross.scroggs@gmail.com
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.