Hello,
I want to translate text from a RichTextEditor1 via Google Translate API and output the translation in RichTextEditor2.
The API call to translate works, because I see the translated text in the response body of API1.
But now when I want to output this translation in RichTextEditor2, I get an error message (screenshot).
How to fix this?
Thanks!