Google.Apis.Sheets.v4.SheetsService Execute freezes application in dotnet Mono
问题 I've been using the GoogleSheets API from a C# application in windows without problem for quite a while. When I port this program to Linux, and run using Mono, it freezes regularly at "Execute" for Spreadsheets.Get OR BatchUpdate. SheetsService service = new SheetsService(new BaseClientService.Initializer() { HttpClientInitializer = credential, ApplicationName = ApplicationName, }); var gotSS = service.Spreadsheets.Get(spreadsheetId); // <<< freezes HERE ... var vbur = service.Spreadsheets