Hi,
I did a workflow with script that move docs from a space to another.
Users are collaborator on both spaces. When users start workflow, they have error "access denied" because they are not owner of document so they can copy it but don't move it !
So, is there a way to give enough rights to script api to be able to change owner or to be able to do move.
I always have this kind of problem, because script always use initiator rights and no system rights.
So can i change API script to always use full rights during script execution?