4
votes

I'm trying to 'Add Domain' to a google app I have. https://developers.google.com/appengine/articles/domains describes how to do this. From the 'app engine' page, Administration -> Domain Setup -> Add Domain I put in my domain name after 'selecting an account' and supplying my password, it returns a 'Google Accounts' page with the message 'invalid request' -- not very helpful.

I'm trying to use/add a domain that I own, but google has not heard of before. The scarce document talks about 'registering the domain' with Google apps, but doesn't say how. Are they implying that you can only add domains that google already manages? (I don't see how they could control my domain to get requests from it directed to their server farm.

How do I make my google app respond requests to a domain that I own?

2

2 Answers

1
votes

After clicking on "Add Domain", you'll see "Domain name"on the left and "Sign up for Google Apps" on the right.

Click on "Signup for Google Apps"

You might need to create a new google apps account and connect it to your domain provider.

0
votes

Adding other domains, by Google or others

(I think I figured this out, with searching and help from others.) The best documentation is: https://developers.google.com/appengine/docs/domain It seems that...

You can use three types hostnames to access a google app:

  1. The .appspot.com host/domain name which is the default
  2. A new host/domain name managed and hosted by google
  3. A host/domain name that you got/own from some other source

The latter two cases (other than the default hostname) seem too only be available for 'paid' 'business' apps. The process to adding a domain (case 3, for your own existing domain) requires that you create a (paid) business app and (coincidentally) have google manage email mail for the domain.