You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the download_attachment method for an image, the response body does not contain the image content.
When I drop down and use HTTP directly, the response.ready_body invocation returns the binary data correctly but it doesn't seem to make it up into the frontapp gem's response.
The text was updated successfully, but these errors were encountered:
When using the
download_attachment
method for an image, the response body does not contain the image content.When I drop down and use HTTP directly, the
response.ready_body
invocation returns the binary data correctly but it doesn't seem to make it up into thefrontapp
gem's response.The text was updated successfully, but these errors were encountered: