Is there a way to save a downloaded video (or captured video) to the camera roll?
I’m able to make pictures work fine but media.save() doesn’t seem to work with video files.
What I’m currently trying is using network.download() to download the video to system.TemporaryDirectory then media.save( event.response.filename, system.TemporaryDirectory ).