I am receiving the below SSLCertVerificationError when attempting to utilize the pygsheets library to store a pandas df on a gsheet:
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)
After reading numerous SO threads, I haven't determined HOW to download the certificate I need or where to even find it in the first place. I tried following along with urllib and "SSL: CERTIFICATE_VERIFY_FAILED" Error as I'm using Windows OS.
Where do you find the certificate to download and add to your cacert.pem file? I would like to avoid, if possible, the workarounds stated of not verifying the request.