php - Google Developer Console does not give password when creating Service Account -
overall goal trying access (my own) google sheets server-side php application (not sheets owned individual app visitors). i'm hoping use https://github.com/asimlqt/php-google-spreadsheet-client, mentions doesn't handle oauth2 stuff, can use https://github.com/google/google-api-php-client.
so in trying follow https://developers.google.com/api-client-library/php/auth/service-accounts , says (step 5):
the console shows private key's password @ initial moment of service account creation--the password not shown again
however when steps, sends me .json (with private_key_id, private_key, client_email, client_id, type), @ no point show me kind of password. have tried both firefox , chromium, tried deleting old service account, making new service account. there else need enable on developers console? or else i'm missing?
when create service account on google api console, usually, file randomname.p12 downloaded automatically, , password file notasecret
but, if authenticating using service account beleive dont need password, tho using it, see here check out bram answer authenticating using service account, might looking for
Comments
Post a Comment