Skip to content

Commit 54c445c

Browse files
authored
Update sessions-code-interpreter.md - adding callout for file size upload limit
The file size upload limit for code interpreter sessions was bumped from 30MB > 128MB. Adding a small note so users are aware of the limit.
1 parent cde2d22 commit 54c445c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/container-apps/sessions-code-interpreter.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ Content-Type: application/octet-stream
180180
------WebKitFormBoundary7MA4YWxkTrZu0gW--
181181
```
182182

183+
> [!NOTE]
184+
> The file upload limit is `128MB`. If this is exceeded a `HTTP 413` may be returned.
185+
183186
#### Download a file from a session
184187

185188
To download a file from a session's `/mnt/data` directory, send a `GET` request to the `file/content/{filename}` endpoint. The response includes the file data.

0 commit comments

Comments
 (0)