[appengine-java] HTTP request and response sizes have been increased to 32 MB.... NOT

2011-05-11 Thread Ian Gillett
When I try and upload a file greater than 1MB I get an error: The request to API call urlfetch.Fetch() was too large. It appears the urlfetch limit is STILL limited to 1MB and on checking the limits page at: http://code.google.com/appengine/docs/java/urlfetch/overview.html#Quotas_and_Limits

Re: [appengine-java] Google App Engine + Java Applet

2011-05-24 Thread Ian Gillett
Hi, You can run Applets on App Engine - we are using an Applet / App engine on the App below: https://www.google.com/enterprise/marketplace/viewListing?productListingId=8343+8778914019165296828

Re: [appengine-java] Re: Google App Engine + Java Applet

2011-05-26 Thread Ian Gillett
pplet.Applet. > > Thanks > > On May 24, 1:52 pm, Ian Gillett wrote: > > Hi, > > > > You can run Applets on App Engine - we are using an Applet / App engine > on > > the App below: > > > > https://www.google.com/enterprise/marketplace/viewLi

[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.