Unable to receive Google reports api push notifications -
we have application in need notify url whenever new user created in google apps domain. notifying url https://projectid.appspot.com/userwatcher. have verified domain in app engine console https://projectid.appspot.com unuable receive push notification messages notifying url. kindly me out
to use push notification make sure things:
- register domain of receiving url. example, if plan use https://example.com/notifications receiving url, need register https://example.com.
- set receiving url, or "webhook" callback receiver. https server handles api notification messages triggered when resource changes.
- set notification channel each resource endpoint want watch. channel specifies routing information notification messages. part of channel setup, identify specific url want receive notifications. whenever channel's resource changes, reports api sends notification message post request url.
for more information check page.
Comments
Post a Comment