--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/955f8c1b-5389-441a-9412-099cb5946be1n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAO3894w7fpxupPU_T3Hp%3DVv8dhfscZSfO%2BqDcNTGu0oY71shUw%40mail.gmail.com.
Hello Madhav,
The Google Groups link that Fuad has shared discussed most of the queries you have raised. However please note that the standalone legacy SDK and appcfg tooling has been deprecated as of July 30, 2019 and shut down on August 30, 2020, so the solutions suggested based on this is no longer available.
As this Public Issue has suggested, the present option is to use Stackdriver Debugger to view the source code and perform debugging like analyzing breakpoints. Users can copy and paste the contents to your local file.
This is recommended not to rely on the Google Cloud Platform to preserve source codes. The most popular option is to use SVN or Git (e.g. Cloud Source Repositories).
There is a Feature Request at the moment to implement appcfg like feature with Cloud SDK to download the source code.