python variables are limited to 1Mb anyway, so the urlfetch wouldnt be able to return bigger files.
AppEngine isnt designed for doing any sort of heavy lifting - bear in mind requests shouldnt generally take over 100-200ms otherwise risk been cutoff. On Thu, Nov 6, 2008 at 8:57 PM, russ.au <[EMAIL PROTECTED]> wrote: > > I'm attempting to write an app to 'manipulate' podcast MP3s. I'm > getting an exception ResponseTooLargeError trying to grab the > podcast. If I turn on allow_truncated - len(result.content) gives > 1048576. > > Sounds like the limit is 1 meg - i don't find this documented > anywhere. Is this a hard limit - or is it likely to change any time > in the future? > > Russ > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
