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

后端 未结 2 400
陌清茗
陌清茗 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?

提交回复
热议问题