Hi everyone, I have taken over a company that previously had a web app on the Google Cloud Platform and that app has since been deleted by someone. How do I retrieve the source code for this app. It also once resided on our main website if that helps! Really appreciate your help.
Retrieving a deleted source code from the app is a bit tricky. However, you can check the Logs Explorer to see if there is any reference to the code deployment. While you can’t retrieve the code directly from the logs, it can give you insights into deployment configurations.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
That’s tough. If the app was on Google Cloud, check for backups or snapshots in your Google Cloud Storage. If your team used version control like GitHub or GitLab, the code could still be there. Also, since the app was on your website, check if any parts are cached with your hosting provider. If not, Google Cloud support might help if backups or logs are available.