I want to run the google cloud speech python sample in my pycharm.
But encountered the
ApplicationDefaultCredentialsError: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
And I tried this solution but it doesn't work. Can anyone help me? Thanks!
PS: The google sample can run in the terminal well.