Cannot add my own domain to google api notification endpoint

主宰稳场 提交于 2019-12-31 02:23:08

问题


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:


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



来源:https://stackoverflow.com/questions/20219292/cannot-add-my-own-domain-to-google-api-notification-endpoint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!