简体   繁体   English

将Eclipse Web Project部署到Google App Engine时出错

[英]Error deploying Eclipse Web Project to Google App Engine

I'm trying to deploy my web project to Google App Engine via eclipse and I am getting the following error; 我正在尝试通过eclipse将Web项目部署到Google App Engine,但出现以下错误;

**com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
  https://appengine.google.com/api/appversion/getresourcelimits?app_id=*****&version=1&
403 Forbidden
You do not have permission to modify this app (app_id=u's~*****').**

Can anybody point me in the right direction? 有人能指出我正确的方向吗? Please comment if more information is required. 如果需要更多信息,请发表评论。

As far as I know a browser window should open asking for permissions on your Google account. 据我所知,应该会打开一个浏览器窗口,询问您的Google帐户的权限。 Same thing would happen if you would deploy it through CLI directly with maven. 如果直接使用maven通过CLI部署它,也会发生同样的事情。 You might wanna give that a chance. 您可能想给这个机会。

Turns out the problem was being caused by being logged into multiple Gmail accounts at the same time. 事实证明,该问题是由于同时登录多个Gmail帐户引起的。 Need to ensure that you are logged into the same account on Eclipse and GAE. 需要确保您在Eclipse和GAE上登录了相同的帐户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM