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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -