We have SharePoint online site where we have enabled Anonymous access to some of the list and libraries.I have created
some controls using Client Object model to pull data from multiple list and show in nice way.Client object model works perfectly for authenticated users.But when anonymous users access it giving an error message "Request failed.The method getItems
of the type List with Id is blocked by the administrator on the server".I found need to add GetItems should be enabled for anonymous users using power shell if it on-premise.But what can do for online version.Is there any work around to use
client object model.
↧