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
<barrybhun...@googlemail.com> 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 <edong...@gmail.com> 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 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