For the past couple of weeks the batch task I use to retrieve User Usage Reports from the Reports API has been failing with the following response:
com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 OK
{
"code" : 503,
"errors" : [ {
"domain" : "global",
"message" : "Backend Error",
"reason" : "backendError"
}],
"message" : "Backend Error"
}
Is anyone else seeing this error? Seems like an internal error on the API. Is there anything I can do on my end to avoid this problem? Thanks!