Hi Yash, If you link your project to github and set up push-to-deploy <https://cloud.google.com/tools/repo/push-to-deploy> (or just link the repository <https://cloud.google.com/tools/cloud-repositories/docs/cloud-repositories-hosted-repository>, leaving deployment as a separate step), you'll be able to browse your source code through the Developers Console. If you set up your static file handlers <https://cloud.google.com/appengine/docs/python/gettingstartedpython27/staticfiles> (or create a dynamic file server handler on the same route, /js/gitp.js) you'll be able to access the gitp.js file at the route /js/. The two are separate-but-related ways to access/view the file.
I hope this has helped answer your question. Let me know if you have any issues and I'll be glad to help. Best wishes, Nick On Thursday, September 10, 2015 at 8:23:00 AM UTC-4, Yash Ganthe wrote: > > Hi, > > I have an application which is serving the file > http://goaitprof.appspot.com/js/gitp.js. I had uploaded it using the > python SDK. Earlier, the dashboard allowed me to see the files in the > browser. Now with the console, I cannot see the files. > > The console has a facility to link appengine with github. If I now > maintain the JS file on github, and link the two, will it show up in the > same location as http://goaitprof.appspot.com/js/gitp.js ? > > Regards, > Yash > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d2240a92-14a8-4a62-bdb3-eb5155440fc3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
