Forum Discussion
Minakshee2095
Mar 19, 2019Copper Contributor
Suggesting approach to copy spo list data to sharepoint2013 where MFA enabled in SPO site
Please find the below problem statement.
Our requirement is to copy 2 column values which has been modified within last two days from a source list to a target list. Source list is in in SharePoint online where multi factor authentication is enabled. Target list is in SharePoint 2013 site.
Please suggest the approach (Any API for the enabling access MFA/Rest/Console/MS-Flow) which can be implemented without any server site/ administrator involvement.
Regards, Minakshee
2 Replies
Sort By
- Dean_GrossSilver Contributor
Minakshee2095you can create an Access database with Linked Tables to the Source and Target web sites, then create an Update query to get the desired data
- Maruthi GaddeIron Contributor
Minakshee2095 you could consider creating a console application using csom to read data from sharepoint online and update this information to sharepoint 2013. Schedule this code in a task scheduler on any server...also u can consider Rest api