Reputation: 351
I was working on a project in gcloud a few months ago using the cloud shell terminal and file editor. Now, when I login I can no longer see the files (phython, .png, etc) but the project is still running. I'd like to continue working on the project but it's unclear how to restore the artifacts from a deployed version back into cloudshell and the cloudshell editor. Any tips?
Upvotes: 0
Views: 742
Reputation: 1524
There are some Usage Limits to keep in mind when using the Cloud Shell:
- Cloud Shell inactivity: If you do not access Cloud Shell for 120 days, your home disk will be deleted. You will receive an email notification before its deletion and simply starting a session will prevent its removal. Please consider a different solution on Google Cloud storage for sensitive data you wish to store long term.
This answers your question. Instead of using the Cloud Shell, you can install the gCloudSDK on your computer, in this way, all the changes you make will be there even if you don't use them for a long time.
Upvotes: 1