Skip to content

Commit

Permalink
Review connection profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 25, 2024
1 parent efd5165 commit 1278480
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
17 changes: 10 additions & 7 deletions protocols/onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,16 @@ reauthenticate by performing an [OAuth Reset](#reset-oauth-tokens).

### Available Connection Profiles

| | Allows access to | Remarks | Bundled by default |
|--------------------------------------------|---------------------------------------------------------------------------------------|------------------------------------------------|:------------------:|
| Microsoft OneDrive | Your Drive and shared files | Works with your Personal and Business OneDrive | Yes |
| [Microsoft SharePoint](sharepoint.md) | All sites document libraries and accessible group document libraries | | Yes |
| [Microsoft SharePoint Site](sharepoint.md) | A single SharePoint Site which isn't listed within the *Microsoft SharePoint profile* | Can't mount specific directories | Yes |
:::{note}
Connection profiles not bundled by default can be installed from *Preferences → Profiles*.
:::

| | Allows access to | Remarks | Bundled by default |
|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|------------------------------------------------|:------------------:|
| Microsoft OneDrive | Your Drive and shared files | Works with your Personal and Business OneDrive | Yes |
| [Microsoft SharePoint](sharepoint.md) | All sites document libraries and accessible group document libraries | | Yes |
| [Microsoft SharePoint Site](sharepoint.md#microsoft-sharepoint-site-connection-profile) | A single SharePoint Site which isn't listed within the *Microsoft SharePoint profile* | | No |
| Microsoft 365 China | | | No |

### Administrator Consent Required

Expand Down Expand Up @@ -142,8 +147,6 @@ organization using *File → Share...*.

There are some limitations that you should keep in mind while working with.

- We've added support for Microsoft 365 China in **Cyberduck 7.8 / Mountain Duck 4.4** but aren't able to verify if it
works properly.
- No interoperability with Microsoft 365 for US Government (other services may apply as well)
- Native file locking only exists for OneDrive Business (Microsoft 365 Business), it is not supported for regular
consumer use.
Expand Down
8 changes: 4 additions & 4 deletions protocols/sharepoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Connect to *SharePoint Online* with the bundled *Microsoft SharePoint* connectio

### Microsoft SharePoint Site Connection Profile

In case you are trying to access a site that is not listed when connecting with the *Microsoft SharePoint* connection profile,
you can try to access the missing site with help of the *Microsoft SharePoint Site* connection profile. When using the *Microsoft SharePoint Site* connection profile, you are required to enter the SharePoint hostname (such as `contoso.sharepoint.com`) and the URL prefix path configured for your SharePoint site.

:::{note}
You can't mount a specific directory with this method as the Path field is used for the URL prefix path.
Connection profiles not bundled by default can be installed from *Preferences → Profiles*.
:::

In case you are trying to access a site that is not listed when connecting with the *Microsoft SharePoint* connection profile,
you can try to access the missing site with help of the *Microsoft SharePoint Site* connection profile. When using the *Microsoft SharePoint Site* connection profile, you are required to enter the SharePoint hostname (such as `contoso.sharepoint.com`) and the URL prefix path configured for your SharePoint site.

### SharePoint Hybrid

If you have your own SharePoint Server but opted in to enable *Microsoft Graph*-connectivity to your SharePoint Server, you may be able to use the built-in *Microsoft SharePoint*-Profile.
Expand Down

0 comments on commit 1278480

Please sign in to comment.