- Log in to azure portal for your organization.
- Navigate to “app registrations” using the search bar.
- Click
New Registration
. - Name it something like “Neuwark Sharepoint Connector”, leave everything else as default, and click
Register
. - Under “Essentials” in the overview tab, you will find the client ID and Tenant ID, save those for later.
- Navigate to the “Certificates & secrets” tab in Azure Portal and click
New client secret
. - Fill out he description, set the expiration to 24 months, and click
Add
. - Copy the secret value in the Value column for later.
- Navigate to the “Api Permissions” tab in the azure portal and click
add a permission
. - Click Microsoft Graph, then click on
Application permissions
. - Navigate to the “sites” permission group and select the checkbox for Sites.Read.All and click Add permissions at the bottom.
- Finally, click Grant admin consent for <Organization name> (located next to Add a permission) and click Confirm.
From https://developer.microsoft.com/en-us/graph/graph-explorer , You can get Your SharePoint Site ID
Connect Your sharepoint with neuwark with the the information above
When uploading data you will need Folder path,If the files are present in the Test
folder in SharePoint Site under root
directory, then the input for the loader for folder_path
is Test