PyDrive: Invalid client secrets file

前端 未结 5 1526
轻奢々
轻奢々 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:39

    First go to: https://console.developers.google.com/project

    then go your project -> Apis and authentication -> credentials. Here you can download your client_secrets.json.

    Now copy this file (client_secrets.json) in the same directory that you are executing your .py

提交回复
热议问题