Forum Discussion
Asad sade
Dec 02, 2016Copper Contributor
OneDrive - Preview Sync problem
I installed onedrive preview to sync my sharepoint documents library. But when I click on sync now. I got nothing and stays only loading. I don't have office 365 installed on my computers, so what is...
Zoltan Bagyon
Steel Contributor
I had issues on some machines where both the classic Onedrive for Business and the next gen sync client were installed previously: the registry key handling the 'grvopen' protocol (that is called by that sync button in the document library), resulting that nothing really happened when I clicked on the sync button.
So if every other attempt would fail, double check the following key in the registry:
HKCU\Software\Classes\grvopen\shell\open\command
Here the proper value should be something like:
"C:\Users\yourusername\AppData\Local\Microsoft\OneDrive\OneDrive.exe /url:"%1"
cditomaso
Mar 01, 2021Copper Contributor
This solved the issue for me, thanks!