Sevenless
Sevenless

Reputation: 2835

Registration issue with Google App Engine

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

My perceived problem:

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

ideas?

Upvotes: 0

Views: 154

Answers (1)

Peter Knego
Peter Knego

Reputation: 80340

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..

Upvotes: 1

Related Questions