Meteor CollectionFS:用于下载允许/拒绝功能的userId参数

时间:2015-06-22 08:42:44

标签: javascript file-upload meteor amazon-s3 collectionfs

问题here中记录了此问题,但尚未得到回复。

文档说下载允许/拒绝权限函数获取userId和fileObj但是当我尝试这个时,userId只是一个值false

UserImages.deny({
  download: function(userId, fileObj) {
    // use userId to determine if download should be allowed.
    console.log(userId); // <=== This for some reason always prints `false` even when the user is logged in
   return false;
  }
}); 

看看这个问题,这可能是一个错误,但我无法证实。

0 个答案:

没有答案