is there anyway to download using network.download on sd card?
i used something like this:
network.download( rawResponse.download, "GET", function(event) downloadFile(event) end, request, newFileName,"file:///storage/extSdCard/Android/data/com.mycompany.app/files/" )
but it gives error:
‘baseDirectory’ parameter must be a system directory constant(got string)