PyDrive: Invalid client secrets file

前端 未结 5 1528
轻奢々
轻奢々 2021-02-14 15:23

I am trying to use PyDrive to get a list of all files in my Google Drive. I have read through the docs and completed all steps. I have client secrets.json saved down, but I cont

5条回答
  •  甜味超标
    2021-02-14 15:40

    Make sure that you call the file client_secret and not client_secret.json which may actaully be saved as client_secret.json.JSON when you save the file and you may go bananas for several hours trying to figure this out.

提交回复
热议问题