Tagged Questions
0
votes
0answers
19 views
SaveBinaryDirect Throws Unauthorized When the Client Object Model Works fine
I have decided to use the SaveBinaryDirect Method to upload documents to the sharepoint site due to not having the request/file size limitations that the client object model has.
The application does ...
1
vote
3answers
2k views
Client Object Model gives 401 when impersonating logged in user - MVC App
I have an ASP.NET MVC app that connects to SharePoint 2010 via the Client OM. When I run ExecuteQuery(), I get a HTTP 401 error from SharePoint.
I have the MVC app set to impersonate the logged in ...