google-translate-api icon indicating copy to clipboard operation
google-translate-api copied to clipboard

Url confirmation

Open omar391 opened this issue 9 years ago • 1 comments

Hi,

I am porting this lib into JAVA. However, I need to confirm the final url because it is failing with 403 err. Please confirm following url format for q="hello":

https://translate.google.com/translate_a/single?client=t&dt=at&dt=bd&dt=ex&dt=ld&dt=md&dt=qca&dt=rw&dt=rm&dt=ss&dt=t&ie=UTF-8&oe=UTF-8&otf=1&ssel=0&tsel=0&kc=7&sl=en&tl=bn&hl=bn&q=hello&tk=29979.29979

omar391 avatar Oct 10 '16 16:10 omar391

This library is using an invalid token. Try porting from https://github.com/vitalets/google-translate-api (which has fixed this issue and others) instead, or at least fix your port using ported fixes from that repo.

rawr51919 avatar Mar 19 '19 13:03 rawr51919