I have made a cloud sharing app ( Just remodeled JSM - Store-It ). I want my user permissions such that, the shared user can't modify the files that has been shared to them. How do I do it?
Currently my permissions are as such that users can create, delete, modify files but that is not limitted to the owner of the file?
TL;DR
Developers are seeking help on setting user permissions in a cloud sharing app. They want to restrict shared users from modifying files. The current permissions allow all users to create, delete, and modify files.