From c5a2c9b04632d87af4774ab7c6c06d4d80146a87 Mon Sep 17 00:00:00 2001
From: vanplus <60313789+vanplus@users.noreply.github.com>
Date: Mon, 12 Dec 2022 20:04:28 +0800
Subject: [PATCH] onedrive: document workaround for shared with me files
---
docs/content/onedrive.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md
index 4b46fac8c..236f77d7d 100644
--- a/docs/content/onedrive.md
+++ b/docs/content/onedrive.md
@@ -714,3 +714,28 @@ public links to be made for the organisation/sharepoint library. To fix the
permissions as an admin, take a look at the docs:
[1](https://docs.microsoft.com/en-us/sharepoint/turn-external-sharing-on-or-off),
[2](https://support.microsoft.com/en-us/office/set-up-and-manage-access-requests-94b26e0b-2822-49d4-929a-8455698654b3).
+
+### Can not access `Shared` with me files
+
+Shared with me files is not supported by rclone [currently](https://github.com/rclone/rclone/issues/4062), but there is a workaround:
+
+1. Visit [https://onedrive.live.com](https://onedrive.live.com/)
+2. Right click a item in `Shared`, then click `Add shortcut to My files` in the context
+
+ Screenshot (Shared with me)
+
+ ![make_shortcut](https://user-images.githubusercontent.com/60313789/206118040-7e762b3b-aa61-41a1-8649-cc18889f3572.png)
+
+
+3. The shortcut will appear in `My files`, you can access it with rclone, it behaves like a normal folder/file.
+
+ Screenshot (My Files)
+
+ ![in_my_files](https://i.imgur.com/0S8H3li.png)
+
+
+
+ Screenshot (rclone mount)
+
+ ![rclone_mount](https://i.imgur.com/2Iq66sW.png)
+