I am having trouble getting the bulk uploader to work. I have been following the tutorial here:http://code.google.com/appengine/docs/ python/tools/uploadingdata.html.
When I enter the following command (from winodows, using PowerShell) -------------------------------------------------------------------------------------------- appcfg.py upload_data --config_file=src/friend_loader.py -- filename=frienddata.csv --kind=Friend ./src/ -------------------------------------------------------------------------------------------- I get the following error: -------------------------------------------------------------------------------------------- Usage: appcfg.py [options] upload_data <directory> appcfg.py: error: Expected <directory> argument. -------------------------------------------------------------------------------------------- This seems to happen no matter how I change the order of the arguments, where the files are or any other combination that I have tried. Any thoughts appreciated. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=.
