An Azure service that provides hosted, universal storage for Azure app configurations.
SharePoint List Item Comments
Hi All,
I have the following requirement and would appreciate some guidance.
I am trying to add native comments to SharePoint list items programmatically, but I am currently unable to add comments to list items.
I have an Azure App Registration with the following Application (client) ID:
[Moderator note: personally identifiable Information removed]
I have configured the app with the Sites.Selected SharePoint application permission and granted the admin consent. I then accessed the following SharePoint page:
I entered the App ID and granted the following permission:
<AppPermissionRequests>
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Write" />
</AppPermissionRequests>
However, the application is still unable to add native comments to SharePoint list items.
Has anyone successfully configured an Azure App Registration with Sites.Selected to add native comments to SharePoint list items? If so, what additional API permission or SharePoint site-level permission is required?