Re: [appengine-java] 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Ikai Lan (Google)
We can't for the time being. Our track record so far has been to raise or remove limits (blobstore, task queues, etc), so we hope to do this as well with our URLFetch API. On Mon, Sep 13, 2010 at 12:08 PM, Lucian Baciu wrote: > What I meant is actually send POST requests using the URL Fetch API t

Re: [appengine-java] 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Lucian Baciu
What I meant is actually send POST requests using the URL Fetch API to the blobstore. I've done a test and the request limit does apply :( so I can't send files larger then 1MB in size. My app has a dropbox servlet (i.e. users send emails to the app with attachments) and my app saves these attachme

Re: [appengine-java] 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Ikai Lan (Google)
No. You will be able to upload large files to the blobstore. On Mon, Sep 13, 2010 at 6:54 AM, Lucian Baciu wrote: > Does the 1MB request limit listed here: > http://code.google.com/appengine/docs/java/urlfetch/overview.html > apply to upload requests send to the blobstore as well? > > Thanks, >

[appengine-java] 1MB URL Fetch limit and blobstore service

2010-09-13 Thread Lucian Baciu
Does the 1MB request limit listed here: http://code.google.com/appengine/docs/java/urlfetch/overview.html apply to upload requests send to the blobstore as well? Thanks, Lucian -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To po