Ask a question to get started
Enter to sendā¢Shift+Enter new line
aupload_files( self, files: list[tuple[str, bytes]], ) -> list
files
list[tuple[str, bytes]]
Upload one or more binary files, overwriting any that exist.
List of (path, content_bytes) tuples.
(path, content_bytes)