-
|
Is there any reason, why I think it should also work with a path to a file. |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Jul 4, 2023
Replies: 1 comment
-
|
Because Action are executed using XHR as default and the download link get triggered by the front-end to start the download. You should be able to use Storage temporary URL. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
m-lotze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because Action are executed using XHR as default and the download link get triggered by the front-end to start the download.
You should be able to use Storage temporary URL.