pub fn get_file( root: String, path: String, token: Option<String>, public_bytes: &Vec<u8>, ) -> Result<(Option<Mime>, Vec<u8>), StatusMessage>