-
Notifications
You must be signed in to change notification settings - Fork 0
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
Binary Files are not correctly unpacked #90
Comments
I've opened a PR for the patch here: OpenAPITools/openapi-generator#19132 |
Patch has been merged it, will be available as part of |
Thank you for the report and going the extra mile to submit a patch to the openapi tools generator. We'll keep an eye out for their next release, but we probably won't be able to pick this up for another week or two (and hopefully by then they'll have pushed out that minor version update). |
@sirwolfgang We've released a new version of the SDK using v7.8.0 of the OpenAPITools generator, it's v0.44.1. Would you mind updating and see if that resolved things as expected? |
I found this working with statements API, but it does effect all file endpoints and as part of the upstream OpenAPI Generator code, effect all file transfers. The header
"content-transfer-encoding"=>"binary"
is never acknowledged making the files functionally corrupt.The monkey patch to verify this looks something like this
The text was updated successfully, but these errors were encountered: