Hi Tim and Konrad,
I understand that the ideal way to work with data is to use google data
storage. But given some data constraints on my side for now, I have
postponed the usage of data storage by a month.

I retract my earlier statement that 'appcfg.py update' ignores some files. I
probably didn't see the entire noisy messages. The files were getting
uploaded but I was not allowed to access them through my script. Its
actually strange if I had a small file in the application directory, I was
able to access it but if I had folder (with my data files) in the
application directory, the permission was denied.

Anyway, I need to understand the idiosyncrasies of distributed data network
in more detail. But for now I have found a not so sweet solution. I have
converted each of my data files into python objects and put in individual
small size files (.py) and importing them on demand. It works sweetly now
but definitely not a scalable solution.

But is there a ways to delete the stuff you uploaded before which you don't
need anymore.

Regards
Gopal







On Fri, Apr 10, 2009 at 5:51 PM, Konrad Martin <konrad...@gmail.com> wrote:

>
> Hi Vaswani ant Tim
>
> On 11 Apr., 01:56, Tim Hoffman <zutes...@gmail.com> wrote:
> > How do you know it is being ignored ?
>
> How could you know, that's my key question too, as to my knowledge
> there is no way to `see` what's uploaded.
>
> When uploading my experience is you either get an error message or
> everything in the root and its subfolders is uploaded, at least `not
> uploaded data' never happened to me.
>
>
> Programmig for a high scalable distributed network is just diffrerent.
> Some simple tasks, taken for granted on a single machine, just don't
> work there. It`s impossible to have a look on all your uploaded
> folders for example.
>
> So working with appEngine you better try not to transfer existing
> concepts but to build on small steps. Break up your program into small
> steps and try each step on its own. If it's working on appEngine OK,
> if not read appEngine docs and google for a working solution to reach
> your target.
>
> To be more specific you need to copy code and error messages related
> to your problem.
>
> Konrad
>
> >
>

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