Hello,
I am attempting to connect to the content server API to create a Folder Browser Widget from my local machine.
Every thing appears to be correct, but when I attempt to authenticate all I get back is "Unknown Error". This is not a very helpful error, and it is difficult to step through the javascript and jquery to see where this are going wrong. Any tips on how to solve this?
csui.onReady(function () {
new csui.FolderBrowserWidget({
placeholder: "#browser",
connection: { url: "http://kchead/test/livelink.exe/otcs/cs/api/v1", supportPath: "/img" }
}).display();
});