Web | News | Blogs | Products | Videos |

Top relevant blog posts for : google_data_api

 

Google Data API Tips: Fetch a Google Data feed using PHP & Curl

Google Data API Tips · Fetch a Google Data feed using PHP & Curl. Posted by Eric (Google) on Friday, July 11, 2008. As a continuation from my last post, here's how you get a feed.

Google Data API Tips: Getting the worksheet feed for a given ...

This code snippet demonstrates how to obtain a feed of worksheet entries, given an authenticated gdata.spreadsheet.service.SpreadsheetsService() client object and a worksheet key. For the sake of the example, we are ...

SSIS: How to load data into SQL table from Google Spreadsheets?

To connet and interact with Google Spreadsheet data you need, Google Data API SDK. The Google Data API are available in Java, .NET, Python and PHP. The Google Data API are interface between Google online services ...

Vladimir Pekez Blog » Blog Archive » Google Docs and PHP ...

Google Docs and PHP – Playing with PHP client interface for the Google Data API. 15 Nov 2012 by Vladimir Pekez, No Comments ». Since I didn't found many posts demonstrating how to read/write documents on Google Docs with PHP I ...

Google Data API Toolkit - developer.force.com

The new Force.com Toolkit for Google Data APIs makes it easy to develop Force.com applications that make the most of the capabilities of Google Data APIs, including read and write access to data and content in Google Apps. The toolkit ...

Google Data API Client Libraries with proxy - Stack Overflow

You didn't say what language you're using but instructions for Java and .Net# are at: https://developers.google.com/gdata/articles/proxy_setup. instructions for Python can be found at: ...

QCon day 3 – Google Data API | Technical Happenings

The google data API talk concentrated on decisions behind the selection of REST over SOAP; basically RESTs four operations get,put, post and delete are likely.

Google data API and OAuth: “invalid_grant” error | Toni codes .NET

Google data API and OAuth: “invalid_grant” error. This extremely frustrating error can be remedied by simply re-requesting device code. You will need to authorize your app again, but at least it will work. You can also try ...

Presentation: Google Data API (GData) - InfoQ

Frank Mantek discusses the Google Data API (GData) including decisions to use REST rather than SOAP technology, how the API is used, numerous examples of how GData has been used by clients, and future plans for ...

Google Data API with RestSharp on WP7 Update | Toni codes .NET

Google Data API with RestSharp on WP7 Update. Special thanks to John Sheenan who pointed out an error in my code. First of all, calling Dispatcher.BeginInvoke is redundant since the callback action will be invoked on the ...

Google Data API Tips: Post on Blogger using curl

Google Data API Tips · Post on Blogger using curl. Posted by Jeff Scudder on Monday, August 04, 2008. This command line curl script reads an XML file containing the blog post's XML and uses curl to authenticate and post to Blogger. Here is ...

Google Data API Tips: Create a new Google Docs Spreadsheet from ...

Create a new Google Docs Spreadsheet from content using AJAX. Posted by Eric (Google) on Monday, July 27, 2009. This example shows how one could use jQuery to make an AJAX request that creates new Google Docs Spreadsheet from ...

Google Data API « A Little Off

Google Data API. I've got a friend who has been doing a lot of web development for the UA Baja Racing Club and I've been offering ideas for developing certain things he wanted on the website like electronic time sheet submission.

Using Google Data API's with Clojure | Maurits thinks aloud

With the Google Data API it is very easy to access all that information that you have trusted to 'don't be evil' Google. The basic format lends itself very well to manipulating with Clojure, but in this blog I'll just show how to access ...

Working with Google Contacts - KDE UserBase Wiki

How to synchronize Google Contacts with Kontact. Installing the Google Data API. To synchronize Google Contact and Calendar data, the Akonadi Google Data API must be installed on your system. Depending on your package manager, the ...

Google Data API: Read Events from a Google Calendar | hs2n Blog

For one of our Google App Engine projects, we wanted to read the feed of a custom calendar using Google Data API to show upcoming events. Basically, it is documented in the Google Data API reference how to do it, ...

Google Data API with RestSharp on WP7 | Toni codes .NET

First step is creating an application in API Console and selecting services that you will be using. In this example, we will use the Tasks API. Once you create your project with the appropriate settings, you will need client_id and ...

Basic Google Data Api - Threelas

Google has a lot of services. As example youtube, blogger, google apps, sites, gmail, and others. All those services work under one data, known as Google Data Api. Basically, google data works based on xml. So we can ...