Using google cloud service account -


i given google cloud service account 1] client id 2] email id 3] certificate fingerprint 4] .p12 file

i had java process communicating big query own personal email account client secret file etc. setup working fine.

now have use service account, did not see client secret provided account. wondering how supposed integrate service account current process.

i tried find bunch of things on google found this: https://developers.google.com/identity/protocols/oauth2serviceaccount

is correct way use or service accounts there else ? there better example somewhere can see proper steps use info have access google cloud app service account.

thanks.

yes, link have way use service account. need "client secret" the developer console, in form of json or p12 file.

as example, storage-serviceaccount-cmdline-sample should serve simple sample.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -