How to use a service account with Google's python api and drive?
问题 I try to write python 2.7 script to upload a file into my personal google drive folder. After several problems I stuck know. This is my current error: NotImplementedError: PKCS12 format is not supported by the PyCrpto library. Try converting to a "PEM" (openssl pkcs12 -in xxxxx.p12 -nodes -nocerts > privatekey.pem) or using PyOpenSSL if native code is an option. I already tried to run this commands, as mentiod in this question and answer. openssl pkcs12 -in privatekey.p12 -nodes -nocerts >