批量上传Google App Engine中的数据 - 问题

时间:2011-08-07 16:25:23

标签: python google-app-engine

我正在尝试使用概述的批量上传器将一些数据上传到GAE; http://code.google.com/appengine/docs/python/tools/uploadingdata.html

当我运行命令时;

appcfg.py create_bulkloader_config --filename=bulkloader.yaml

我明白了:

appcfg.py: error: Expected either --url or a single <directory> argument.

从四处看看,其他一些人遇到了同样的问题,但是解决这个问题的建议似乎没有用。

任何帮助将不胜感激。谢谢。

2 个答案:

答案 0 :(得分:3)

您必须指定应用程序文件夹。如果您在其中,请运行:

appcfg.py create_bulkloader_config --filename=bulkloader.yaml .

否则运行:

appcfg.py create_bulkloader_config --filename=bulkloader.yaml
path/to/root/gae/app/

答案 1 :(得分:0)

这个过程中有很多步骤。在花了很多时间在一些如此基础的东西之后,我写了一个教程,让人们快速完成整个过程而不用大惊小怪。

http://heliodorj.blogspot.com/2011/09/google-app-engine-bulk-download-and.html