majorkalina / google-docs-upload

Automatically exported from code.google.com/p/google-docs-upload
0 stars 0 forks source link

size limitation #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
google docs has removed the size limitation on pdfs but any file over 10mb 
can't be uploaded with the program I'm not sure on the limitations with other 
files but I can confirm it happens with pdfs.

Original issue reported on code.google.com by qua...@gmail.com on 1 Apr 2010 at 10:50

GoogleCodeExporter commented 9 years ago
I am not able to transfer anything above 500 kb with this program, so is that a 
limit specifically coded in or something much deeper?

Original comment by rdpric...@gmail.com on 10 Jun 2010 at 1:04

GoogleCodeExporter commented 9 years ago
Can these lines be changed?
(from GoogleDocsUpload.java)
        SIZE_LIMITS.put("document", 500000L);
        SIZE_LIMITS.put("spreadsheet", 1000000L);
        SIZE_LIMITS.put("presentation", 10000000L);
        SIZE_LIMITS.put("pdf", 10000000L);
Since you can now upload files that are sized 1gb.

See this page for more info: 
http://docs.google.com/support/bin/answer.py?hl=en&answer=50092 (expand 
uploading & storing)

Original comment by mike.kin...@gmail.com on 22 Jun 2010 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by anton.be...@gmail.com on 22 Dec 2010 at 2:47