Upload a file to the session.
upload_file(
self,
*,
data: Optional[BinaryIO] = None,
remote_file_path: Optional[str] = None,
local_file_path: Optional[str] = None
) -> RemoteFileMetadata| Name | Type | Description |
|---|---|---|
data | Optional[BinaryIO] | Default: NoneThe data to upload. |
remote_file_path | Optional[str] | Default: NoneThe path to upload the file to, relative to
|
local_file_path | Optional[str] | Default: NoneThe path to the local file to upload. |