Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi. I have searched high and low, but can't find an answer. If I have an ordinary user who needs to be able to add images to their own sheets in a published app that they do not own, how do I change the security rules to allow them to upload media to the 'In app' content library?
In their own app it appears:
But in a published app that they don't own, it does not:
You will need a security rule for that app or set of apps where the users can UPDATE.
Not recommended but for the sake of the example, for a single app, it could be something like:
Resource Filter: App_12345678-xxxx-aaaa-bbbb-123456789012
Actions: Read, Update
Conditions: user.userDirectory = "Authors"
Context: Hub
You will need a security rule for that app or set of apps where the users can UPDATE.
Not recommended but for the sake of the example, for a single app, it could be something like:
Resource Filter: App_12345678-xxxx-aaaa-bbbb-123456789012
Actions: Read, Update
Conditions: user.userDirectory = "Authors"
Context: Hub
Thanks That has worked. I need to investigate any other effects of the update ability for users.