Google App Engine says "Must authenticate first." while trying to deploy any app

Posted by Oleksandr Bolotov on Server Fault See other posts from Server Fault or by Oleksandr Bolotov
Published on 2010-04-20T20:57:02Z Indexed on 2010/04/20 21:03 UTC
Read the original article Hit count: 281

Filed under:
|

Google App Engine says "Must authenticate first." while trying to deploy any app:

me@myhost /opt/google_appengine $ python appcfg.py update ~/sda2/workspace/lyapapam/

Application: lyapapam; version: 1.
Server: appengine.google.com.
Scanning files on local disk.
Scanned 500 files.
Scanned 1000 files.
Initiating update.
Email: <my_email_was_here>@gmail.com
Password for <my_email_was_here>@gmail.com: 
Error 401: --- begin server output ---
Must authenticate first.
--- end server output ---

We are getting this message with any appliation and under any developer account avialable to us

That's what we have installed:

App Engine SDK  - 1.3.2
PIL             - 1.1.7
Python          - 2.5.5
pip             - 0.6.3 
ssl             - 1.15
wsgiref         - 0.1.2

So, what can it be? Is it well known problem?

© Server Fault or respective owner

Related posts about google-app-engine

Related posts about python