[google-appengine] Re: Total Files - Limit

2010-10-21 Thread MasterGaurav
Point taken. But then, why are 2000 files being counted at 4000+ files? -Gaurav On Oct 21, 8:40 am, sodso sodhisoluti...@gmail.com wrote: compress ur files into 1 zip file or something like that...thats what google recommends for uploading large number of files...cheers ! On Oct

[google-appengine] Re: Total Files - Limit

2010-10-21 Thread MasterGaurav
In anycase, I have been able to put up SmartGWT with all its themes (Enterprise, EnterpriseBlue and Graphite) up and running at http://mastergaurav.appspot.com Using

[google-appengine] Re: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread Stephen
On Oct 21, 8:43 am, MasterGaurav gaurav.va...@gmail.com wrote: Hi, I have put up an updated Unzippper servlet to serve static files (actually based onhttp://code.google.com/p/googleappengine/issues/detail?id=161#c68)... just in case you are looking for a solution.

Re: [google-appengine] Re: Total Files - Limit

2010-10-21 Thread Eli Jones
More than likely you have included import packages with your project that have to be uploaded to GAE as well. So, you may have only 2000 files, but ReallyImportantThirdPartyProjectImport (or whatever) may contain another 2000+ files. Just a guess. Maybe its a ghost in the machine. On Thu, Oct

[google-appengine] Re: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread MasterGaurav
And now, added support for If-None-Match and ETag as well. Spawned a new project at Github - http://github.com/gvaish/gae-utils As before, any critics, feedback, inputs and bugs/issues are more than welcome :) -Gaurav http://www.mastergaurav.com On Oct 21, 5:09 pm, MasterGaurav

[google-appengine] Re: Total Files - Limit

2010-10-20 Thread sodso
compress ur files into 1 zip file or something like that...thats what google recommends for uploading large number of files...cheers ! On Oct 20, 10:52 pm, MasterGaurav gaurav.va...@gmail.com wrote: Hi, I have 2079 files in my war folder. When I do a appcfg update war, I get a