I use Google Custom Search API. url example;
This url working correctly a year, but return error code 500 since last week. What is the reason for this error. Any one can help me?
note: There are no invoices outstanding
I use Google Custom Search API. url example;
This url working correctly a year, but return error code 500 since last week. What is the reason for this error. Any one can help me?
note: There are no invoices outstanding
We were also confronted by this problem. It seems that Google has changed its custom search API a bit on 2013-03-06.
We used to have the cx ID point to Google Custom Search API project ID. That no longer works and now gives this unhelpful 500 Internal Server Error response:
{
"error": {
"code": 500,
"message": null
}
}
Based on our tests, here is how you can solve the problem:
I hope this helps! :)