My code, which was fine, ran into an exception and cannot connect. It comes from the following code
_SmartsheetList = _objSSClient.SheetResources.ListSheets(new List<SheetInclusion> { SheetInclusion.SHEET_VERSION }, paging, null);
it was running OK until yesterday.
Just wonder what could be the solution.
Thanks