1. Home
  2. Docs
  3. Getting Started
  4. Data Source Integration
  5. SharePoint

SharePoint

  1. Log in to azure portal for your organization.
  2. Navigate to “app registrations” using the search bar.
  3. Click New Registration.
  4. Name it something like “Neuwark Sharepoint Connector”, leave everything else as default, and click Register.
  5. Under “Essentials” in the overview tab, you will find the client ID and Tenant ID, save those for later.
  6. Navigate to the “Certificates & secrets” tab in Azure Portal and click New client secret.
  7. Fill out he description, set the expiration to 24 months, and click Add.
  8. Copy the secret value in the Value column for later.
  9. Navigate to the “Api Permissions” tab in the azure portal and click add a permission.
  10. Click Microsoft Graph, then click on Application permissions.
  11. Navigate to the “sites” permission group and select the checkbox for Sites.Read.All and click Add permissions at the bottom.
  12. 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

How can we help?