[google-appengine] Re: How to control the access to a set of static files

2009-03-25 Thread Dong Liu
Thanks for the suggestion. I think what you mentioned is http://code.google.com/appengine/docs/python/images/overview.html I will verify if it is good for my case. Cheers, Dong On Wed, Mar 25, 2009 at 11:20 AM, Barry Hunter wrote: > > You can actully serve files that 'look' static via a pyth

[google-appengine] Re: How to control the access to a set of static files

2009-03-25 Thread Barry Hunter
You can actully serve files that 'look' static via a python script. And because its a script you can put what ever authenitication method you like. Have a look in the documentation there is a demo if serving images dynamically. The images are fetched from the datastore which has the benefit you c