# Supported target URLs for SharePoint
- URLs created via the share function in SharePoint, usually by right-clicking a file or folder and then selecting Copy link
- The browser URLS for most SharePoint sites
# Detailed list of supported URLs
This is a list of SharePoint URLs that are supported, where wildcards (*/?) are used for the variable parts.
The patterns are tested from the top down. If a pattern matches, it is used and the remaining patterns are skipped over.
URL Pattern | Information |
---|---|
https://tenant.sharepoint.com/::/s/ | Sharing link; selects the library/list if it refers to a file |
https://tenant.sharepoint.com/⭕️/r/sites/* | OneNote notebook; selects the containing library |
https://tenant.sharepoint.com/sites//.aspx | URL to the form; the direct target may not be selected, but rather a parent target |
https://tenant.sharepoint.com/sites//Lists/ | URL to the list view; the direct target may not be selected, but rather a parent target |
https://tenant.sharepoint.com/sites//_layouts/ | URL to the library view; the direct target may not be selected, but rather a parent target |
https://tenant.sharepoint.com/sites//_/* | URL to the site API; selects the corresponding site |
https://tenant.sharepoint.com/sites/* | Other URLs; the direct target may not be selected, but rather a parent target |
https://tenant.sharepoint.com/ | Selects the root site |
https://tenant.sharepoint.com/_/ | SharePoint API; selects the root site |
There are restrictions when the root site is selected, as the API provided by Microsoft does not provide any contents for the root site itself.
It is possible to enter a URL for the root site, but it is not possible to select an actual SharePoint synchronization target.
This can change in the future, if Microsoft changes its API, but is not currently supported.