Hi ,
I am using smartsheet-csharp.sdk version 2.101.0.0. When I consume my web application on my laptop and on a UAT, everything are working fine but I am having problem in production. The utility returning "There was an issue connecting" exception.
This is my code:
var _smartsheet = new SmartsheetBuilder().SetAccessToken(token.AccessToken).Build();
long sheetID = 4566555;
var _sheet = _smartsheet.SheetResources.GetSheet(sheetID, null, null, null, null, null, null, null);