Hi all, I am trying to use API of community version and face a problem below. I wanna to search file by date range and it returns an unknown exception. Here is the code: DateTime dateFF = new DateTime(2020, 8, 6); DateTime dateTT = new DateTime(2020, 8, 6); QueryParams qParams = new QueryParams(); q...