I have created a project and uploaded it to google cloud using gcloud sdk. The machine I used for uploading is not working now. I am working on a different machine now.
How can I clone or download my previous project in gcloud sdk ?
I tried to download it using this documentation, but appcfg.py
is not found
I followed this tutorial to create a static website with html
It appears that
appcfg.py
is no longer bundled by default into the more recent versions of the cloud SDK, it which case it needs to be installed separately. From Troubleshooting (emphasis mine):