Documents List API: Upload any file type and more!
January 12th, 2010 | Published in Google Code
As just announced over on the Enterprise blog, Google Docs now allows users to upload any type of file! Over the next couple of weeks we’ll be rolling out the same feature in the Documents List Data API. For now, uploading arbitrary files via the API will be restricted to Google Apps Premier domains. For starters, each user gets 1GB of storage with a maximum size of 250 MB per file.
Combined with the shared folders feature of Google Docs, we think this new feature is a great way to build collaborative applications for exchanging files with coworkers and external parties. No more email attachments!
In addition to arbitrary file upload, we’re launching several top features requested by developers:
Issues resolved in this release: 72, 1040, 1675, 1260, 1741, 1127
Combined with the shared folders feature of Google Docs, we think this new feature is a great way to build collaborative applications for exchanging files with coworkers and external parties. No more email attachments!
In addition to arbitrary file upload, we’re launching several top features requested by developers:
- Copy a document - Make a duplicate of a document in a single call
- Publishing documents - Programmatically publish a document to the world.
- Change the owner of a document - While ACLs and sharing have been in the API for quite some time, you can now change the ‘owner’ of a document.
- Resumable uploads - Offers the ability to pause/resume an upload. It’s ideal for large file sizes.
Issues resolved in this release: 72, 1040, 1675, 1260, 1741, 1127