-
Notifications
You must be signed in to change notification settings - Fork 26
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
Corrupted files after being parsed #7
Comments
To anyone else who sees this, you probably didn't pass on the content type and accept properties inside the API gateway. |
same problem here |
@cabraljv I solved this by following the instructions here: https://stackoverflow.com/a/62819124/1786840 ... Don't forget to hit "Deploy API". |
It's not working, I see no proper solution can anyone suggest how to solve it?
Still does not work. If the file is 30Kb when I pass it to S3 and save it its only 27.8Kb I get this when I print the file object but I use the same content for S3 body the file is corrupted.
|
Hi @michari Did you resolve the issue? Now I am facing the same issue.Could you please help me if you found any solution? |
For me anyways, the issue was for sure the binary media supported in API Gateway. You can do this by hand by going to
|
Hello,
I am having an issue where my files are being corrupted. I have checked the previous issues and made sure "Binary Media Types" are correct:
I have also made sure Lambda proxy is setup:
Any ideas as to what my issue is?
The text was updated successfully, but these errors were encountered: