我在从Google App Engine Launcher启动我的第一个应用程序时遇到了一些问题。我已经在 App Engine 网站上注册了一个帐户。单击部署按钮后,我会在 Google弹出窗口中输入部署应用程序,并在其中输入我在注册时提供的信息。然后我得到这个错误:
Starting update of app: isabelleengineapp, version: 1
12:49 PM Getting current resource limits.
Password for swissian@gmail.com: Use an application-specific password instead of your regular account password.
See http://www.google.com/support/accounts/bin/answer.py?answer=185833
However, now the recommended way to log in is using OAuth2. See
https://developers.google.com/appengine/docs/python/tools/uploadinganapp#oauth
2013-01-29 12:49:22,607 ERROR appcfg.py:2203 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting.
Error 401: --- begin server output ---
Must authenticate first.
--- end server output ---
2013-01-29 12:49:22 (Process exited with code 1)
现在,我认为这可能是因为我为我的Google帐户设置了两步验证,但除了在获取部署弹出窗口时尝试使用应用程序特定密码之外,我不知道该怎么做,但这不起作用。有任何想法吗?!