kelciour / awesometts-anki-addon

AwesomeTTS text-to-speech add-on for Anki
GNU General Public License v3.0
31 stars 2 forks source link

Error when I am trying to record #13

Closed anandrajput116 closed 4 years ago

anandrajput116 commented 4 years ago

Hey there I am getting this error when I am trying to record 403 client error forbidden

kelciour commented 4 years ago

I guess, you created your own API key but haven't enabled the Text-to-Speech API for your project. Try to use your key with this link https://texttospeech.googleapis.com/v1beta1/voices?key=API_KEY to get a bit more information about the error or use this link from https://stackoverflow.com/a/50784790 to enable the Text-to-Speech API - https://console.cloud.google.com/flows/enableapi?apiid=texttospeech.googleapis.com

anandrajput116 commented 4 years ago

Thank you, sir, for your help. My issue is resolved.