我正在尝试以这种方式生成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答案 0 :(得分:0)
一些事情:
1)您缺少--application=s~your_app_id
代码
2)你运行这个目录的目录是什么?如果您不确定是否运行cd path/to/where/you/want/it
3)如果您不确定保存的位置,您可以随时尝试使用Mac的Spotlight找到它。