This morning, I started receiving the following error message in c# code:
Smartsheet.Api.InvalidRequestException: 'This feature is not available for your account.'
on this line of code:
CopyOrMoveRowResult resultsX = smartsheet.SheetResources.RowResources.MoveRowsToAnotherSheet(isheetX.Id.Value, directiveX, null, null);
This c# code has run without issue for 2+ months. Did something change on the Smartsheet side? This is a production issue for us, so urgent.
Help is appreciated!
Thanks, Mike