0
votes

After working on codecademy.com and udacity.com to get some understanding of web app development, I'm finally attempting to get my own websites up and running and take a crack at writing an app.  I took some advice and started experimenting with App Engine, but hit a major snag pretty quickly.  I assume that I'm overlooking something obvious, but I can't find the right documentation.

End goal:

serve andrewhelloapp.appspot.com from helloworld.axiomofcats.com

Where I am right now:

My assumptions so far

  • To serve an app off a subdomain helloworld.axiomofcats.com that was developed with appengine, I believe I need one account with two things
    • access to app engine
    • access to google apps

My perceived problem:

  • [email protected] has access to app engine, but can't register a domain with google apps
  • [email protected] has the domain that I want to serve from, but can't register for app engine unless I use a phone number other than my own

This is similar to the unanswered question found here: https://stackguides.com/questions/805855/google-app-engine-registering-a-new-application

ideas?

1
Your Apps admin account doesn't actually have to be an owner of the app to add it. Just add the App Engine app from the Apps end of things ('add services').Nick Johnson

1 Answers

1
votes

Try this:

  1. Go to your App Engine Admin pages -> Permissions
  2. Invite your other account as Owner ([email protected])
  3. Check your email and accept invitation
  4. Go to Admin -> Add Domain, enter axiomofcats.com
  5. Follow further instructions..