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

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -