i have a script in python that downloads a spreadsheet from alfresco, modifies the document, and uploads the new version to alfresco so that everyone can see the changes. the problem i have now is that the files are sometimes being edited online with onlyoffice, and i would like to be able to use the co-edit feature, to log in as let’s say user “Python” and modify some parts of the document and save those changes, technically, the other person might see that “python” is logged in, and that modified something, depending if the co-edit mode is strict or fast. is there someone that has tried this succesfully before? what are your ideas?, do you think it might be achievable? thanks
Hello @yohan
Does your script modify the document with Document Builder? If so, then there is no way to connect to an editing sessions as a docbuilder/python user. The scripts are executed in a isolated offline environment.