question

JojoTang-3993 avatar image
0 Votes"
JojoTang-3993 asked JojoTang-3993 commented

winrt::StorageProviderSyncRootManager::Unregister got error 0x80004005

Hi,
When working with the Cloud Filter API, somestimes got error code 0x80004005 when Unregister sync folder.
How to fix this situation??

windows-api
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Use CloudMirror got error too.
49192-failed-folder.png


0 Votes 0 ·
failed-folder.png (93.9 KiB)

Hello @JojoTang-3993, I didn't see error code 0x80004005 in your snapshots. Could you confirm the error code? From snapshots, there is error code 0x80070005 when registering the sync root fails, 0x80070005 means "General access denied error" ( E_ACCESSDENIED in winerror.h). And I see "A3-???" in your sync path, so you can check if there is any special character in the folder name.
And for unregistering, the error from your snapshot is 0x80070057 which means "One or more arguments are invalid" and 0x80070490 which means "Element not found." If the sync root is not registered successfully, it seems expected you receive these two error codes when unregistering.

0 Votes 0 ·

0 Answers