Skip to main content

drive_download_text

Function drive_download_text 

Source
pub fn drive_download_text(
    token: &str,
    file_id: &str,
) -> Result<String, &'static str>
Expand description

通常ファイル(text/plain 等)の本文をダウンロード(alt=media)。 バイナリは https_request が UTF-8 lossy になるため、テキスト用途のみ想定。