From 08b95769a59e44d746cc8e228beef16e8d91a365 Mon Sep 17 00:00:00 2001 From: Pascal Dulieu Date: Wed, 22 Apr 2026 12:15:30 +0100 Subject: config and non union support --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fab25bb..b52b484 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Becuase microsoft dont like to make things easy and create sharepoint subsites f 3. Once the app has been made make note of the Application (client) ID and Directory (tennant) ID 4. Go to Certificates & Secrets > Client secrets and create a new client secret, set the expire and click add 5. Once it has been generated make a note of the Value, once you change page that will be stared out and you wont be able to see it again. -6. In your T2R.ps1 set the `tennantId`, `clientID` and `client secret (Value)` -7. in the remote-template.conf set the `client ID`, `client secret (value)` and `tennantID` +6. In your config.json set the `tennantId`, `clientID` and `client secret (Value)` +7. in the remote-template.conf set the `client ID`, `client secret (value)`, `tennantID` and replace `` with your tenantID 8. Go to `API permissions > Add a permission > Microsoft Graph > Application permissions` and add the below permissions ```plain @@ -32,13 +32,10 @@ Team.ReadBasic.All Sites.Read.All ``` -1. Once the permissions have been set and your remote-template.conf and the top 2 lines of the T2R.ps1 is filled in, run T2R.ps1 and enter your team name -2. Wait a few seconds for it to do its thing and you should see rclone.conf show up -3. run `rclone lsd --config ./rclone TEAM_NAME_union:` to see a list of the root folders for the team it has pulled - ## Usage - Run the script - Enter your team name when it asks - Wait -- Run `rclone lsd --config ./rclone TEAM_NAME_union:` when the script is finished +- Run `rclone lsd --config ./rclone TEAM_NAME_union:` when the script is finished to confirm you can see everything +- If the team only contains standard channels it will create a config with 1 remote -- cgit v1.2.3