【发布时间】:2014-10-27 16:51:43
【问题描述】:
我正在使用 java 并已在 Google App Engine 上部署了一些应用程序,并尝试使用命令行工具 appcfg 下载其中一个已部署应用程序的源代码,但没有成功。它无法进行身份验证,我无法弄清楚为什么?
这是我正在使用的命令:
appcfg -A mailboxsigma download_app c:\users\rkumar2\desktop\destination
发出命令后,输出如下:
Oct 27, 2014 10:04:32 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.
0% Fetching file list...
Oct 27, 2014 10:04:35 PM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/files/list?app_i
d=mailboxsigma&
401 Unauthorized
Must authenticate first.
This is try #0
Email: raghvendra1669@gmail.com
Password for raghvendra1669@gmail.com:
Email:
正如您在输出中看到的那样,在我输入我的 gmail 凭据(即电子邮件和密码)后,它开始再次询问电子邮件,因此我再次执行此操作,并且在重复输入凭据时失败。
我检查了我的 App Engine 控制台以确保部署的应用程序标识符的正确性,发现它是正确的。我在这里错过了什么?
Email: raghvendra1669@gmail.com
Password for raghvendra1669@gmail.com:
Email: raghvendra1669@gmail.com
Password for raghvendra1669@gmail.com:
Error Details:
Email "raghvendra1669@gmail.com" and password do not match.
Unable to fetch file list
.
【问题讨论】:
标签: sdk google-app-engine