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)
+
+ 
+
+
+3. The shortcut will appear in `My files`, you can access it with rclone, it behaves like a normal folder/file.
+
+ Screenshot (My Files)
+
+ 
+
+
+
+ Screenshot (rclone mount)
+
+ 
+