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 can upload new files without the limitation of the number of files etc (but you are subject to datastore limits...) On 25/03/2009, Dong <[email protected]> wrote: > > Hi, > > The application I am developing now need to control the access to a > set of static files (pdfs). I still have no idea about how to achieve > thin in app engine. Can someone point out? > > Cheers, > > Dong > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
