Windows.Storage.Provider.StorageProviderSyncRootManager.Register returns HRESULT_FROM_WIN32(ERROR_INSUFFICIENT_BUFFER) #2486
Labels
Pri3
Topic is in the bottom 50% of page views for the repo or was not created via Feedback control.
The documentation should mention that there is a limit to the maximum length of
StorageProviderSyncRootInfo::Id
. Deep inside theRegister
function is this code:When the ID is longer than 174 characters the function fails with mentioned error and leaves "semi-registered" storage provider that cannot be easily unregistered.
The text was updated successfully, but these errors were encountered: