diff --git a/docs/advanced/corner_cases/README.md b/docs/advanced/corner_cases/README.md index 979ad8fe49000feb9cea2106e84703a58c0c4f05..f5931d3ce468881aaaf5f9fdb810fae71636ee42 100644 --- a/docs/advanced/corner_cases/README.md +++ b/docs/advanced/corner_cases/README.md @@ -11,11 +11,10 @@ As a consequence, if the public link is read-only, you won't be able to edit fil ## Microsoft Office and other Windows applications with single-file shares -If you share a Microsoft Office document as single-file share, and then edit it via remote Windows access (e.g. via `\\cernbox-smb`, `\\eosproject-smb`, `\\cernbox-drive`, etc.), the share information as well as all previous versions of the document are lost. +If you edit a Microsoft Office document via remote Windows access (e.g. via `\\cernbox-smb`, `\\eosproject-smb`, `\\cernbox-drive`, etc.), most metadata associated to the file, such as the previous versions of the document as well as its permissions if the file was shared as single-file share, are lost each time you save the file. This is a consequence of how Microsoft Office manipulates files on save operations, coupled with how metadata information such as shares is stored by CERNBox. Similarly, other Windows applications may exhibit the same behavior. Possible workarounds are: * Use the online Web editors or the Desktop sync client to edit Microsoft Office files. * If remote Windows access must be ensured, share the containing folder instead. Note that if remote Windows access is required also for the sharee of your file, you must share the containing folder, otherwise your collaborator won't be able to navigate to the file. -