Pretty new at the whole access policies and permissions, i was trying to setup a user that can only edit Resources and not have access to any of the elements. but i cant seem to get it correct, when i set them up they have media access if they go directly to the media browser they can upload perfectly fine, but if they are in a resource and try to upload a image via a TV inside that resource they can see everything but when they try to upload they get a "Permission denied!
" Error. Am i missing a setting somewheres to allow this? Thanks In Advance!
An image TV has a media source assigned to it (tab “Media Sources” in the TV config). Does the user have enough permissions for this specific media source?
Can the user upload a file in the media browser using the exact same media source?
Yes, if they go to the media browser they can use the exact media source and upload with no issues. It’s only when they are inside of a Resource that they get the error.
That is weird. Because the same processor (Browser/File/Upload
) is used when you upload a file in the media browser (menu “Media” → “Media Browser”) and when you upload it from an image TV. I don’t see why it would make a difference.
- What exact error message do you get?
- Is this a standard image TV (“Input Type” =
Image
)? - Can you see the request to the processor (request parameter “action” =
Browser/File/Upload
) in the “Network” tab of the developer tools in the browser, after clicking the “Upload Files” button and selecting a file?
So I just deleted my access policy and recreated it and its working now, not sure what i did different possible i unchecked a permission i needed the first time.
The only permission I see that is required is file_upload
.
But you shouldn’t even see the “Upload Files” button, if that permission is missing.