Re: [appengine-java] urlfetch.Fetch() 1MB size limit - upload file to Google Docs

2011-03-18 Thread Chetan Gusain
Try http://www.4shared.com Chetan On Fri, Mar 18, 2011 at 3:12 AM, Ian Gillett wrote: > I am attempting to upload a file > 1MB to Google Docs using an App > Engine application, basically I grab a submitted file using Commons > Upload and upload to Google Docs by setting .setMediaSource which

[appengine-java] urlfetch.Fetch() 1MB size limit - upload file to Google Docs

2011-03-18 Thread Ian Gillett
I am attempting to upload a file > 1MB to Google Docs using an App Engine application, basically I grab a submitted file using Commons Upload and upload to Google Docs by setting .setMediaSource which all works great. The problem is that there is a limit of 1MB imposed by the API call to urlfetch.