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 <[email protected]> wrote: > > 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 >> >> > >> > > > > -- http://dongnotes.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
