Support chunked streaming of File obj's data
未关闭
enhancement
- 主要语言
- Python
- 星标
- 459
- 派生
- 223
- 平均合并
- 8 小时 57 分钟
- 30 天内合并 PR
- 13
描述
Allow chunked streaming of a File obj's BoxReponse data. This will allow large files to be sent through a web server without overloading memory. The pics below show a custom implementation.

贡献指南
调研方向
Start by reviewing how a File object's BoxResponse data is currently handled and compare it with the custom implementation shown in the issue image. Done means large files can be sent through a web server in chunks without loading the full response into memory.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100