The limit is 3,000 files. http://code.google.com/appengine/docs/java/runtime.html#Quotas_and_Limits http://code.google.com/appengine/docs/python/runtime.html#Quotas_and_Limits
For Python apps, you can use zipimport to get around the limit. http://code.google.com/appengine/docs/python/tools/libraries.html#zipimport Robert On Sat, Jun 11, 2011 at 17:34, Adam Presley <[email protected]> wrote: > And the answer comes from some old archived forum entries. 1,000 files is > the limit. If I exceed that limit I get the nasty 400 unspecified error. > Although I'm not agreeing with the 1,000 file limit, a little help in the > exception report would go a long way. Hope this helps anyone else > experiencing this. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/7IfJUwLDhI8J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
