Google calendar api Push notification: 401 - Unauthorized WebHook callback channel

后端 未结 3 454
暗喜
暗喜 2021-01-07 01:18

Any solution for the issue. This seems to be not working

{
 \"error\": {
  \"errors\": [
   {
    \"domain\": \"global\",
    \"reason\": \"push.webhookUrlUn         


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-07 01:33

    This fix helped me to solve the issue. I had not mentioned the callback link in the google applications authorized redirect urls. Upon addition i was able to generate watch events and was able to receive push notification message as well

提交回复
热议问题