Support download and Save of survey file from googledrive

Issue #680 resolved
Brian Lewis repo owner created an issue

For generality implement a Http Interceptor that will save the download to the file system.
The save will occur whenever

  • the response includes the header
Content-Disposition: attachment

and

  • the Content-Disposition header provides a filename:
Content-Disposition: attachment; filename="SA-Akoyikoyi School-CHK001-07.26.2019.xml"

This has an implication for Reporting Manager which already saves a downloaded file: this needs to be refactored to rely on this generalized process, so that the file is not saved twice.

Comments (2)

  1. Log in to comment