--- layout: post title: Google Documents List API Review url: http://apievangelist.com/2010/10/12/google-documents-list-api-review/ image: https://s3.amazonaws.com/kinlane-productions2/api-evangelist-logos/api-evangelist-butterfly-vertical.png author: name: kinlane tags: - Documents - Review --- Google Docs is a free, Web-based word processor, spreadsheet, presentation, form, and data storage service from Google. It allows users to create and edit documents online while collaborating in real-time with other users. Google provides a [RESTful document list API](http://code.google.com/apis/documents/) that uses either AuthSub or oAuth authentication. The API provides read/write methods for adding documents and folders and allows the management of ACL, revisions, and Meta data. Google provides 5 language software development kits including Java, .NET, and PHP. **Building Blocks:** > **Technology** > > * RESTful API > > **Documentation / Tools** > > * Dashboard > * API Reference > * SDK / Code Libraries > * Getting Started > * Terms of Use > > **Support / Management** > > * FAQ > * Articles > * Blogs > * Change Log > * Issue Tracker > > **Community** > > * Forum