Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I'm mostly interested in using Google App Engine for a public-facing website but I'm confused as heck about how Google wants me to structure my accounts.

When Google App Engine launched, I played around with it using my regular GMail account and deploying to foo.appspot.com. At one point I wanted to use a custom domain (realmode.com). Using a custom domain requires signing up for Google Apps, which I did. I was asked to verify my account by typing in a code sent to my phone.

Fast forward to the present. I decided to use Google App Engine for a real website (strokeproduction.com). I signed up for Google Apps using this domain. I completed the various DNS tasks to prove I owned the domain, redirect strokeproduction.com to www.strokeproduction.com and set up A-records to point www.strokeproduction.com to the IP address Google required. Then I went to deploy a GAE app under this new account.

When I clicked Create Application, Google wanted me to verify my new account by sending a code to my phone. I entered my phone number, but it complained that I'd already used that phone number for a different account. Well, ok, that's true.

Am I not supposed to have more than one Google Apps account? I wouldn't mind just using my regular old GMail account except that would mean giving my personal password to anyone with the ability to deploy to strokeproduction.com.

What I'm trying to do—having a Google Apps account for more than one project, but having only one phone—doesn't seem like it would be unusual. How am I supposed to set up accounts to handle this?

share|improve this question
When are you required to do a phone verification? – Steven Roose Sep 14 '12 at 20:55

1 Answer

I don't understand what exactly you want to do here! anyways, here's what I got from your comment (!)

You hosted a website on Google App Engine (GAE), and pointed your custom domain to your GAE website using Google Apps.

As far I remember, only GAE asks for mobile verification, and in Google Apps you only have to verify that you own the domain.

You can have multiple apps in GAE and also you can link multiple domains to your Google Apps account.

Ah... see if this helps: https://www.google.com/search?q=multiple+domains+google+apps

share|improve this answer
what am I supposed to look for in that Google search results? Stack Exchange websites rank fairly high in Google, pointing them to a Google search isn't helping anyone – Sathya Sep 14 '12 at 9:06
I meant the first result support.google.com/a/bin/answer.py?hl=en&answer=182452 well, ofc if your problem is adding multiple domains to one Google Apps account... – Omne Sep 14 '12 at 19:50
I think he wants to set up for every website separately. This is the better way of organizing them as 2 of his website probably have nothing to do with each other. – Steven Roose Sep 14 '12 at 20:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.