Hands On API - File download endpoint returns 404
hands-on-bug
**Describe the bug**
The API does not returns files attached to task, every question with a file fails due to fail not available.
**To Reproduce**
curl -X 'GET' \
'https://agents-course-unit4-scoring.hf.space/files/cca530fc-4052-43b2-b130-b30968d8aa44' \
-H 'accept: application/json'
**Screenshots**
Response Payload
{
"detail": "No file path associated with task_id cca530fc-4052-43b2-b130-b30968d8aa44"
}
**Additional context**
Add any other context about the problem here.
0 条评论