I am using appcfg.py to load data into a data store from a csv file. But every time I try, I get an error:
[info] Authentication failed
even if I use admin id and password.
In my app.yaml file, I have:
handlers:
- url: / remote_api
script: $ PYTHON_LIB / google / appengine / ext / remote_api / handler.py
login: admin
- url:. *
script: MainHandler.py
Can anyone help me out? Thanks in advance.
source
share