Tasker has no access to files created by AutoNotification
Hello!
I've found this problem a handful of times on reddit etc., but I can't seem to find any fix (except maybe rooting my device, which I would like to avoid at this point).
I used to get a .png from a notification using AutoNotification and I could send that image via a POST Request in Tasker to a nodejs server. However, when using the path 0/Android/data/com.joaomgcd.autonotification/etc... in the request, I get a permission denied error.
I am aware it has something to do with the way Android 11 handles scoped storage, however, wouldn't it be possible for AutoNotification to save the files in a different directory accessible to Tasker?