Forum Discussion
Ivan54
Dec 01, 2016Bronze Contributor
Disable OneDrive Offline Sync for SharePoint Libraries
Is there a way to keep offline sync enabled for personal OneDrive for Business libraries, but disable it generally for TeamSite libraries, and possibly enable it only for specific libraries? Or do y...
Deleted
Dec 02, 2016Last time my team looked at this, there was no API (PowerShell, CSOM, etc.) that would allow you to do this. We had to write some custom code to mimic the get/post requests for the advanced settings page of a library in order to turn off "offline client availability".
Since our users could turn it back on at any point, we have to run our utility continuously in order to keep it disabled.
Dec 02, 2016
I think you are right and it's not possible yet to configure this setting using CSOM...adding VesaJuvonen so he can add his comments here