To enable the direct export and upload to Fluid Topics method:
- Select the Attachments button, and download the
transfer_fluidtopics.bat
file. -
Replace the following information in the
transfer_fluidtopics.bat
file:- The path to the extracted
curl.exe
file. username
andpassword
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
- The path to the extracted
-
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