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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -