Hello everyone,
We are encountering an issue when using the SharePointOnlineConnector. My colleague, who is a member of a SharePoint site, was able to retrieve all files from the site using the HTTPCaller. However, when attempting to retrieve the same files using the SharePointOnlineConnector, not all files are returned. We are unsure why the SharePointOnlineConnector does not return the complete list of files from the site.
For further clarification pictures are added:
My colleague can access a specific list in Sharepoint itself (Codes)

In the SharePointOnlineConnector, after connecting to the same Site, the list Codes is not available to him. Codes is a List and not a Document. Maybe that might be the reason why Codes is not available?

----------------------------------------------------------------------------------------------------------------------------
On the Azure App Registration side, the settings are configured as follows:
Permission Type: Delegated
Permission app registration
Sites.ReadWrite.All
User.Read
Has anyone else encountered this issue? We’ve already reviewed this post from 4 years ago However, it’s not clear whether the solution was found within the SharePointOnlineConnector itself or the HTTPCaller. Additionally, since that post is several years old, we’re wondering if there are any more recent solutions.