ITADN

Hands On API - File download endpoint returns 404

#647Opengotosatheesh41 创建于 2026-02-06
hands-on-bug
G
gotosatheesh41commented
**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 条评论