Hi everyone,

while trying to follow the 
http://code.google.com/appengine/docs/python/tools/uploadingdata.html
guide on uploading csv data to datastore, i've came across some
problems.

appcfg.py upload_data --config_file=loader.py --filename=data.csv --
kind=Album  bulk_upload_demo/

ends up with error: http://pastebin.com/m1955cde8 (both two appengine
cookies are deleted, the no_cookies command doesn't help either).

trying to upload localy
appcfg.py upload_data --config_file=loader.py --filename=data.csv --
kind=Album --url=http://localhost:8080/remoteapi bulk_upload_demo/

asks me for username/password, i do enter my gmail account used to
connect to the app engine account and password, still it ends up
almost similarly:
http://pastebin.com/m1204789d .

Please, if u do have any ideas for the possible reasons of the
mentioned error, share them with me :)

all the best,
jm

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to