Hi
I have a canvas application that read lists from my sharepoint site https://mycompany.sharepoint.com/sites/Communication, it is working fine.
I have a flow that save speech files in this Sharepoint site under a folder "audiofiles"
Now I want to use powerapps media to play the audio file from the url https://mycompany.sharepoint.com/sites/Communication/audiofiles/fileName.wav
The audio media doesn't play the file in mobile but it play it well when I open the canvas app in the computer browser.
The app media can play public audio nicely in mobile & PC such as https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3 but will not play the same file if I saved it in the sharepoint site under /audiofile/.
I also added the sharepoint folder which host the audio file in my app and I can display it's content (audio files) in a browser gallery.
I also tried using html5 inisde HTML Text control using <audio src"" controls></audio> again same problem, not working in mobile powerapps.
How come I can call the lists from the site but I can't play the audio file.
Is it something related to CORS in Sharepoint, if yes, how to solve it?
If I can call the document library folder in my app, can I call the audio files from it and pass it to media player?
My Goal: I am looking for a way to let media player to play my audio files hosted in the Sharepoint site.
Regards,