Tony
December 28, 2016, 7:18pm
2
Hi @peaston ,
This is currently a limitation in some applications with the odrive shell extensions (right-click options). I posted a possible work-around, that requires a little bit of leg work, using a script I created for folks using screen readers. You can take a look here:
Hi Bruce,
I see. Office should be using an instance of Explorer to provide the file picker interface which includes our extensions. You can see that other apps have this (like Wordpad), but Office is doing something funky with the instance it creates and our extensions are excluded, which means you can’t right-click on the items to sync them within the Office file picker.
Now, I know this is not a perfect solution, but there is a powershell-based utility I made for folks that are visually impa…
There is also an additional workaround example listed here:
I meant to reply sooner to this, but I was experimenting with options.
The way our extension is coded, it should work inside the Office file pickers, but it is not. You can see that other apps do, like Wordpad. We are looking to see if there are ways to overcome this.
In the meantime, you can try the following:
When you have the file picker open in the Office app, make sure you select All Files from the extension filter:
[image]
Then, you can see the .cloud and .cloudf placeholders. If you …