oauth 2.0 - can not find client Secret on google OAUTH2 -


i trying read worksheet google drive, after lot of searching , reading (and importing jar files) managed this without errors. problem cant client secret need. on web says on json file or @ google's developer console when created id, not. json file this

{   "private_key_id": ".....",   "private_key": "-----begin private key-----......\n-----end private key-----\n",   "client_email": "xxxx@developer.gserviceaccount.com",   "client_id": "xxxx.apps.googleusercontent.com",   "type": "service_account" } 

thanks

it turns out had choose installed application instead of service account. option client secret created.


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -