我尝试使用appcfg使用GAE在GCloud上传我的helloworld应用程序。根据谷歌自己的quickstarter网站,语法是: appcfg.py -A YOUR_PROJECT_ID_ -V v1 update helloworld /
所以我做了: appcfg.py -A project_name_123456 -V v1 update c:/ users / user / helloworld /
出现此错误: " appcfg.py:错误:不是目录:C:/ users / user / helloworld"
我做错了什么?我在C:/ users / user / helloworld中有app.yaml文件,我尝试了很多不同的东西。感谢