How can I change a app-engine username/credentials

2019-05-14 09:40发布

I worked on app-engine with a google account (entered to maven when doing mvn appengine:update). I now need to work with a different google account, trying to upload the project give an access error because Maven is caching the user token and my credentials..

How can I switch user?

1条回答
混吃等死
2楼-- · 2019-05-14 10:43

If you're on Windows : Go in your "C:/Users/whicheverUserIsYou". You should find a file called ".appcfg_oauth2_tokens_java".

If you're on Linux : the file is in fact "~/.appcfg_oauth2_tokens_java"

This is the file containing your credentials. Delete/Rename it, maven will ask for your credentials again :)

查看更多
登录 后发表回答