Forum Discussion
Automating File Sync Using OneDrive to SharePoint
Hi, you can use Microsoft Flow to achieve this easily. See the below discussion thread which shows you the sample flow to sync SharePoint Doc lib to OneDrive. Similarly you can use it for OneDrive to SharePoint. HTH.
- Arjun MenonMay 22, 2017Copper Contributor
Thanks SanthoshB1 for the response. I guess the lead which you had shared would create replica of the files which are newly created in Document Library. What I was looking is the other way.
Basically there will be a script which reads data from other system and will push to SharePoint. The source system will also have the same hierarchy / folde structure as that of SharePoint. Hence I was thinking if we could automate the process using OneDrive, we don't need to depend on any kinds of scripting which will cause the maintenance overhead later.
Correct me please if my understanding is wrong.
- SanthoshB1May 22, 2017Bronze ContributorDo you refer migration from your Local system to SharePoint? or does it mean any other service?
- Arjun MenonMay 22, 2017Copper Contributor
It is like a migration from my file system to SharePoint. There is another service which pulls files from legacy system and place in local system. From there, I want an automation mechanism to push those files automatically to SharePoint Online document library. I hope you understand the flow now.