[FREE] ASD Downloader Extension - Download and manage files in ASD

Yes, that's really more than strange. Something is messed up with your device. Do a factory reset and try again. And/or try on another device with Android 11+. It will not work!

1 Like

Probably device specific silly behavior.

That shouldn't amuse Google, given all of its obsession with restrictions. :wink:

1 Like

Extension is updated for API 34: try if this works.

Thanks

I try to Download picture and set to Canvas.
Where is my problem?
testASDdownload.aia (59.6 KB)

Canvas.BackgroundImage needs an absolute path (not a relative path to the ASD, i.e. not just the fileName).

1 Like

Now working fine!!
Thanks!

How to hide information from Download Manager (first line at the screen)?

Do you mean download manager notification?

YES that's what I mean.

Okay, then the extension has a property to hide the notification, either uncheck show notification property or set it to false in blocks. This will hide the download manager notification.

This will work in Apk.

1 Like

so i have a web application that supports downloading reports via blob URL, where when the user clicks a button it will redirect to blob::http://mysite/report/245264363.

any suggestions on what kind of block would be appropriate to handle this case?

thanks for your help.

Not this extension to do that

1 Like

hi guys, i've meet some problem while using this externsion on smartphone on kitkat(android 4.4)
i try to download a file on my local server(http) but there's an error
it says "Faild.Reason:placeholder"
anyone knows how can i slove this?

Hi,

For older Android versions you need to request Read and Write external storage permission to download the file in ASD.

Only on API < 19 (Android 4.4, KitKat).

Show your blocks.

i requested,but it doesn't work
I've seen some errors in logacat , they said there's something wrong with ssl.And all CA was invaild ,how can i solve it(i will upload my blocks later)

Error message placeholder says that either the file path or file name is set incorrectly.

Please show your blocks or make sure that file path and file name set correctly with file extension like this.

Hello Sir,
Your extension is awesome. But I want a basically used feature like 'Pause' and 'Resume' download option. I am receiving user replies on play console that they have to download the file again from scratch, they have only cancel download option in case of data daily limit reaching or out of wifi range etc.

Hi! Remove (in the ASD) description in this block. It depends on (Get ASD).
Sorry for my english!
Capturar