pub async fn get_file(
configuration: &Configuration,
file_id: &str,
dl: Option<i32>,
) -> Result<PathBuf, Error<GetFileError>>Expand description
指定したファイル本体を取得します。 指定したファイルへのアクセス権限が必要です。
pub async fn get_file(
configuration: &Configuration,
file_id: &str,
dl: Option<i32>,
) -> Result<PathBuf, Error<GetFileError>>指定したファイル本体を取得します。 指定したファイルへのアクセス権限が必要です。