var api = new DriveApi(); ICollection<Drive> drives = api.GetDrives(2023, "postseason");
When running the above code, I get an exception that reads:
Could not convert string to integer: 4015394851. Path '[0].id', line 1, position 144
This issue occurs no matter the parameters that I enter.