From 54449dd207eae788fc1c4564fb7fe9d594728084 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:29:10 +0800 Subject: [PATCH] add doc for onedrive --- README.md | 1 + docs/remote_services/onedrive/README.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/remote_services/onedrive/README.md diff --git a/README.md b/README.md index 9aac641..75af93c 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Additionally, the plugin author may occasionally visit Obsidian official forum a - If you decide to authorize this plugin to connect to OneDrive, please go to plugin's settings, and choose OneDrive then follow the instructions. - Password-based end-to-end encryption is also supported. But please be aware that **the vault name itself is not encrypted**. - If you want to sync the files across multiple devices, **your vault name should be the same** while using default settings. +- You might also want to checkout [faq for OneDrive](./docs/remote_services/onedrive/README.md). ### webdav diff --git a/docs/remote_services/onedrive/README.md b/docs/remote_services/onedrive/README.md new file mode 100644 index 0000000..49c2012 --- /dev/null +++ b/docs/remote_services/onedrive/README.md @@ -0,0 +1,23 @@ +# OneDrive + +- **This plugin is NOT an official Microsoft / OneDrive product.** The plugin just uses Microsoft's [OneDrive's public API](https://docs.microsoft.com/en-us/onedrive/developer/rest-api). +- After the authorization, the plugin can read your name and email, and read and write files in your OneDrive's `/Apps/remotely-save` folder. +- If you decide to authorize this plugin to connect to OneDrive, please go to plugin's settings, and choose OneDrive then follow the instructions. +- Password-based end-to-end encryption is also supported. But please be aware that **the vault name itself is not encrypted**. +- If you want to sync the files across multiple devices, **your vault name should be the same** while using default settings. + +## FAQ + +### How about OneDrive for Business? + +This plugin only works for "OneDrive for personal", and not works for "OneDrive for Business" (yet). See [#11](https://github.com/fyears/remotely-save/issues/11) to further details. + +### I cannot find `/Apps/remotely-save` folder + +Mystically some users report that their OneDrive generate `/Application/Graph` instead of `/Apps/remotely-save`. See [#517](https://github.com/remotely-save/remotely-save/issues/517). + +The solution is simple: + +1. Backup your vault manually. +2. Go to onedrive website (), and rename `/Application/Graph` to `/Application/remotely-save` (right click on the folder and you will see rename option) +3. Come back to Obsidian and try to sync!