tim1mw / pycon_capture

Automated conference video capture and upload for PyconUK (and others)
4 stars 3 forks source link

Use downloaded client secret file ‘as is’ #17

Open IanTaylorFB opened 5 years ago

IanTaylorFB commented 5 years ago

The client_secret.json file downloaded from console.developers.com is named like this (fictional values).

client_secret_873061284567-jeq87h6d8whdui9j5b3hruemlsiwqnfghj.apps.googleusercontent.com

At present, this has to be moved and renamed to client_secrets.json. There is no need for the rename, we should look for any file named client_secret*.json and use the file as is. If we find more than one file, we should tell the user and quit.