I have to use web services to get current users permissions for document libraries in sharepoint. I tried using Permissions.asmx:"GetPermissionCollection" but it only works when the user has Full control.If the user has any other permission(eg:read/contribute) i get 401 error.
I have to create an app where i display all the Document libraries which have Write permission for the current logged in user.
For getting user permissions for a Site, I am using UserGroup.asmx:"GetRolesAndPermissionsForCurrentUser", It is working fine... But it does not work for libraries... :(
Can you please help me with a solution to this issue...I have googled the issue but haven't been able to find an optimum solution.
Thanks and Regards,
Aakanksha