You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
JacksonvilleMan
changed the title
Could not convert string to integer: 4015394851. Path '[0].id
Could not convert string to integer: 4015394851. Path '[0].id', line 1, position 163.
Feb 26, 2024
JacksonvilleMan
changed the title
Could not convert string to integer: 4015394851. Path '[0].id', line 1, position 163.
Could not convert string to integer: 4015394851. Path '[0].id', line 1, position 144.
Feb 26, 2024
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.
The text was updated successfully, but these errors were encountered: