【发布时间】:2012-07-28 10:54:12
【问题描述】:
当我尝试使用 azure node sdk 中的 createBlockBlobFromStream() 将 100MB 文件上传到 Azure blob 存储时,我收到此错误:
error: { code: 'RequestBodyTooLarge',
message: 'The request body is too large and exceeds the maximum permissible limit.
maxlimit: '67108864' }
有什么想法吗?最大 blob 大小似乎是 200GB,或 50.000 个块。我检查了常量,块大小设置为 4MB,这是最大的。 SDK 错误,还是我遗漏了什么?
【问题讨论】:
-
您找到解决方案了吗? @bbbonthemoon
标签: node.js azure azure-storage