I have binary file, I want to download it after clicking button, how can I accomplish it?
Code flow:
Button -> Python Code -> Download Binary File
1. Binary fields is created and some data is attached (pdf)
2. Button from UI calls python code
3. Download binary field data (need help with this step)
I have bytes objects, how can I download that bytes object?