从命令提示符注销到在谷歌应用程序上上传应用程序

发布于 2024-09-12 06:55:42 字数 191 浏览 5 评论 0原文

我正在 Windows 中的命令提示符下借助 appcfg.py 命令上传 Google 应用程序引擎应用程序。

但是在一次登录后,我想从同一命令提示符上传另一个应用程序,但我不能,因为第二个应用程序对当前登录没有权限,所以我想在命令提示符下从该会话注销,那么该怎么办?这是一个Python应用程序

有没有任何命令可以从命令提示符注销?

I am uploading google app engine application with the help of appcfg.py command from command prompt in windows.

But after one login I want to upload another application from the same command prompt but i cannot because this second application has no rights with the current login so i want to logout from this session on command prompt so for that what to do? It is a python application

Is there any command to logout from command prompt?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂牵梦绕锁你心扉 2024-09-19 06:55:42

您可以使用 --no_cookies 运行 appcfg.py 来告诉它不要存储身份验证 cookie,或者使用 -e EMAIL 来指定与当前电子邮件地址不同的电子邮件地址。曲奇饼。

You can run appcfg.py with --no_cookies to tell it not to store authentication cookies, or -e EMAIL to specify an email address that differs from the one in the current cookie.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文