-
Notifications
You must be signed in to change notification settings - Fork 60
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 file issues - Axios passthrough options not documented #33
Comments
@hubpuller Thank you so much, I was going in circles for about an hour. Also relevant to #15 |
Yes, we ran in a lot of oval shapes while trying to figure this out! Glad it helped. |
Looks like the readme covers this now, so I'll close the issue. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #1
We ran into an issue where binary downloads were not working.
This can be addressed by adding the responseType attribute as an 'arraybuffer'.
There is no documentation on passing through options to the axios library used
e.g. this is the correct way to download binary files.
See a stackoverflow answer related to this issue here:
https://stackoverflow.com/questions/41846669/download-an-image-using-axios-and-convert-it-to-base64
The text was updated successfully, but these errors were encountered: