【发布时间】:2014-04-25 18:17:38
【问题描述】:
我正在尝试在 Googl App Engine 应用程序中上传数据,如本文https://developers.google.com/appengine/docs/python/tools/uploadingdata中所述
因此我正在执行这个命令(来自 Eclipse PyDev)
appcfg.py upload_data --config_file=album_loader.py --filename=album_data.csv --kind=Album http://your_app_id.appspot.com/_ah/remote_api
但我收到以下错误:
Usage: appcfg.py [options] upload_data <directory>
appcfg.py: error: Not a directory: http://your_app_id.appspot.com/_ah/remote_api
FINISHED
【问题讨论】: