On Wed, Jun 4, 2014 at 6:37 PM, <[email protected]> wrote: > I have 2 google app engine accounts. one is personal account. another one > is work account. > > to deploy apps to google app engine. first time, I am using "goapp > deploy", it asked me for email and password. now I got stuck with it. I > cannot switch to another account. > > i tried to reboot my mac, it does not work. what should i do to deploy > using another account? >
The goapp deploy command wraps the appcfg.py tool, which handles the heavy lifting. To change the email address, you'll need to use the appcfg.py command with the --email= parameter ( see https://developers.google.com/appengine/docs/go/tools/uploadinganapp#Go_Command-line_arguments for usage), set the correct email, and then continue on with a regular deploy (it'll ask you for a password later). Once you've completed a command with the correct email/password on appcfg, you can go back to using goapp deploy. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
