eclipse - Can't find the generated bulkloader.yaml -
i trying generate bulkloader.yaml file in way
appcfg.py create_bulkloader_config --filename=bulkloader.yaml --url=http://your_app_id.appspot.com/_ah/remote_api
but error
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)
i can't manage find such file is
consider using eclipse pydev on mac os through googleappenginelauncher
couple of things:
1) missing --application=s~your_app_id
tag
2) directory in when run this? if not sure run cd path/to/where/you/want/it
3) can try find using mac's spotlight, in case not sure saved.
Comments
Post a Comment