zumbov2 / deeplr

An R wrapper for the DeepL Translator API
Other
39 stars 4 forks source link

HTTP error 403 in new version (1.1.1): valid auth_key parameter #2

Closed Sidwach closed 4 years ago

Sidwach commented 4 years ago

Every function I try gives "Error in response_check(response) : Please supply a valid auth_key parameter. (HTTP error 403)", even though my auth_key parameter is correct. Is there a quick workaround?

Sidwach commented 4 years ago

I fixed it: Use trace("translate",edit=TRUE) in RStudio, and change the link inside the function code from "https://api.deepl.com/v1/translate" to "https://api.deepl.com/v2/translate".