0

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?

onnoweb
  • 3,038
  • 22
  • 29
  • 2
    Check the type of '-' you have: the ones for your options in the code block are em-dashes, not '-'. – Greg Mar 09 '16 at 20:32
  • Wow. Amazing. That was it. If you post your comment as an answer then I'll tap to accept it. – onnoweb Mar 09 '16 at 20:47

0 Answers0