jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.99k stars 94 forks source link

"Shortcut" linked shared files/folders don't show up #157

Open jacobmischka opened 3 years ago

jacobmischka commented 3 years ago

In the OneDrive web client you can link a shared folder to your "My files" directory by pressing "Add shortcut to My files".

image

I'm not sure how this works internally, so it might not be possible to support, but it would be nice if these showed up in the mounted onedriver directory as well, as they currently do not seem to.

image

jstaf commented 3 years ago

Yeah, need to support shared files first, but should doable once that's setup.

abraunegg commented 3 years ago

@jstaf , @jacobmischka

This will never be possible. The OneDrive API does not present the 'shortcut' data - see: https://github.com/OneDrive/onedrive-api-docs/issues/1427

jstaf commented 3 years ago

Oh, that's fun. I love gaps in the Microsoft APIs like this. Thanks for the heads up!

jacobmischka commented 3 years ago

Dang, thanks anyway for this great tool!

magicmatt007 commented 6 months ago

Meanwhile, was anything changed on Microsoft's API, which would allow making this feature available now?