I would like to ask which kind of credentials do I need to put on for importing data using the Google App Engine BulkLoader class
appcfg.py upload_data --config_
Next worked for me:
removing the line
login:admin
from app.yaml
Updating app cofig:
appcfg.py update [app-id]
(Re)starting local server:
appserver [app-id]
Upload data:
appcfg.py upload_data --config_file=album_loader.py --filename album_data.csv --kind Album --url=http://localhost:8080/remote_api ../[app-id]
Ask for mail and password type anything