qiniu / nodejs-sdk

Qiniu Resource (Cloud) Storage SDK for Node.js
589 stars 190 forks source link

fs.createReadStream is not a function #348

Closed sunwenli closed 4 years ago

sunwenli commented 4 years ago

image antoher problem. guys

helloyou2012 commented 4 years ago

@sunwenli 这是给 Node.js 用的,不是给前端用的,前端的是这个:https://github.com/qiniu/js-sdk

sunwenli commented 4 years ago

@helloyou2012 , 我这边是在 electron 写的桌面程序里调用七牛,出现上面的问题是因为调用时机不对。 electron 里调用七牛需要把逻辑写在主进程里。上面截图里是写在了渲染进程里。