This repository represents the final exam for the Data Technician with Specaility in Programming 2024. Grade recieved: Simon: 12 (A+), Jasmin: 12 (A+), Mike: 12 (A+)
The API didn't like the bigger audio file , so we tried to put the [DisableRequestSizeLimit] at the endpoint controller and that seemed to work but then the BookService threw a Timeout after 100 seconds exception so, we need to figure out how we handle this, or else try and keep it to the smaller files.
The API didn't like the bigger audio file , so we tried to put the
[DisableRequestSizeLimit]
at the endpoint controller and that seemed to work but then theBookService
threw aTimeout
after 100 seconds exception so, we need to figure out how we handle this, or else try and keep it to the smaller files.