Hello,
I'm building a simple translator app using the Google Translate API.
The app successfully receives a response with the translation, but i cannot extract with the value for translatedText from the JSON response.
The resonse looks like this:
The error massage says that the translation is "not available" even though the JSON response contains the correct data.
Could someone help me identify what might me wrong in my blocks?
Thank you for the help!!!!