You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this package on my electron app with disabled web security to prevent cors error. But having 403 error, I see that google-translate-token is mentioned, but is not used. Any thoughts about this? Thanks!
The text was updated successfully, but these errors were encountered:
How do you use the library?
As far as I understand, you use the web version. If you use it through the CORS server, you must authorize yourself. See the web example - you should open the link http://cors-anywhere.herokuapp.com/corsdemo and click on the button:
otherwise, you would get a 403 error
However, for the Electron app it should be possible to use node version of the app (probably)
I'm using this package on my electron app with disabled web security to prevent cors error. But having 403 error, I see that google-translate-token is mentioned, but is not used. Any thoughts about this? Thanks!
The text was updated successfully, but these errors were encountered: