I have hosted GAE apps with two different email ids! When i first time used appcfg.py to update my app then it prompted me for email id and password but later it doesnot. How to i change the saved email id and password? I tried to use --email= flag with appcfg.py, but it dint worked.
I have hosted GAE apps with two different email ids! When i first time
Share
Use the
--no_cookiesflag, e.g.:From the documentation:
I’ve just tested: using this flag will bring up a prompt for your email address as well.