pub async fn app_load_file_metadata(
configuration: &Configuration,
workspace: &str,
path: &str,
file_key: &str,
storage: Option<&str>,
sig: Option<&str>,
exp: Option<&str>,
) -> Result<WindmillFileMetadata, Error<AppLoadFileMetadataError>>