Error using Google App Engine cloudshell to upload Python app -
i'm trying use appcfg upload helloworld app on gcloud using gae. according google's own quickstarter site, syntax is: appcfg.py -a your_project_id_ -v v1 update helloworld/
so did: appcfg.py -a project_name_123456 -v v1 update c:/users/user/helloworld/
which makes error: "appcfg.py: error: not directory: c:/users/user/helloworld"
what doing wrong? have app.yaml file in c:/users/user/helloworld, , i've tried lots of different things. thanks
Comments
Post a Comment