* [Issue #27053] Error reports will now be written out when drive mounts fail due to a problem with the provider.
* [Issue #27053] When a drive mounts, it will now perform a check to make sure that it can properly communicate with its data provider. If it can't,
due to a security error or some other type of error, it will go into a pseudo-mounted state. In this state, the data structures necessary
to work with the drive will be loaded, but no virtual disk will be spawned in Windows.
- The user will be informed via the StableBit CloudDrive UI that there was a problem mounting the drive, and will be offered different options to
resolve the issue, depending on the nature of the error.
- If there is a security error, the user will be offered the option to reauthorize. If the reauthorization succeeds the drive will be mounted.
- If there is a communications error with the provider, the user will be offered the chance to correct the problem and to retry the mount.
- At all times, there will be an option available to destroy the drive from the local system entirely. If there is a communication error with the
provider, the drive's data that's stored at the provider will not be deleted. The data can be deleted at a later time, once communication is
restored.