Hi,
I have a QAction associated with a button in my protocol that generates a file for download. The QAction logs show the following:
<code>ManagedInterop|INF|-1|7|Checking debug package status... Attempt 2 ManagedInterop|INF|-1|7|Checking debug package status... Attempt 3 ManagedInterop|INF|-1|7|Checking debug package status... Attempt 4 ManagedInterop|INF|-1|7|Checking debug package status... Attempt 5 ManagedInterop|INF|-1|7|Checking debug package status... Attempt 6 ManagedInterop|INF|-1|7|Debug package is ready: /debugpackage/debugpackage_2025-05-29T03:31:57.509362Z.zip ManagedInterop|INF|-1|7|Debug package URL: http://172.28.20.201/debugpackage/debugpackage_2025-05-29T03:31:57.509362Z.zip </code>
How can I allow users to download the file directly from Cube after it's generated?
Is it possible for my QAction to open a web browser automatically with the generated URL (e.g., http://172.28.20.201/debugpackage/debugpackage_2025-05-29T03:31:57.509362Z.zip
)?
Thanks!
Jose Araujo [DevOps Advocate] Selected answer as best 30th May 2025
Hi Joao,
You have example about option 1? maybe is possible download to Documents folder ?
Thanks
Jose
Jose Araujo [DevOps Advocate] Edited answer 29th May 2025