Skip to content

Commit 486192b

Browse files
Document open file-like requirement for uploads
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 3ed7352 commit 486192b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Both clients expose:
121121
- `client.team`
122122
- `client.computer_action`
123123

124-
For file uploads (session uploads, extension uploads), provided paths must reference existing files (not directories), must not contain control characters, and must not include leading/trailing whitespace.
124+
For file uploads (session uploads, extension uploads), provided paths must reference existing files (not directories), must not contain control characters, and must not include leading/trailing whitespace. File-like upload objects must expose a callable `read()` and remain open.
125125

126126
## Job polling (`start_and_wait`)
127127

0 commit comments

Comments
 (0)