From 9b672d94be09835465dc05ed762ff7b564fa9d8e Mon Sep 17 00:00:00 2001 From: Tyler Gill Date: Tue, 10 Apr 2018 10:57:21 -0600 Subject: [PATCH] Add note pointing out that the MS Groups backend requires admin permissions to use. --- docs/05-storage-providers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/05-storage-providers.md b/docs/05-storage-providers.md index ecb4343..d88d607 100644 --- a/docs/05-storage-providers.md +++ b/docs/05-storage-providers.md @@ -457,6 +457,10 @@ The username used to connect to the server. This may also be supplied as the env ## Microsoft Office 365 Group (Microsoft Graph API) +***** +> ![](icon_important.png) Using this backend requires the [`Groups.ReadWrite.All` permission scope](https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference#group-permissions) in the Microsoft Graph APIs. These permissions require [admin consent](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-scopes#admin-restricted-scopes) to enable. +***** + This backend can store backups in the document library associated with a Microsoft Office 365 Group, using the following URL format: `msgroup://folder/subfolder`