Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't add domain for push notifications in google developers console

I've created a new application in google developers console, my app is using the Google Calendar API and I want to be able to get push notifications on changes in the calendar. I've added and verified my domain in Web Master Tools, when I try to add the domain in the push notifications section in the console I get an error:

Error

You do not have access to the following domain: ***

I tried to do that with another application (with different google account), and I encounter the same problem, It seems like google are having a problem because it's not the first time I'm doing it and it should be pretty simple, any suggestions?

like image 371
Matan Hafuta Avatar asked Oct 20 '14 18:10

Matan Hafuta


1 Answers

In order to add a domain to the "Push notifications" you must verify your domain in webmaster tools with a "https://" prefix, otherwise it won't work because push notifications in Google works only with "https://", that's why you need to verify it in webmaster tools with "https://" so Google can verify you have an SSL.

like image 156
Snir Segal Avatar answered Oct 13 '22 20:10

Snir Segal