franciscop / translate

:sa: Translate text on node.js and the browser with promises
MIT License
288 stars 44 forks source link

Calling the translate() function results in "Requests to this API [...] are blocked" error #29

Closed mathiasm74 closed 3 years ago

mathiasm74 commented 3 years ago

As per the title. The full error is "Error: Requests to this API translate method google.cloud.translate.v2.TranslateService.TranslateText are blocked."

Is this because the v2 API has been deprecated (current version is v3)? Not been able to find any info about this.

franciscop commented 3 years ago

Unfortunately I have been unable to test with Google Translate since they moved to corporate and required a Google Cloud account to test it out (I'm def not going to sign up to Google Cloud, specially only to maintain this project).

If you find a solution please feel free to share or send a PR. I know it used to work with Google Translate when it was released, unknown as of now.

franciscop commented 3 years ago

Duplicate of https://github.com/franciscop/translate/issues/27