First of all, i love this module! I been looking for this. Unfortunately when i have a cck field of an image and use that image token for users to download it gives me this "Access denied You are not authorized to access this page." When i am logged in as an admin i can easily download the file. I been looking through my permissions settings and everything is setup correctly. I am lost :(

Comments

B00StER’s picture

Issue tags: +permissions, +Access denied

I confirm, the "download link" field is visible for all types of users (including anonymous) but actual download is possible only for admin. Registered users are getting "Access denied" page.

30equals’s picture

Hey, i looked at this, and indeed, hook_permission was missing from the module.
I just commited a fix for this in the latest dev version. Now you're able to set permissions per user role.

30equals’s picture

Status: Active » Fixed
30equals’s picture

Aparently there's an issue with the package builder, so to get the latest changes, you need to checkout the 7.x-2.x branch for now untill that's fixed.

30equals’s picture

Status: Fixed » Closed (fixed)

FYI, you can get the latest dev build as a zip/tar again ;)