Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in upload file more than custom size #12773

Open
1 task done
AmirSarrafzadeh opened this issue Apr 5, 2024 · 0 comments
Open
1 task done

Error in upload file more than custom size #12773

AmirSarrafzadeh opened this issue Apr 5, 2024 · 0 comments

Comments

@AmirSarrafzadeh
Copy link

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

Hi All,
I hope you are doing well,

I have developed an application in which I am using FastAPI, and when I am trying to upload a file more than a custom size,
the postman gives me the below error:

{
"detail": "There was an error parsing the body"
}

in the application I got this error

INFO: 127.0.0.1:56627 - "POST /upload_zip HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:56628 - "POST /upload_zip/ HTTP/1.1" 400 Bad Request

I tried with Insomnia it works fine.

Thank you for your time and help

Have a great day

Amir

Steps To Reproduce

I have tried with debug mode in python it works.

Screenshots or Videos

postamn

Operating System

Windows

Postman Version

10.24.16

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant