How do you reset App Engine's appcfg authentication state? -
i want appengine's appcfg.py
forget authentication state can login different account. how do this?
remove .appcfg_oauth2_tokens
, .appcfg_cookies
files in home directory.
i.e.
rm ~/.appcfg_oauth2_tokens rm ~/.appcfg_cookies
Comments
Post a Comment