All @gmail.com addresses are reserved. There's a bug, however, in that the app ID must match *exactly* the id you used to create your @gmail.comaddress. This is problematic if you created your address with a "." character, as this is not a valid application ID. This is a bug because gmail strips out the "." (you can put the dot anywhere in your email and it'll map to the same address, e.g. [email protected]), yet App Engine requires you use the exact same address you used to create you account for a match to work.
Unfortunately, there's no way to resolve this yet. You'll have to find a different app ID that works for you. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Mon, Nov 29, 2010 at 5:48 PM, antony.trupe <[email protected]>wrote: > http://antonytrupe.appspot.com/ > > When I check the availability on > https://appengine.google.com/start/createapp, > it says "Yes, "antonytrupe" is available!" > > When I click "Create Application", it says "This application ID or > version is already in use." > > I checked the console in both of the Google Apps accounts I have and > its not showing up in either of them. > > What am I doing wrong? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
