Ideas for implementing download[File/Photo]
Closed this issue · 2 comments
pahan35 commented
At this moment when I try execute downloadFile method via package I see that it happens error on response parsing stage because response tries to parse file body as XML and this caused error.
We've got content-type header in response and it is different than application/xml.
The correct expected result from this method is origin response body and parsed Content-Disposition header which easily can be done with this package
What do you think about the way of implementing this method?
ahmader commented