a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
79 stars 31 forks source link

Where to find all these credentials #3

Closed jijonj closed 4 years ago

jijonj commented 4 years ago

Pardon me for being a noob in flutter but I really wish to ask, Where to find all these credentials I enabled sheets api to my firebase project and it shows some of the mentioned creds like project_id client id etc. but not all. Also what is client email, is it my own email which the google sheet it goes to or the service account address

"type": "service_account", "project_id": "", "private_key_id": "", "private_key": "", "client_email": "", "client_id": "", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": ""

If there is a screen shot or demo video it's very helpful, I am sorry I know its too much to ask.

a-marenkov commented 4 years ago

Hi @jijonj

Sorry, for not replying to you. You closed the issue shortly after creating it, so i assumed you'd found the solution.

Anyway, following your question i wrote an article on Medium "How To Get Credentials For Google Sheets" https://medium.com/@a.marenkov/how-to-get-credentials-for-google-sheets-456b7e88c430

Thanks!

jijonj commented 4 years ago

Thank you for your response. I appreciate your support. The medium article is quiet nice. Every step is covered.

Thank you once again

Doomd commented 4 years ago

I think it would be helpful if you included the instructions on how to get credentials in the example...

a-marenkov commented 4 years ago

I think it would be helpful if you included the instructions on how to get credentials in the example...

@Doomd Thanks for suggestion. I've added link to the article to Usage part of the README.