Back to All

Download private URL in app

what about private URL like a url generated by server like after making an axios request -> blob:http://localhost:5173/8975d372-642e-4059-a748-c57a8ab1031c
recieved after this directive -> const objectURL = URL.createObjectURL(blob)
the app won't open the file like this Median.share.downloadFile({ url, filename, open: true }) using JS Bridge Functions