What steps will reproduce the problem?
1. GET
https://www.googleapis.com/language/translate/v2?key=MYVALIDAPIKEY&q=12345678&ta
rget=ANYVALIDLANGCODE where MYVALIDAPIKEY and ANYVALIDLANGCODE are to be
substituted with any valid value
What is the expected output? What do you see instead?
Expected: get regular "translation" (12345678)
Instead:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "backendError",
"message": "Backend Error"
}
],
"code": 503,
"message": "Backend Error"
}
}
What version of the product are you using?
Google Translate API v2
Please provide any additional information below.
12345678 can be any integer greater than 9999999.
Original issue reported on code.google.com by til...@gmail.com on 28 Feb 2011 at 4:43
Original issue reported on code.google.com by
til...@gmail.com
on 28 Feb 2011 at 4:43