Error trying to access “google drive” with python (google quickstart.py source code)

前端 未结 3 1897
迷失自我
迷失自我 2021-01-13 00:00

I\'m trying to learn how to access Google Drive from Python but I have problems.

I followed the tutorial of google\'s official website: https://developers.google.co

3条回答
  •  -上瘾入骨i
    2021-01-13 00:50

    Actually adding the code mentioned above fixes the problem entirely.

    import logging
    logging.basicConfig(filename='debug.log',level=logging.DEBUG)
    

提交回复
热议问题