Google API access using Service Account oauth2client.client.CryptoUnavailableError: No crypto library available

后端 未结 5 1605
夕颜
夕颜 2020-12-10 02:55

I am trying to create a service account app so that I can access Google Analytics api using Python. Two things are confusing me. First, when I use the following code:

5条回答
  •  一生所求
    2020-12-10 03:56

    This did the trick for me (without converting to PEM):

    pip install PyOpenSSL
    

    pip freeze says I have version 0.15.1

提交回复
热议问题