Bulk upload data to GAE not working. Always get appcfg.py: error: no such option: -?

98 Views Asked by At

I have done this before but now I don't seem to be able to get this working anymore. I need to upload a csv file to my GAE app. Trying to use app cfg.py upload_data like so:

appcfg.py upload_data -—config_file=config.yml -—url=http://[my-app-id].appspot.com/remote_api -—filename=file.csv -—kind=RideDetails

I keep getting this error: "appcfg.py: error: no such option: -?"

Any ideas?

0

There are 0 best solutions below