We have been using Admin SDK Push Notifications successfully for a long time (several years). Now suddenly the channel subscription or "watch request" stopped working in 3 different projects at the same time. We are loosing user data updates from all our customers all the time now. So this is a critical service outage. What can we do?
The exception is this. There has not been changes to our configuration or code regarding this. The app-id and details are omitted from the webhook URL in that snippet. It is anyway in format like https://...[app-id].appspot.com
{
"code" : 401,
"errors" : [ {
"domain" : "global",
"message" : "Unauthorized WebHook callback channel: https://...[app-id].appspot.com",
"reason" : "push.webhookUrlUnauthorized"
} ],
"message" : "Unauthorized WebHook callback channel: https://...[app-id].appspot.com"
}
https://developers.google.com/admin-sdk/directory/v1/guides/push