Search code examples
pythongoogle-app-enginegoogle-cloud-datastorebigtable

App Engine Bulk Data Upload- Authentication Error


When I try to upload data using appcfg.py I get an authentication error regardless of my login details being completely correct.

    appcfg.py upload_data --config_file=bulkloader.yaml --filename=/output.csv --kind=AutoCompleteIndex .
Application: qwertifyy; version: dev.
Uploading data records.
[INFO    ] Logging to bulkloader-log-20100808.205421
[INFO    ] Throttling transfers:
[INFO    ] Bandwidth: 250000 bytes/second
[INFO    ] HTTP connections: 8/second
[INFO    ] Entities inserted/fetched/modified: 20/second
[INFO    ] Batch Size: 10
[INFO    ] Opening database: bulkloader-progress-20100808.205421.sql3
[INFO    ] Connecting to qwertifyy.appspot.com/remote_api
Please enter login credentials for qwertifyy.appspot.com
Email: [email protected]
Password for [email protected]: 
[INFO    ] Authentication Failed

What could the problem be?


Solution

  • I think you are using OpenID? If so, it appears that remote_api doesn't work with OpenID:

    http://blog.notdot.net/2010/06/Using-remote-api-with-OpenID-authentication