I\'m trying to access my Google spreadsheets using the GData API. I have followed the example which looks like:
var service = new SpreadsheetsService(\"myTes
Looks like a Mono problem to me. Could you test with fiddler to test if your call reach the server?
I found the problem and solution on Google code, Issue 88 as comment 8.
In short, using
mozroots --import --sync --quiet
solves this problem. For me it now works.