I am trying to develop a Windows Form based application for cloud migrations and my scenario is like this:
1. Get data from Google Drive/OneDrive and copy it in json
2. Move that data to destination either Google Drive/OneDrive.
How can i acheive this? What structure should i use for this project?
I am using Microsoft Graph API for this project.
Please help. Thanks