Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eclipse Can';找不到生成的bulkloader.yaml_Eclipse_Google App Engine - Fatal编程技术网

Eclipse Can';找不到生成的bulkloader.yaml

Eclipse Can';找不到生成的bulkloader.yaml,eclipse,google-app-engine,Eclipse,Google App Engine,我正试图以这种方式生成一个bulkloader.yaml文件 appcfg.py create_bulkloader_config --filename=bulkloader.yaml --url=http://your_app_id.appspot.com/_ah/remote_api 但是我得到了这个错误 File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bu

我正试图以这种方式生成一个bulkloader.yaml文件

appcfg.py create_bulkloader_config --filename=bulkloader.yaml --url=http://your_app_id.appspot.com/_ah/remote_api
但是我得到了这个错误

File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/bulkloader.py", line 3839, in CheckOutputFile
raise FileExistsError('%s: output file exists' % filename)
我找不到这样的文件在哪里

假设我通过GoogleAppEngineLauncher在Mac Os上使用Eclipse PyDev

两件事:

1) 您缺少
--application=s~您的应用程序id
标记

2) 运行此操作时,您所在的目录是什么?如果您不确定是否运行
cd path/to/where/you/want/it

3) 你可以尝试使用Mac的Spotlight查找它,以防你不确定它保存在哪里