linking to synced file or to suggest syncing a file in Team site or OneDrive?
Could we get a way to link to a synced directory from onedrive? There are some use cases involving 3rd party apps where I want to avoid driving my users towards a "download, modify, upload" pattern, and I don't want to give them a bunch of steps.
I'm looking for a way to simplify a process of finding a shared directory in teams or sharepoint, and automatically clicking the "Sync" button (or guiding them to it, per the sender's intentions); Lastly, opening explorer (or Finder) window, to that directory.
It seems like it should be possible that we could devise a scheme, something like
ms-onedrive-sync://sometenant.sharepoint.com/sites/some-site/some-library/path/to/file
If the user was already syncing all of "some-library", or just "path/to" then I'd like for the scheme to recognize either situation and open the correct file from disk. However if they are not, I'd want it to prompt the user to start syncing. A prompt with "open in browser"/"start syncing" buttons would probably do it.
Basically I'm proposing a URL scheme that will be processed by local onedrive software, and either open a synced folder (without including C:\Users\... in the text), or fall back to the in-the-cloud sharepoint.com URL. If it already exists, that would be fantastic.