Extension to download file(s) to ASD (app-specific directory) without WRITE permission

No I think this extension is working well in app Inventor so there is no problem with kodular even if their Update

1 Like

correct, later you will have to use the App Inventor version, which already uses AndroidX
Extension to download a file to ASD without WRITE permission by BodyMindPower (for App Inventor)

there exist 2 different versions… so your assumption is wrong

Taifun

7 Likes

Thank you :slightly_smiling_face:

1 Like

How about reading the description:

2 Likes

My app… downloads a zip file that is extracted so the app uses the extracted files …

With android 11 this operation fails

What shall I do Now?

1 Like

Works fine on Android 11 (Pixel 2XL):

5 Likes

Can you please tell me what URL it will generate means file path

For ex = I want to access my file in web viewer so I need this type of URL : file:///storage…

Tried many things nothing worked! :frowning_face:

1 Like

1 Like

If any user use file manager it can find this file or not???

1 Like

you can find it in Android 10 or below
starting from Android 11 in a file manager the directory /Android/data will be displayed as “no data available”

Taifun

1 Like

The directory and the files can of course be accessed from the PC via a USB connection.

3 Likes

Yes,
but sometimes (not everytime) while copying files i got this error image
However it works fine…

1 Like

@bodymindpower THANKS :+1: for the extension
It is working fine.

Suggestion :-
Can you please add When DownloadToASD1.Unsuccessful Yellow box in next update as in my project it’s needed.

1 Like

@bodymindpower Is app specific directory automatically created in every phone upon app installation?

1 Like

Yes, I guess so.

1 Like

After downloading some images to ASD, when I try to set the source of image to the downloaded image path, it is asking for accessing permission.

1 Like

The Image component requires READ permission. (→ Shouldn’t be like that .)
Therefore you must ask for READ permission (in this case).

See also here:

Blocks

2 Likes

Okay, I see.
Thanks! :smiley:

1 Like

Hello @bodymindpower
I used version 2 of you extension, download is ok and file is in the directory but when download completed get this error: Error 701: Unable to load /storage/emulated/0/Android/data/io.makeroid.companion/files/MyVideos/join.mp4

my block :point_down: :point_down: Thank you :hugs:

1 Like

See here:

2 Likes