While using SharePoint Client Object Model when I got the
error above.
To resolve perfom below powershell script:
$web.ClientCallableSettings.AnonymousRestrictedTypes.Remove(
[Microsoft.SharePoint.SPList],"GetItems")
$web.Update()
Foe more refer link
No comments:
Post a Comment