From 4fe1417944a536acf3fcf5aa881a6a99fc26c16b Mon Sep 17 00:00:00 2001 From: Pascal Dulieu Date: Tue, 20 May 2025 15:47:26 +0100 Subject: Script, templates & README --- remote-template.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 remote-template.conf (limited to 'remote-template.conf') diff --git a/remote-template.conf b/remote-template.conf new file mode 100644 index 0000000..8918da9 --- /dev/null +++ b/remote-template.conf @@ -0,0 +1,13 @@ +[{0}] +type = onedrive +drive_id = {1} +drive_type = documentLibrary +client_id = +client_secret = +tenant = +client_credentials = true +access_scopes = Files.Read Files.Read.All Sites.Read.All offline_access +link_scope = organization +auth_url = https://login.microsoftonline.com//oauth2/v2.0/authorize +token_url = https://login.microsoftonline.com//oauth2/v2.0/token + -- cgit v1.2.3