简体   繁体   English

如何更改NetBeans中用于将应用程序部署到Google App Engine的密码?

[英]How can I change the password used in netbeans to deploy an app to google app engine?

Deployment of a Java application to Google App Engine from Netbeans 7.4 was rejected with the error message: 从Netbeans 7.4将Java应用程序部署到Google App Engine的操作被拒绝,并显示错误消息:

    com.google.appengine.tools.admin.AdminException: 
    Unable to update app: 
    Use an application-specific password instead of your regular account password. 
    See http://www.google.com/support/accounts/bin/answer.py?answer=185833
    ... etc

I created an application-specific password... as explained in the link provided in the error message. 我创建了一个应用程序专用密码...如错误消息中提供的链接中所述。 BUT I cannot find an option to change/replace the password I entered when Netbeans first prompted me for one when I began the application deployment process. 但是,当我开始应用程序部署过程时,当Netbeans首次提示我输入密码时,我找不到更改/替换密码的选项。 :/ :/

Problem solved... I changed my regular account password and then re-ran the Netbeans "deploy to Google App Engine" function. 问题已解决...我更改了常规帐户密码,然后重新运行Netbeans“部署到Google App Engine”功能。 The error message changed - to indicate the password was wrong - and then provided a prompt with which to enter a new password. 错误消息已更改-表示密码错误-然后提示输入新密码。

I then entered an application specific password... 然后,我输入了应用专用密码...

The deployment function then proceeded successfully. 然后,部署功能成功进行。

It would be a good thing if Netbeans displayed the prompt for entering a new password when it gave the first error message: "Unable to update app: Use an application-specific password ..." 如果Netbeans在给出第一条错误消息时显示提示输入新密码的提示,这将是一件好事:“无法更新应用程序:使用特定于应用程序的密码...”

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

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