We are working on integrating Workfront with OpenText using CSS and CMS APIs to store files or images on OpenText and access them from the Workfront side. However, we are encountering an issue where Workfront appends certain fixed endpoints to the base URLs, such as /files
(which we have for the CSS API), /metadata
, /search
, /uploadInit
, /upload
, /thumbnail
, /download
, /createFolder
, /serviceInfo
, etc. These endpoints do not exist on the OpenText side, resulting in 404 errors when these appended URLs are generated.
Does anyone have a solution for this? Is there anything that can be configured or adjusted on the OpenText side to resolve this issue?