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
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