Accessing Google Spreadsheets with C# using Google Data API fails with Mono

后端 未结 2 407
陌清茗
陌清茗 2020-12-20 08:23

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         


        
2条回答
  •  情话喂你
    2020-12-20 09:15

    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.

提交回复
热议问题