I am trying to upload my newly created project to app engine but receiving "permission denied" when running appcfg.py update .
in my project directory.
Things I have tried:
- Tried specifying the full path to project
appcfg.py update **path**
- Tried checking permissions on appcfg.py and appcfg.pyc are read & write
- Tried following all answers found on the only relevant post I can find: google app engine - permission denied error
- Ran
gcloud auth login
and logged into google via Chrome.
No idea what else I can do, I'm new to this and this problem is just confusing me further.