In my Google Developer Console, I have downloaded credentials json file. It looks like this:
client_secret-000000000-aaaaaaaaaa0a.apps.googleusercontent.json
I want to use google-api-client
for ruby. In what folder do I need to place this json
file? Also, how can I access it? All tutorials about this just skips it.
You may store it in any suitable directory, e. g.
config
(conventionally),lib
,db
etc.To access it, use: