Why can I connect a SharePoint library through a connector called “File from OneDrive”?
Microsoft Graph exposes personal OneDrive, OneDrive for Business, and SharePoint document libraries all as drives behind a single API, so one connector reaches all three surfaces. During setup, the drive picker lists every drive the authenticating Microsoft account can access, and each entry is one of three types: a personal drive, a business drive, or a SharePoint document library. Selecting a SharePoint library is expected and supported — the chosen drive simply determines which surface the file is read from. The account used to authenticate must have access to whichever drive is selected.Why did my File from OneDrive data source get disconnected?
On each sync the connector searches the configured drive (and optional folder) for a file matching the file type and any filename filter. If that search returns no matching file after paging through all results, the connector raisesNO_FILE_MATCHING_SETTING and disconnects the data source, which then has to be reconnected and reconfigured.
The most common causes are a file that was renamed, moved to a different folder or drive, or deleted, or a filename filter that no longer matches the file. To recover, confirm the file still exists in the expected location and that its name still matches the configured filter, then reconnect the data source. See How to connect File from OneDrive to Adriel for the reconnection steps.
