Google push notifications - Unauthorized WebHook callback channel

后端 未结 5 678
南旧
南旧 2020-11-30 06:36

I\'m facing problem with Google push notifications (for drive). I use service account which works perfectly for all other drive operations except drive changes watch.

5条回答
  •  渐次进展
    2020-11-30 07:42

    For me, I wanted the callback webhook URL as https://test-apis.domain.io. So for domain verification, I added test-apis.domain.io and then tried to modify the TXT record but it never was working(validating).

    Finally ended up verifying just domain.io with the same method. After this was done I was able to add the domain test-apis.domain.io in the credentials "Domain verification" screen. Hope this helps others as well.

提交回复
热议问题