Skip to main content

drive_create_text

Function drive_create_text 

Source
pub fn drive_create_text(
    token: &str,
    name: &str,
    content: &str,
) -> Result<String, &'static str>
Expand description

新規ファイルをアップロード(multipart:メタデータ + 本文)。成功時は作成された file id。