ファイルの一覧を取得する
client.app_files_list と app.files_list は FileInfo オブジェクトのリストを返します。
- Using Client
- Using Application
ファイルを読み取る
client.read_app_file と app.read_file は BytesIO オブジェクトを返します。
- Using Client
- Using Application
ファイルを作成する
client.create_app_file と app.create_file は Response オブジェクトを返します。
- Using Client
- Using Application
ファイルを削除する
client.delete_app_file と app.delete_file は Response オブジェクトを返します。
- Using Client
- Using Application
ファイルを移動する
client.move_app_file と app.move_file は Response オブジェクトを返します。
- Using Client
- Using Application

