rodneyviana / ODSyncService

OneDrive service/DLL for Sync State
MIT License
93 stars 26 forks source link

Synced sharepoint sites return unknown #32

Open KelvinTegelaar opened 3 years ago

KelvinTegelaar commented 3 years ago

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
briangig commented 3 years ago

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

atepavicharov commented 3 years ago

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 ?

rodneyviana commented 2 years ago

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

gherbstman commented 2 years ago

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.

rodneyviana commented 2 years ago

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

owengeorgewilliams commented 1 year ago

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

AutoMationTimeNow commented 1 year ago

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

I can test! :)