在我的router/index.js中,我使用res.sendfile(..)除了在服务器端控制台上收到以下消息外,一切正常:有没有人知道原因,以及如何解决这个问题简单地用res.sendfile(..)代替res.sendFile(..)会给我一个错误:
pathmust be absolute or specif
当我使用云存储中的文件位置发送响应时,sendFile方法抛出了这个错误: "pathmust be absolute or specifyroot to res.sendFile"
res.sendFile(obj.path(param1, param2, param3, param4)); obj.path(param1,param2,param3,param4)这将构建到gs://或