Forum Discussion

Minakshee2095's avatar
Minakshee2095
Copper Contributor
Mar 19, 2019

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

  • Dean_Gross's avatar
    Dean_Gross
    Silver 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

  • 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

Resources