Skip to main content
Version: v1.6.40-dev2 🚧

Import from SharePoint Online

Overview​

The Import from SharePoint Online method allows you to import documents directly from SharePoint Online sites and document libraries. This method integrates with Microsoft Graph API and supports modern authentication methods.

Import from SharePoint Online

When to use​

  • SharePoint online: When your documents are stored in SharePoint Online
  • Microsoft 365: For organizations using Microsoft 365 services
  • Team collaboration: When working with team document libraries
  • Enterprise content: For importing enterprise document management systems
  • Modern authentication: When using Microsoft Graph API and modern auth
note

For document processing options, see the Shared Document Processing Options section in the main documentation.

Authentication​

Microsoft Graph API​

  • OAuth 2.0: Uses Microsoft identity platform
  • Application permissions: Requires SharePoint permissions
  • Delegated permissions: User-based access to SharePoint sites
  • Token management: Automatic token refresh and renewal

Required permissions​

  • Sites.Read.All: Read access to SharePoint sites
  • Files.Read.All: Read access to files and folders
  • User.Read: Basic user profile information

Feedback