Data Protocol - Google Code. Most Google APIs are not Google Data APIs. This Google Data APIs documentation applies only to a few APIs, as described in the GData API Directory. About the Google Data Protocol Some services at Google provide external access to data and functionality through APIs that utilize the Google Data (GData) Protocol. The GData Protocol is a REST-inspired technology for reading, writing, and modifying information on the web. It supports two primary modes of access, AtomPub and JSON. For information about Google APIs that implement the GData Protocol, along with a list of APIs that replace those that previously implemented the GData Protocol, see the GData API Directory.
For information about authorizing requests with a newer Google API, see the Google Identity Platform. Spreadsheets API - Google Code. The Google Sheets API (formerly called the Google Spreadsheets API) lets you develop client applications that read and modify worksheets and data in Google Sheets. What can this API do? This API is useful for: Managing the worksheets in a Google Sheets fileConsuming the rows of a worksheetManaging cells in a worksheet by position Common use cases Common use cases for this API include: Computing financial data stored in an inaccessible systemPresenting statistics to users in a web browserConsuming data entered into a spreadsheet by a user Terminology used in this guide Throughout this guide, a number of terms are used which are intended to have specific meanings. spreadsheet Google Sheets document, created with the Google Sheets user interface or with the Google Drive API. worksheet Named collection of cells within a spreadsheet.
List row Row of cells in a worksheet, represented as a key-value pair, where each key is a column name, and each value is the cell value. Cell Setting up your client library. Python Language Guide (v3.0) - Google Documents List Data API v3.0 - Google Code. Important: Version 3 of the Google Documents List API has been officially deprecated as of September 14, 2012. It will continue to work as per our deprecation policy, but we encourage you to move to the Google Drive API. The Google Documents List API allows client applications to view and manipulate files in a user's Documents List.
Your application can use this API to store files and to integrate the Google Docs experience. Introduction This guide discusses how to use the Google Documents List API version 3.0. What can this API do? The Google Documents List API allows developers to create, retrieve, update, and delete Google Docs (including but not limited to text documents, spreadsheets, presentations, and drawings), files, and collections. You will find this API useful if you need to store data in the cloud, perform resource management, convert document formats, etc. Audience Terminology used in this guide document file collection A container of other documents, files, or collections.
Java. Streaming to google spreadsheets. Log streaming data to spreadsheet - Google Docs Help.