Sharepoint, programmatically get user Permissions for Document Libraries
I am using web services to get user permissions for document librarys in sharepoi开发者_运维问答nt. I tried using "GetPermissionCollection" but it only works when the user has Full control. If the user has any other permission i get 401 error. Can someone please tell me a way to get the user permissions for document libraries.
Thanks and Regards, Aakanksha
This sounds like a permissions issue rather than a programming issue.
SharePoint web services respect security... in other words, you can't do anything using the web services you don't have permission to do. Either...
- Give the account you are using permission
- Use a different account that has permission
精彩评论