com.google.api.client.googleapis.json.GoogleJsonResponseException: 401 Unauthorized
{
"code" : 401,
"errors" : [ {
"domain" : "global",
"location" : "Authorization",
"locationType" : "header",
"message" : "Login Required",
"reason" : "required"
} ],
"message" : "Login Required"
}I run this job every day with no problem – anyone know what would cause this to suddenly happen this Monday morning?
Just ran it manually at 9:30 this morning and it worked.
Thanks; seems like an odd error message to get when it's a working job?