Google App Engine says "Must authenticate first." while trying to deploy any app
Posted
by Oleksandr Bolotov
on Stack Overflow
See other posts from Stack Overflow
or by Oleksandr Bolotov
Published on 2010-04-21T21:31:33Z
Indexed on
2010/04/21
21:33 UTC
Read the original article
Hit count: 199
google-app-engine
|python
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
How can I fix it? Is it well known problem?
© Stack Overflow or respective owner