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

后端 未结 2 401
陌清茗
陌清茗 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:02

    Looks like a Mono problem to me.
    Could you test with fiddler to test if your call reach the server?

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题