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
On website/src/ApiFunctions/ApiHandler.js:26, we have to explicitly set the file name and make the handleDownload function take a parameter so we can download the file with the correct name. Instead, lets have the API gateway respond with the correct file name when taking in a uuid at the /download endpoint.
The text was updated successfully, but these errors were encountered:
Part of #59. When we log a download, the logging service now returns a JSON
response containing the name of the file that was downloaded. This is so we can
supply the file name with the file data from the API gateway instead of manually
setting it in the frontend.
Part of #59. When we log a download, the logging service now returns a JSON
response containing the name of the file that was downloaded. This is so we can
supply the file name with the file data from the API gateway instead of manually
setting it in the frontend.
On
website/src/ApiFunctions/ApiHandler.js:26
, we have to explicitly set the file name and make thehandleDownload
function take a parameter so we can download the file with the correct name. Instead, lets have the API gateway respond with the correct file name when taking in auuid
at the/download
endpoint.The text was updated successfully, but these errors were encountered: