Prerequisites
The adapter uses the Microsoft Graph API to access the Microsoft OneDrive service.
The Microsoft Graph API is a REST-based API and the client library utilized by the adapter to make the API calls is included with the adapter library. Therefore, there is no need to provide the client library dependencies separately in the Link runtime environment.
More information about the Graph API can be obtained from the Microsoft Graph documentation website.
The connection to the OneDrive from the adapter is defined by the Client Id, Client Secret, Tenant Id, Redirect URL, Authorization URL, Authorization Code, and Refresh Token adapter properties in the connection definition for the adapter.