How to see ALL files deployed to Google App Engine - Flask app

50 views
Skip to first unread message

Katherine Kleim

unread,
Nov 6, 2018, 2:42:10 PM11/6/18
to Google App Engine

If I go to the dashboard, I can see only source files and template.
The problem is I deployed a new version, and ALL my JavaScript files have gone. Pictures (in static/images folder) are visible, but for all .js files in static/js folder have gone.
I can't figure out why, and a dashboard doesn't show anything.
Please HELP.
Thanks.

Justin Yip

unread,
Nov 6, 2018, 6:38:55 PM11/6/18
to Google App Engine
Assuming you are using appengine flex.

When you deploy, you will see a log message: 

...
---------------------------------------------------------------------------------------------- REMOTE BUILD OUTPUT -----------------------------------------------------------------------------------------------
starting build "9929ae8e-3cf8-44b9-af8e-ca439e91b546"
FETCHSOURCE
Fetching storage object: gs://[REDACTED]
Copying gs://[REDACTED]
....

You should be able to locate the file under the same [REDACTED] path on google storage console: https://console.cloud.google.com/storage

Justin

Katayoon (Cloud Platform Support)

unread,
Nov 7, 2018, 6:15:09 PM11/7/18
to Google App Engine
You may go to "App Engine/Versions" page, select "Source" from "Tools" dropdown. You will be redirected to the Stackdriver Debug to see the source code. 
Reply all
Reply to author
Forward
0 new messages