pub async fn sign_in_dropbox(
key_service: &KeyService,
library_name: &str,
oauth_cancel: Receiver<bool>,
clock: &dyn Clock,
) -> Result<String, SetupError>Expand description
Dropbox OAuth sign-in: authorize, create the library folder, save tokens to the keyring. Returns the folder path for the host to persist in its config.