Hi
Is there any solution to retrieve code of current version in App Engine ? Function (node JS) is running, how can we find the js file running in this current version ?
I tried gcloud app --project=$PROJECT versions describe --service=default "$version" but no result : Error -> could not parse resource.
Thanks
Hi @Adel62,
Welcome to Google Cloud Community!
As of the moment, you can only retrieve your source code if you deployed using App Engine Flex. You can follow the steps below on how to retrieve your code:
I just type in cat [filename] to show the code then copy the source code.
You can also check out this Github link for alternative methods.
No method to retrieve the source code for App Engine Standard as of now. I would suggest to file this one as a feature request. We can't guarantee that this would be available in the future but you can keep track of its progress once the ticket has been created.
Hope these help.