


Hi,
I am using AEM 6.5. I have to migrate large volume of data from sharepoint to AEM server with metadata. I researched about the sharepoint connector to transfer data to AEM. It is only supported in AEM version 6.4. I want to know if any other solution exists to solve my requirement or any way I can configure sharepoint connector in AEM 6.5.
Please guide.
Thanks
Views
Replies
Sign in to like this content
Total Likes
Hi @hs06 ,
There are REST APIs available for SharePoint, which you can use from your OSGI services-
https://docs.microsoft.com/en-us/connectors/sharepointonline/
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/connect-to-sharepoint
Check this example also, used for AEM component-
Hi @hs06 ,
There are REST APIs available for SharePoint, which you can use from your OSGI services-
https://docs.microsoft.com/en-us/connectors/sharepointonline/
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/connect-to-sharepoint
Check this example also, used for AEM component-