Error: domain is already mapped to a project in the Google cloud platform

I have a problem displaying a domain in the Google cloud platform, so I just checked my domain, but then I had a problem I have a mistake

but the fact is that I have not added my domain to my project yet, as you can see in the picture below

I did not add w3youtube.com for matching

so I didn’t add “w3youtube.com” to map or create any DNS records, but still I have www.w3youtube.com is already mapped to a project.

enter image description here

what should I do? to remove mappings or solve this problem?

+4
source share
2 answers

gcloud -. . gcloud beta app domain-mappings create <domain name> , - SSL.

+3

2018, . Google . ,

  • API Explorer.

  • : API Settings

  • , OAuth .

  • , :

    200
    
    - Show headers -
    
    {
     "name": "apps/example/operations/abcde-efgh-ijkl-mnop
     "metadata": {
      "@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1",
      "method": "google.appengine.v1.DomainMappings.CreateDomainMapping",
      "insertTime": "2018-03-16T03:44:49.167Z",
      "user": "you@example.com",
      "target": "apps/example/domainMappings/example.com"
     }
    }
    

    : TWICE - www (example.com). www (www.example.com). , www.example.com.

  • (re) -enable SSL: , AppEngine " ", : Enable SSL Settings

  • - , , :

    gcloud beta app domain-mappings create <domain name>
    

    , API-.

, .

.

+3

Source: https://habr.com/ru/post/1686138/


All Articles