When a user opens a file for viewing then the edit icon is available. You can see the following screen:
.
When I change UserCanWrite
to false
then this icon is removed and the user does not have permissions to edit the file. If I change UserCanWrite
back to true
then the editing process is working fine but it again displays this edit icon when viewing the file.
Is it possible to remove this edit icon?