Hi Every one,
I am trying to download content using the downloadContent method of contentServiceClient object. But I am experiencing the below error message.
The HTTP request was forbidden with client authentication scheme 'Anonymous'.
But the below function is working fine and able to receive the context ID.
string ContextID = docManClient.GetVersionContentsContext(ref OTAuth, DocumentID, 0);