Location of static files

46 views
Skip to first unread message

Yash Ganthe

unread,
Sep 10, 2015, 8:23:00 AM9/10/15
to Google App Engine
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

Nick (Cloud Platform Support)

unread,
Sep 10, 2015, 7:22:09 PM9/10/15
to Google App Engine
Hi Yash,

If you link your project to github and set up push-to-deploy (or just link the 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 (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
Reply all
Reply to author
Forward
0 new messages