mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 04:00:17 +08:00
onedrive: document workaround for shared with me files
This commit is contained in:
parent
b98d7f6634
commit
c5a2c9b046
|
@ -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
|
||||
<details>
|
||||
<summary>Screenshot (Shared with me)</summary>
|
||||
|
||||
![make_shortcut](https://user-images.githubusercontent.com/60313789/206118040-7e762b3b-aa61-41a1-8649-cc18889f3572.png)
|
||||
</details>
|
||||
|
||||
3. The shortcut will appear in `My files`, you can access it with rclone, it behaves like a normal folder/file.
|
||||
<details>
|
||||
<summary>Screenshot (My Files)</summary>
|
||||
|
||||
![in_my_files](https://i.imgur.com/0S8H3li.png)
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Screenshot (rclone mount)</summary>
|
||||
|
||||
![rclone_mount](https://i.imgur.com/2Iq66sW.png)
|
||||
</details>
|
||||
|
|
Loading…
Reference in New Issue
Block a user