Hello, everyone. I am using fileprovder to update the file on the server to the local, but when my local file is opened by another application (such as misrosoft word), fileprovder will notify the file has been updated on the server through enumerateChangesForObserver,
and then fileprovider will get the file's latest content from the server. But after getting the file, the icon of the file has always been a cloud icon, and has not become a materialized state. Is there any way to catch this error or recover from this state?
Thanks!