/kb

personal knowledgebase

Archive for June, 2011

Google Data API: Unsupported browser. Continue at your own risk.

without comments

Opera is not officially supported in the Google Data API and the following error message is thrown as an alert(!) when loading the API: Unsupported browser. Continue at your own risk.

Remove the error message by sending an empty anonymous function to the init method:

google.gdata.client.init(function() {});
var service = new google.gdata.calendar.CalendarService('my-calendar');

Ref. Google Data API Documentation.

Written by hgrimelid

June 13th, 2011 at 12:42 pm

Posted in Programming

Tagged with , ,