Hi,
I am writing a HTTP Get request to Google Translate API.
The URL request follows the Google conventions and the answer from Google comes through JSON format.
void Google.Translate()
{
info transRes;
}
I'm testing this through a function. The URL request works when I test it through Google explorer interface.
But on Zoho Creator it produces either one of these results.
| Executed Successfully |
| Log messages: |
The request had bad syntax or was inherently impossible to be satisfied.
| Executed Successfully |
| Log messages: |
The request is for something forbidden. Authorization will not help.
Is this possible? Can someone help? Thank you,
Earley Simon |
|
|
|
|