From 21ecd0073328177a93cab76f60de46495583e3ff Mon Sep 17 00:00:00 2001 From: Dimitri Witkowski Date: Tue, 5 May 2020 13:55:25 +0200 Subject: [PATCH] Updated Dropbox and GDrive (markdown) --- Dropbox-and-GDrive.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dropbox-and-GDrive.md b/Dropbox-and-GDrive.md index b8c0b01..095b51c 100644 --- a/Dropbox-and-GDrive.md +++ b/Dropbox-and-GDrive.md @@ -7,7 +7,7 @@ How to make Dropbox and Google Drive work on your server? 3. Choose Dropbox API, not business API, and the desired Dropbox access -4. Setup URLs +4. Setup URLs (the redirect uri is `/oauth-result/dropbox.html`) add `https://app.keeweb.info` to the list of OAuth URLs as well @@ -22,7 +22,7 @@ How to make Dropbox and Google Drive work on your server? 3. Create OAuth Client ID 4. Choose Web application -5. Setup URLs +5. Setup URLs (the redirect uri is `/oauth-result/gdrive.html`) @@ -36,7 +36,7 @@ How to make Dropbox and Google Drive work on your server? 1. Create an app at https://apps.dev.microsoft.com/#/appList 2. Name it 3. Add the "Web" Platform -4. Add the root of your site as the redirect URL +4. Add this redirect URL: `/oauth-result/onedrive.html` 5. Add the following permissions: `Files.Read.All`, `Files.ReadWrite.All`, `Directory.Read.All` 6. Add the root of your site as the home page URL 7. Save