Hello,
I am currently building a simple translator app and I'm trying to integrate the Google Translate API (v3). However, i keep encountering the following runtime error:
"Runtime Error: unable to invoke method 'toYailDictionary' in object od type string"
Steps i've taken:
- i set up the web component and configured the URL
- added authorization in the headers using Bearer Token
- i structured the body of the POST request with a dictionary
Issue: Even though i pass a dictionary as the body, the app on my Iphone shows the above runtime error.
What is my mistake? Are there any specific limitations wth the Web Component that i should be aware of?
Thank you for your help!!!