Hi All,
Im wondering if anyone knows how to download azure blob files in Power Apps?
I can upload perfectly well, i can use a shared access signature to download. The problem with that is that SAS URLs are anonymous and can be accessed by anyone in the world. We need to make sure the blob files can only be downloaded by people in our tenant.
I cant figure out how to download files in Power Apps not using a SAS URL
has anyone managed to get this to work? im basically going to have to switch over to SharePoint Online which seems like a massive step back.
- the Download and Launch functions dont allow a file binary to be passed to them.
- if i send the user to the standand URL of blob file, it says the file is not there (no SAS key in the URL)
- am i meant to use a Custom Connector and configure that to get a token and get the file? how would i download that anyway?
it seems like Power Apps cant acess blob files securely?