Skip to content

How to get Google Cloud service account credentials

ノア edited this page Mar 7, 2023 · 1 revision

IMPORTANT NOTE: The credentials generated in this guide should be treated like passwords. NEVER share your credentials with anyone unless you know what you're doing. If you think your credentials are compromised, please return to the credentials page, generate new ones and delete the previous ones.

Create a Google Cloud Platform account

image

Create a Google Cloud Platform project

Once your account has been created, create a new project if Google doesn't already ask you to.

image

Enable Google Cloud Speech-to-Text

Enable Google Cloud Speech-to-Text for the project if you want to use Speech-to-Text-to-Speech.

image

Enable Google Cloud Translation

Enable Google Cloud Translation for the project if you want to use Translation.

image

Create a Google Cloud service account credentials file

image

  • Enter a name for the service account
  • Click "Create and continue"

image

  • Select the "Cloud Speech Client" role if you want to use Speech-to-Text-to-Speech
  • Select the "Cloud Translation API User" role if you want to use Translation

image

  • Press "Done" to create the service account
  • You should be redirected to the credentials page then click on the newly created service account

image

  • Go to "Keys"
  • Click on "Add key" and "Create new key"

image

  • Select "JSON" and click on "Create"

image

You should be prompted to download the service account credentials file.

  • Import the service account credentials file in Izabela

image

You should see "Credentials found" and have access to Speech-to-Text-to-Speech and/or Translation from this point.