Read a file on App Eninge with Python?

Posted by PanosJee on Stack Overflow See other posts from Stack Overflow or by PanosJee
Published on 2010-04-13T14:15:33Z Indexed on 2010/04/13 14:33 UTC
Read the original article Hit count: 293

Filed under:
|

Is it possible to open a file on GAE just to read its contents and get the last modified tag?

I get a IOError: [Errno 13] file not accessible: I know that i cannot delete or update but i believe reading should be possible Has anyone faced a similar problem?

os.stat(f,'r').st_mtim

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine