I've been using the API for a year and everything has been working fine until this week. I keep getting the following error at this line.
var appItems = item.Field<Podio.API.Utils.ItemFields.AppItemField>(field.ExternalId).Items;
Error Message:
Object of type 'Newtonsoft.Json.Linq.JArray' cannot be converted to type 'System.Collections.Generic.List`1[Podio.API.Model.FileAttachment]'.
Any help will be appreciated. Thanks.