Hi,
I like to know if it is possible to disable the save as action in the menu Files > Save As.
Thanks
Hi,
I like to know if it is possible to disable the save as action in the menu Files > Save As.
Thanks
Sure - it’s easy - the SDK has documentation here:
https://sdk.collaboraonline.com/docs/How_to_integrate.html
See:
https:///<…>/wopi/files/?access_token=
URL. If you do not want to support the Save As operation, please add UserCanNotWriteRelative with value true to your CheckFileInfo answer. It is request header X-WOPI-SuggestedTarget that is supported. Please note that PutRelativeFile is supported since Collabora Online 2.1.5.
Hope that helps.
Thanks, that’s works.