I try to migrate a dns zone from my old provider to the google cloud dns without luck.
The idea is to create the managed zone, add all needed dns records and then set the NS records for the domain at the old provider to the google cloud nameservers. This works for me in 99% of all cases.
But I am not able to create the managed zone in google cloud dns.
I get the following error message:
"Error creating ManagedZone: googleapi: Error 400: Please verify ownership of the domain (or a parent) at http://www.google.com/webmasters/verification/ and try again, verifyManagedZoneDnsNameOwnership“
I would like to verify the ownership via TXT record, but that is not possible without the zone.
Does anyone run into this problem before and has some ideas?