File upload with GraphQL keeps hitting MultiPartException #2750
Unanswered
JchavesM
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Starlette backend with a GraphQL API. I recently bumped the version above the 0.40.0 release, which included this commit that added a validation to the
MultiPartParser
. However, some of the bigger file uploads to the API keep randomly getting thePart exceeded maximum size of 1024KB.
error message.Is there a way to raise this limit in the server to allow uploading files bigger than 1 MB? OR do you know of a GraphQL python client with a configurable
part_size
that can avoid triggering this error?Beta Was this translation helpful? Give feedback.
All reactions