I have several files in a public static folder myapp.appspot.com/myfolder in a GAE app and would like to see the folder index (content) when opening that URL instead of error 404.
I can access individual files in it, but cannot see the folder index.
app.yaml:
- url: /myfolder
static_dir: myfolder
Maybe something extra to put in app.yaml?