Hi,
We are integrating adobe into our workflow automation and are running into what appears to be a bug in the program.
When renaming files to facilitate automatic upload and synchronisation, a dialog shows after the file is re-named and re-linked by code.
This seems buggy to us, as the whole reason of being able to use code for this is to prevent user interaction and thereby user error.
The code we use is as following:
cep.fs.rename(oldPath, newPath);
projectItem.changeMediaPath(newPath);
Are we missing something or is this indeed a bug in the program?
Kind regards,
Sven