Google Data API Tips

Random code snippets for the Google Data APIs.

Updating a Google Site Listpage/Listitem

›
Here is a quick and dirty (by fully functional) sample of updating a listpage /listitem in Google Sites using the Data API. #!/usr/bin/py...
105 comments:

Download your DocList arbitrary file uploads in .NET

›
The .NET client's Download() method currently handles exporting documents, presentations, and spreadsheets. However, it cannot download...
22 comments:

Making a Calendar public via the ACL feed

›
Google Calendar allows individual calendars to be marked as public, meaning that they can be accessed either via the Calendar UI, embeded ca...
49 comments:

Update a document's content in .NET

›
class Demo { private DocumentsService service = null; public Demo() { service = new DocumentsService("google-DocUpdateTip-v1...
21 comments:

Create a new Google Docs Spreadsheet from content using AJAX

›
This example shows how one could use jQuery to make an AJAX request that creates new Google Docs Spreadsheet from existing text/csv content....
32 comments:

Download a Google Doc using the PHP library

›
At the time of writing this tip, the Zend_Gdata_Docs component of the PHP library does not contain the export/download functionality of the...
115 comments:

OAuth in Google App Engine

›
This sample demonstrates a basic structure that you can use to perform 3-legged OAuth using the Google Data Python client library in Googl...
73 comments:
›
Home
View web version
Powered by Blogger.