Hi, First, if you are having problems verifying an account with Google App Engine, please just fill out the SMS issues form: http://appengine.google.com/waitlist/sms_issues
To clarify some issues here, Google App Engine is a distinct product from Google Apps. However, Google App Engine offers developers the ability to use Google Apps authentication along with the applications they build. To allow a user to upload application versions to any App Engine app, all you need to do is add that person as a developer here: http://appengine.google.com/permissions?&app_id=YOURAPPID Once they have confirmed the request via a link sent in an email, that person can upload an application. Email accounts invited to develop an application do not need to be verified via SMS unless those developers also want to create new applications. Another point of confusion is that being a Google Apps admin account has no impact on being an admin of a Google App Engine application. You must explicitly invite people to be developers of each Google App Engine app you wish them to have permission to upload applications versions to (using the above link for each app id). Once an account has access to upload an app, doing so is very straight forward, just call appcfg.py and enter your email address and password: http://code.google.com/appengine/docs/python/tools/uploadinganapp.html -Marzia On Fri, Jan 23, 2009 at 9:25 PM, cincinnatus <[email protected]> wrote: > > I have two testing domains, one verified and one not. By verified, I > mean the process of giving a telephone number, having Google SMS a > code, then re-entering the code. My App Engine code was mistakenly > uploaded into the wrong Premiere Edition account and verification was > done from my cell. Now I can't use my cell to request another > verification code for the correct test domain that should have been > used originally. I try using another cell phone, but Google will not > SMS that phone for a code to my second test account. So, I have no app > uploaded, I can't verify my test domain, and I can't get Google to > verify my test domain. I can't get any support to wipe my accounts out > to start all over again. Other than to go to another vendor than > Google, does anyone have a suggestion? > > Evidently there is a difference between accounts when it comes to > getting into an admin status board for an App Engine running on > appspot.com. I cannot get into any monitoring page from any account I > have. I need to know how to get into the monitoring, log status, > views, resources used, etc, pages that apply to my improperly uploaded > app. Is there a url that will get me into these pages, because I have > tried a number of times from my admin panel in my account to get into > them and all it does is take me to the url page for the App Engine. > > Lastly, is there a tutorial or a piece of Google documentation that > will show me, step by moronic step, the way to upload an application? > I would like an explanation of what accounts to use, what email/gmail/ > app accounts to use or to avoid, what is the impact of using the wrong > account, what Google code is verifying when an upload takes place, > etc. This process is very unforgiving and once a mistake is made, it > seems all the work and money put into establishing service is thrown > into the wind. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
