3

I'm trying to use Google Push Notification. I've followed the registering process listed here, in short, my domain is verified in https in Google Webmaster Tools.

But, when I try to add a notification endpoint in Google Cloud Console, I get the following error: You do not have access to the following domain: https://mydomain.com:8000/ (where mydomain is replaced accordingly).

Charles
  • 50,943
  • 13
  • 104
  • 142
yves amsellem
  • 7,106
  • 5
  • 44
  • 68

1 Answers1

3

Webmaster tools require a complete URL, say https://mydomain.com:8000 where Cloud Console only needs the domain mydomain.com without protocol or port (and won't work if given).

yves amsellem
  • 7,106
  • 5
  • 44
  • 68