UserFileSystemSamples icon indicating copy to clipboard operation
UserFileSystemSamples copied to clipboard

Exception: 'The file is not a cloud file'

Open csa89 opened this issue 1 year ago • 5 comments

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

csa89 avatar Jun 30 '24 09:06 csa89