Forum Discussion
Leo_Haddad5
Jan 29, 2024Copper Contributor
How to Sync 2 Different Organizations Sharepoints
Is there a way to sync two different organizations sharepoints together? example: Org A - has sharepoint with files and folders Org B - has empty sharepoint I need a way to sync sharepoint ...
- Jan 30, 2024First you need to register app in Entra ID in the tenant you want to move data to:
https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
You make use of this API, you can see permission you need:
https://learn.microsoft.com/en-us/graph/api/driveitem-move?view=graph-rest-1.0&tabs=http
Then you create a flow using HTTP connector and send a Post request to that tenant with that File using the API.
Leo_Haddad5
Jan 30, 2024Copper Contributor
NicolasKheirallah thank you for your reply. Can i trouble you to give more context/details on your solution?
Jan 30, 2024
First you need to register app in Entra ID in the tenant you want to move data to:
https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
You make use of this API, you can see permission you need:
https://learn.microsoft.com/en-us/graph/api/driveitem-move?view=graph-rest-1.0&tabs=http
Then you create a flow using HTTP connector and send a Post request to that tenant with that File using the API.
https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app
You make use of this API, you can see permission you need:
https://learn.microsoft.com/en-us/graph/api/driveitem-move?view=graph-rest-1.0&tabs=http
Then you create a flow using HTTP connector and send a Post request to that tenant with that File using the API.
- Leo_Haddad5Feb 02, 2024Copper ContributorThank you for the explanation, i'll def give it a try!
- Feb 02, 2024If you get stuck, just qoute me and we can look at it together