获取文件列表
client.app_files_list 和 app.files_list 返回一个 FileInfo 对象列表。
- 使用 Client
- 使用 Application
读取文件
client.read_app_file 和 app.read_file 返回一个 BytesIO 对象。
- 使用 Client
- 使用 Application
创建文件
client.create_app_file 和 app.create_file 返回一个 Response 对象。
- 使用 Client
- 使用 Application
删除文件
client.delete_app_file 和 app.delete_file 返回一个 Response 对象。
- 使用 Client
- 使用 Application
移动文件
client.move_app_file 和 app.move_file 返回一个 Response 对象。
- 使用 Client
- 使用 Application

