Ostrio:files can't return FileCursor object

Hi, im trying to use ostrio:files with my own project, however after setting up exactly as their demo- simplest-upload (https://github.com/VeliovGroup/Meteor-Files-Demos/tree/master/demo-simplest-upload), I can’t get the download link works.

Wired thing is when I use Images.findOne() in my own project, the results are in FileCollection, their demo returns FileCursor. Anyone knows why? Can I just use FileCollection in my project?

Thanks

opps, was using an older version, updated and it worked

1 Like