Http Request's Save response to a file

So there's this error when someone uses my macro whenever that macro runs it pops up a notification containing "write to file action failed, please configure..." Something like this, when in my usage it works fine, i even added a shell script to create the file destination but still same result.

I just told them to reconfigure the file destination inside the http request, but if it can be fixed in the future updates it would be awesome, thanks in advance.
 

MacroDroidDev

Administrator
Staff member
I'm not sure what you want fixed? The write to file action requires the user to grant permission to a folder to write to and it seems like MacroDroid is correctly prompting the user to configure the action to enable this to work.
 
I'm not sure what you want fixed? The write to file action requires the user to grant permission to a folder to write to and it seems like MacroDroid is correctly prompting the user to configure the action to enable this to work.
Yes, they are receiving that prompt in notification, but some people just ignore it.
Idk the term but can it be something like a text box where we can just type '/sdcard/dir/' or '/storage/emulated/0/dir/'
 
Top