We need to upload large files from App Engine to Google Docs. In App Engine,
the UrlFetch limits the maximum size of HTTP request to 5 MB, so we need to use
the resumable upload API. Unfortunately the ResumableGDataFileUploader only
supports MediaFileSource objects as a source, which is useless in App Engine
since there are no files.
The ResumableGDataFileUploader could be made much more generic if it was
accepting an arbitrary UploadData object instead of a MediaFileSource, just
like the ResumableHttpFileUploader.Builder.setData(UploadData) does.
Original issue reported on code.google.com by stephane...@revevol.eu on 6 Aug 2012 at 4:11
Original issue reported on code.google.com by
stephane...@revevol.eu
on 6 Aug 2012 at 4:11