Open IanTaylorFB opened 6 years ago
The client_secret.json file downloaded from console.developers.com is named like this (fictional values).
client_secret.json
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.
client_secrets.json
client_secret*.json
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 namedclient_secret*.json
and use the file as is. If we find more than one file, we should tell the user and quit.