我需要通过托管在 Google App Engine 中的节点服务器上传大型(超过 300 MB)文件。我可以使用 xhr.upload 上传文件并且它在本地工作正常,但是在 GAE 中我得到 413 - request entity is too large,似乎 GAE 对内容大小有 32MB 的限制。
在探索时,我遇到了 google BlobStore API,但似乎不支持 NodeJS。
你们能建议我这是最好的方法吗?
提前致谢。
我需要通过托管在 Google App Engine 中的节点服务器上传大型(超过 300 MB)文件。我可以使用 xhr.upload 上传文件并且它在本地工作正常,但是在 GAE 中我得到 413 - request entity is too large,似乎 GAE 对内容大小有 32MB 的限制。
在探索时,我遇到了 google BlobStore API,但似乎不支持 NodeJS。
你们能建议我这是最好的方法吗?
提前致谢。