Google App Engine says "Must authenticate first." while trying to deploy any app
- by Oleksandr Bolotov
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?