Google App Engine limits urlfetch.fetch() responses to 1MB. Is there any workaround of this (switching to paid version maybe)?
I’m using Python and if it’s possible to provide an example that would be great.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With the brand new SDK 1.4.0 you can download 32MByte;
keep in mind that you still have the 10 seconds Deadline limit though 😉 .deadline can be up to a maximum of 60 seconds for request handlers and 10 minutes for tasks queue and cron job handlers.