Google App Engine appcfg.py data_upload Authentication fail

Posted by Pradeep Upadhyay on Stack Overflow See other posts from Stack Overflow or by Pradeep Upadhyay
Published on 2010-05-24T07:22:52Z Indexed on 2010/05/25 8:01 UTC
Read the original article Hit count: 269

Filed under:
|

Hi, I am using appcfg.py to upload data to datastore from a csv file. But every time I try, I am getting error:

[info    ] Authentication failed

even if i am using Admin id and password.
In my app.yaml file I am having:

handlers:
- url: /remote_api
  script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
  login: admin

- url: .*
  script: MainHandler.py

Can anybody please help me? Thanks in advance.

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine