Configure direct upload - Fluid Topics - Latest

Author-it Connector Configuration Guide

Category
Technical Notes
Audience
public
Version
Latest

To enable the direct export and upload to Fluid Topics method:

  1. Download the transfer_fluidtopics.bat file from the Attachments tab of the sidebar.
  2. Replace the following information in the transfer_fluidtopics.bat file:

    • The path to the extracted curl.exe file.
    • username and password with the information of a user authorized to upload content to Fluid Topics.
    "C:\_scripts\curl-7.63.0-win64-mingw\bin\curl.exe" -u username:password --request POST --form "file=@%~f1" %2/api/admin/khub/sources/%3/upload
    
    pause
    
  3. Import the transfer_fluidtopics.bat file in the Author-it directory at the following location:

    \\$SERVER_NAME\$SHARE_NAME\data\templates\transformations\transfer_fluidtopics.bat