google app engine - Issuing "appcfg.py --oauth update ." with multiple accounts? -
i configured oauth 1 account have, my.first.email@gmail.com. works appengine app_ids i'm using account.
once try use on application 'foo' account (say my.second.email@gmail.com), though, system gives me error (quite expectedly):
$ appcfg.py --oauth2 update . 10:09 host: appengine.google.com 10:09 application: foo; version: 100 10:09 starting update of app: foo, version: 100 10:09 getting current resource limits. 10:09 scanning files on local disk. error 404: --- begin server output --- application not exist (app_id=u'foo').
is possible use oauth two (or more) accounts app engine? i'd able use oauth @ same time both accounts, maybe changing cli command 2 different tokens.
thanks, riccardo
use gcloud command change between multiple accounts.
adding new account:
gcloud auth login
complete login process
setting above account default(or switching accounts):
gcloud config set account username@gmail.com
Comments
Post a Comment