It is possible.
> Is it possible to create a static file dir that has login:admin in app.yaml?

Supposed you have got a first level folder 'mystat' containing the
'list.txt' file,
add the following to your app.yaml file:

- url: /mystat
  static_dir: mystat
  login: admin

After upload (appcfg.py update) of that code you'll need to log in
with your admin mail to get the content via url
...appspot.com/mystat/list.txt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to