Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Cloud DNS failed to load

I am developing new website using google cloud, but cloud DNS failed to load. Don't know what's wrong with that. Any solutions?

Problem

like image 906
Tornike Avatar asked Sep 29 '17 06:09

Tornike


People also ask

What is Cloud DNS in Google cloud?

Cloud DNS is a high-performance, resilient, global Domain Name System (DNS) service that publishes your domain names to the global DNS in a cost-effective way. DNS is a hierarchical distributed database that lets you store IP addresses and other data, and look them up by name.

Is Google Cloud DNS fast?

100% availability and low latency Use Google's infrastructure for production quality and high-volume authoritative DNS serving. Your users will have reliable, low-latency access from anywhere in the world using our anycast name servers.

Does not have storage objects create access to the Google cloud storage object forbidden?

The error you get means that your Cloud Function service account is lacking the storage. objects. create permission. In order to fix it, you can either give your service account a predefined role like Storage Object Creator or create a custom role with that permission.


3 Answers

you can only 'enable dns' on one project at a time. you will probably have another project dns enabled. disable it, then enable the dns on the project you want to work on.

like image 74
tufferes Avatar answered Oct 23 '22 08:10

tufferes


  • Go to APIs & services -> Library
  • Type DNS
  • Click on "Google Cloud DNS API"
  • Click on "Enable"
like image 29
Kirill Chilingarashvili Avatar answered Oct 23 '22 10:10

Kirill Chilingarashvili


I had the exact same problem this afternoon. I was using Safari on a Mac, so I thought I'd try another browser. Sure enough, Chrome loads the page just fine.

Maybe try a different browser? (I had success with a with Chrome in an Incognito window)

like image 1
JWTechDesign Avatar answered Oct 23 '22 08:10

JWTechDesign