Is there anyway to integrate docushare with a windows store app? I would like to login, get a file/folder list and have the possibility of downloading and uploading files.
Integration of Docushare with a windows store app
843 Views Asked by Thought At
2
There are 2 best solutions below
1

You should be able to do so with Docushare's HTML/XML API. For details on the Docushare API it looks like you'll need to register for the DocuShare Developer Network
Once you know what Docushare expects you should be able to connect to it from your Windows Store app with the HttpClient API. See Connecting to an HTTP server using Windows.Web.Http.HttpClient (XAML)
Here is simple code snippet which can be good start to play with DocuShare. All possible request can be found in documentation.
Authentication + fetching properties for Collection-11 object