Hello, If your account has Editor role you should be able to see the source button in both the Services and Version tab. Alternatively you may go to the Debugger page of Cloud Console to the same effect. Please note that the code for App Engine Flexible runtimes will not appear unless deployed with the command "gcloud beta app deploy" with gcloud version 195.0.0 or newer. You may also refer to this page from Cloud Debugger documentation [1].
[1] https://cloud.google.com/debugger/docs/source-options#app_engine On Monday, September 14, 2020 at 6:17:59 PM UTC+2 [email protected] wrote: > I have checked the role, it is Editor. I think by default, the default > service account role is Editor. Do I need to change the role of the default > service account ?? to see the option of *Source* right ?? > > Thanks & Regards > Aqib Hameed > > On Mon, Sep 14, 2020 at 4:50 PM 'Shawn Wu' via Google App Engine < > [email protected]> wrote: > >> >> please double confirm the IAM role of your account. it may caused by the >> account lack of IAM role. >> On Saturday, September 12, 2020 at 5:21:58 PM UTC-4 [email protected] >> wrote: >> >>> Dear Wesley, >>> >>> Thanks for your response, but i am not able to see the option of >>> *Source*. I am only able to see two option *Logs* and *Debug.*As you >>> can also see in the attachment. >>> Do you know why I am not able to see the *Source* option ?? >>> >>> Thanks, >>> >>> Regards, >>> Aqib Hameed >>> >>> On Sat, Sep 12, 2020 at 1:51 AM wesley chun <[email protected]> wrote: >>> >>>> Only the original App Engine runtimes (Python 2, PHP 5, Java 8) allowed >>>> downloading your source code (via the appcfg tool >>>> <https://cloud.google.com/appengine/docs/standard/python/tools/appcfg-arguments>). >>>> >>>> Unfortunately that tool has been deprecated, and its replacement, the >>>> gcloud tool does NOT provide for downloading >>>> <https://cloud.google.com/appengine/docs/standard/java/tools/migrating-from-appcfg-to-gcloud> >>>> >>>> in the current generation of runtimes. The best you can do now is to view >>>> your source code from the Cloud Console by going to your project's >>>> Services page <https://console.cloud.google.com/appengine/services>, >>>> selecting the "Tools" pulldown under "Diagnose" and clicking "Source" to >>>> view your code. It should look like this: >>>> >>>> [image: Screen Shot 2020-09-11 at 4.46.16 PM.png] >>>> >>>> In any case, we strongly recommend using a source code revision system >>>> moving forward so as to avoid situations like this. >>>> >>>> Hope this helps, >>>> --Wesley >>>> >>>> On Fri, Sep 11, 2020 at 1:55 PM Aqib Hameed <[email protected]> wrote: >>>> >>>>> Hi, >>>>> >>>>> Please can anyone guide how we can download the source code of the >>>>> AppEngine on nodejs platform.Or how we can the source files of the >>>>> project. >>>>> >>>>> Thanks, >>>>> >>>>> Regards, >>>>> Aqib Hameed >>>>> >>>>> -- >>>>> 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 [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/google-appengine/d04748e3-d5af-4fcf-a317-43b5d24d6632n%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/google-appengine/d04748e3-d5af-4fcf-a317-43b5d24d6632n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> >>>> >>>> -- >>>> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >>>> "A computer never does what you want... only what you tell it." >>>> wesley chun :: @wescpy <http://twitter.com/wescpy> :: Software >>>> Architect & Engineer >>>> Developer Advocate at Google Cloud by day; at night... >>>> Python training & consulting : http://CyberwebConsulting.com >>>> "Core Python" books : http://CorePython.com >>>> Python blog: http://wescpy.blogspot.com >>>> >>>> -- >>>> 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 [email protected]. >>>> >>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/google-appengine/CAB6eaA66Y0uFiHRTmskyv8QOCXrqms7T23R3jTJRmOSLHtXTMQ%40mail.gmail.com >>>> >>>> <https://groups.google.com/d/msgid/google-appengine/CAB6eaA66Y0uFiHRTmskyv8QOCXrqms7T23R3jTJRmOSLHtXTMQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >> 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 [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/d73ab070-0c29-4229-bdaa-39cb2efaac6cn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/d73ab070-0c29-4229-bdaa-39cb2efaac6cn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/980daa54-6993-4426-95f5-2f24bcc67e4en%40googlegroups.com.
