Integration to Upload Versioned Documents

We have a requirement to archive all versions of a document in a separate CMS.  We have an integration that can upload a document, but it only works on the latest version of a document. We are not able to upload previous versions.  I was planning to use a plugin to "unpack" documents to a temporary folder where each version is a new document.  Is anyone aware of an existing, cloud-approved plugin that can handle this?  Are there any other integration or plugin alternatives that would meet this requirement?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    AFAIK, there is no plugin to give you the previous version of document.

    You can get the previous version metadata of document, but i am not sure if it is helpful in your case.

    This kind of situation is usually handled by having each version as a separated document and storing the doc id in the table. In this way you will have full control of the versioning

Reply
  • 0
    Certified Lead Developer

    AFAIK, there is no plugin to give you the previous version of document.

    You can get the previous version metadata of document, but i am not sure if it is helpful in your case.

    This kind of situation is usually handled by having each version as a separated document and storing the doc id in the table. In this way you will have full control of the versioning

Children