Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello Folks,

I am working on the speech to text process for audio file. I am using google API to convert calls into text. For the conversion process I am using google cloud storage but I am getting the error i.e. "Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly create credentials and re-run the application. For more information, please see https://cloud.google.com/docs/authentication/getting-started" again and again.



Can anybody please help me to recover this error.

What I have tried:

Although I have created a json file of google credential and after running that file it is working. But when I import the credential file in my python code it shows the same bug which mentioned above.
Posted
Updated 4-Nov-19 20:10pm
Comments
Richard MacCutchan 5-Nov-19 4:08am    
Are you sure that the JSON file can be seen by Google? That is have you set the environment variable as directed on the above web page?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900