goenning/google-indexing-script

how can i Download the JSON file with the credentials of the service account 。

cced3000 opened this issue · 4 comments

how can i Download the JSON file with the credentials of the service account. I can't find a place to download it. Could you please provide more detailed instructions?

how can i Download the JSON file with the credentials of the service account. I can't find a place to download it. Could you please provide more detailed instructions?

To download the JSON file from Google Cloud:

  1. Go to IAM & Admin, click on "Service Accounts."
  2. Select your service account, click on the "Keys" tab.
  3. Add a new key, choose "Create new key."
  4. Set "Key type" to "JSON" and click "Create."
  5. Download the JSON file prompted by your browser.

Remember: It's a one-time download, consider temporary access for better security.

Thanks @4troDev

Thank you so much @4troDev