Forum Discussion
Files migration from OneDrive to SharePoint
- May 10, 2022
You are right, this is possible to do for a single file, see this post: https://sharepointmaven.com/how-to-move-documents-between-sharepoint-sites-without-breaking-the-sharing-links/
I would recommend looking into creating a Power Automate flow to achieve what you want. If the flow is very advanced, you might want to implement the logic in an Azure Function that can be triggered by the flow. This post explains it in detail: https://azurelessons.com/call-azure-function-from-flow/.
You are right, this is possible to do for a single file, see this post: https://sharepointmaven.com/how-to-move-documents-between-sharepoint-sites-without-breaking-the-sharing-links/
I would recommend looking into creating a Power Automate flow to achieve what you want. If the flow is very advanced, you might want to implement the logic in an Azure Function that can be triggered by the flow. This post explains it in detail: https://azurelessons.com/call-azure-function-from-flow/.