Good morning,
we are facing a problem with the implementation of project automation in our version of Trados Studio 2022.
Users want that when they open the project via our plugin, all latest version of files are automatically downloaded
We are able to download all the latest version as requested (via "/api/projectserver/v2/projects/{projectId.ToString()}/fileversions/download/{fileId}/{version}") but as soon as we save the file in the correct folder the file is considered as modified localy and not up-to-date.
We even set the last modified date of the file to the correct date referenced in the ProjectFile object.
The information about the local version also stay at "no version downloaded"
Could you help me and tell what we are missing ?
This status lead to version mismatch when different person work on the files.
thanks for your help,
jf