Can anyone confirm me file component and download component r working in android 11?

I have shared my experience :slightly_smiling_face:

can u send me your app?

Currently builder is offline

image

This is the progress of downloading

if u builder online then please send the app?

1 Like

please send your app

2 Likes

Downloader.apk (4.6 MB)

Downloader.aia (2.5 KB)

2 Likes

ok thank u let me try

1 Like

If this work then mark it as solution :slightly_smiling_face:

WRITE permission does no longer exist on Android 11.

grafik

And it is not required on Android 11 to download in the shared folder /Download.

Please try to download file using inbuilt download component without any permission request

1 Like

Here it is (check it on Android 11):

Downloader_2.apk (4.6 MB)

After downloading where are you saving file ? / file path

As I alread said …

Will it work if I download with path /Download/MyAppName/

2 Likes

Yes, but what about trying it out yourself?

I have tried it but won’t work ,so After asking for permission of external storage it allows me to download in internal storage with custom folder

For blocks I have just removed permissions from bellow image

image

Try this: Downloader_3.apk (4.6 MB)

1 Like

I have tested , Where does it store files i.e path ? It’s not saving in my phone it’s showing progress then after current bytes = totals bytes I searched for that file but won’t get , have you changed the url or video ? / It’s creating folder in downoads but no files in it

1 Like

In this path:

1. Relative path:
/Download/myVideos/myVideo.mp4

2. Absolute path:
/storage/emulated/0/Download/myVideos/myVideo.mp4

3. Full path:
file:///storage/emulated/0/Download/myVideos/myVideo.mp4

1 Like

See also here: