Hi TIm and Konrad,

Thanks for your reply.

Ok, Here is the problem in a bit more detail.
When I have a single (or more) text file/s in my application directory,
appcfg.py uploads the files but if I have a folder inside my application
directory it ignores that folder while updating unless I have specified it
at static_dir in app.yaml.

So my question is How can we upload a directory without specifying it in the
app.yaml.

Regards
Vaswani

On Fri, Apr 10, 2009 at 10:09 AM, Tim Hoffman <zutes...@gmail.com> wrote:

>
> Hi
>
> You can read files but they must be in you appengine application
> directory or a subdirectory.
> of it and then uploaded when you deploy
>
> You can't chmod and there is no need to.
>
> Also these files shouldn't be accessible through the static files
> directive in app.yaml (I believe)
>
> T
>
>
>
> On Apr 10, 12:49 pm, Vaswani <gopal.vasw...@gmail.com> wrote:
> > Hi,
> >
> > I am a developing a web application which has no database but instead
> > uses some text files(.txt) as a data store. While running on my local
> > machine, I am able to access the folder which has these files (the
> > folder is in my application directory). However, when I upload my
> > application to the app engine server, I am denied permission to access
> > this folder and files.
> >
> > I have tried using os.chmod to change permissions but still nothing
> > works.
> > What could be the problem?
> >
> > -Vaswani
> >
>

--~--~---------~--~----~------------~-------~--~----~
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