From e3a420a8f21e687d6ece361be54d09f7abb2e6a6 Mon Sep 17 00:00:00 2001 From: yupix Date: Fri, 9 Feb 2024 10:17:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20docstring=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mipac/actions/drive/files.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mipac/actions/drive/files.py b/mipac/actions/drive/files.py index ee8e042..67c0a5b 100644 --- a/mipac/actions/drive/files.py +++ b/mipac/actions/drive/files.py @@ -545,22 +545,22 @@ class FileActions(ClientFileActions): Parameters ---------- url: str - The url of the file to upload + アップロードするファイルのURL folder_id: str | None - The id of the folder to upload the file to, defaults to None + アップロード先のフォルダID, default=None is_sensitive: bool - Whether the file is sensitive or not, defaults to False + ファイルがセンシティブかどうか, default=False comment: str | None - The comment of the file, defaults to None + ファイルのコメント, default=None marker: str | None - The marker of the file, defaults to None + ストリーミング通信でアップロード完了後に区別するためのマーカー, default=None force: bool - Whether to force upload the file or not, defaults to False + 同様のファイルが既に存在する場合でも強制的にアップロードするかどうか, default=False Returns ------- bool - Whether the file was uploaded or not + アップロードのリクエストに成功したかどうか """ data = {