Hello,
We are trying to protect document with various access levels. For example,
document.protect(ProtectionType.ALLOW_ONLY_REVISIONS)
.
This works as expected when opening the document in Microsoft Word and the User is able to only redline and unable to edit the document.
Opening the same document in google docs however does not seem to honor the write restrictions. I was wondering if there is any solution or a different access restriction to be followed if User can either use MS Word or Google Docs ?
Thank you!