ODSyncService icon indicating copy to clipboard operation
ODSyncService copied to clipboard

Synced sharepoint sites return unknown

Open KelvinTegelaar opened this issue 3 years ago • 7 comments

When using the powershell module as follows:

    Unblock-File 'C:\programdata\Microsoft OneDrive\OneDriveLib.dll'
    import-module 'C:\programdata\Microsoft OneDrive\OneDriveLib.dll'
    get-odstatus -ondemandonly | convertto-json | out-file 'C:\programdata\Microsoft OneDrive\OneDriveLogging.txt' 

We're getting the onedrive result back perfectly, but synced Sharepoint sites always return:

LocalPath    : C:\Users\Kelvin\PATHHERE
UserSID      : MYSID
UserName     : Kelvin
DisplayName  : SiteName
ServiceType  : Business1
StatusString : <ERROR>No status text found

KelvinTegelaar avatar Jun 09 '21 12:06 KelvinTegelaar

Just realized we are getting the same error, did you make any headway on this?

briangig avatar Jul 02 '21 02:07 briangig

When I use Get-ODStatus -ByPath "full path" returns SharedSynch as expected. Same folder however returns <ERROR>No status text found when looked up by Get-ODStatus only. I wonder why the ByPath property cannot be used with OnDemand ?

atepavicharov avatar Jul 21 '21 11:07 atepavicharov

The icon of OneDrive must be visible to the user to work

rodneyviana avatar Nov 10 '21 21:11 rodneyviana

I am seeing the same issue. Has there been a fix for this?

"The icon of OneDrive must be visible to the user to work" Yes, I can see the OD icon.

gherbstman avatar May 07 '22 15:05 gherbstman

I may have a solution for OneDrive for SharePoint and I need a tester

rodneyviana avatar Jul 29 '22 02:07 rodneyviana

Hey, We have been trying to set this us but also getting StatusString=<ERROR>No status text found; where there are no errors & StatusString=12 files weren't uploaded to Onedrive.. Did you get anywhere?

owengeorgewilliams avatar Sep 28 '22 13:09 owengeorgewilliams

I may have a solution for OneDrive for SharePoint and I need a tester

I can test! :)

AutoMationTimeNow avatar Sep 08 '23 02:09 AutoMationTimeNow