Hi,
I encountered an issue while running the code to register a sync root using StorageProviderSyncRootManager.Register(storageInfo); in Registrar.cs line 336. The exception thrown is:
System.Exception: 'The file is not a cloud file. (Exception from HRESULT: 0x80070178)'
Steps Taken:
Verified that the folder exists and has the correct permissions.
Ran the application with administrative privileges.
Any insights or suggestions to resolve this issue would be greatly appreciated.
Thank you
Hi,
I encountered an issue while running the code to register a sync root using
StorageProviderSyncRootManager.Register(storageInfo);in Registrar.cs line 336. The exception thrown is:System.Exception: 'The file is not a cloud file. (Exception from HRESULT: 0x80070178)'Steps Taken:
Any insights or suggestions to resolve this issue would be greatly appreciated.
Thank you