Cannot add my own domain to google api notificatio

2019-02-24 21:34发布

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).

1条回答
爷的心禁止访问
2楼-- · 2019-02-24 22:18

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).

查看更多
登录 后发表回答