gpt4 book ai didi

node.js - 使用 unirest 库、Node.js 下载文件

转载 作者:太空宇宙 更新时间:2023-11-04 00:36:05 24 4
gpt4 key购买 nike

我正在尝试使用 Node 的 unirest 库下载文件。这是我到目前为止的代码:

unirest.get(url).end(function(res) {
require("fs").writeFile(`${path}/app.zip`, res, "binary", (err) => {
console.log(err);
});
});

但是,创建的 zip 文件不完整。我也尝试过使用管道,但是它没有保存任何东西。可能是什么问题?

最佳答案

res 不包含响应数据,为此您需要 res.body or res.raw_body .

关于node.js - 使用 unirest 库、Node.js 下载文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38945449/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com