Hello Everyone
i have a question , which is the best download extension for niotron like
https://community.kodular.io/t/extendeddownlolader-extension/71939
or
Fetch Hello everyone, Fetch is a powerful file downloader extension that can download files to ASDs and as well as Download folder in all devices. It is based on Fetch library on github. This extension helps you to download big files with a lot...
Reading time: 11 mins 🕑
Likes: 116 ❤
MuiltiDownload supports two extensions , and two extensions that are good .
Can someone tell me which of these two extensions would be better for using in niotron
Please Suggest Me
Anke
August 4, 2022, 5:20pm
2
Why not use the Downloader
component?
1 Like
Ridoy1
August 4, 2022, 7:49pm
3
some features is missing in default…
2 Likes
Downloader Extension not support muiltiple download
i am trying to use dowloader extension but get errors
aia file :-
Extand_downloader.aia (224.7 KB)
Anke
August 5, 2022, 6:17am
6
Which errors? Post screenshots etc…
and also always post the (relevant) blocks.
Anke
August 5, 2022, 12:53pm
8
You cannot download a file to an arbitrary folder on Android 11 +.
You must download to the ASD or one of the Shared folders (like /Download
, /Documents
, /Movies
, …).
See also here:
Access to non-media files on Android 11+
On Android 11+, non-media files (like txt, pdf, csv, …) can be accessed
if and only if
the text files are in the → ASD or in the → Private dir (i.e. were saved there), or
the text files are in one of the Shared folders /Documents or /Download and
these files were created by the app itself, or
SAF is used, or
MANAGE_EXTERNAL_STORAGE* permission is requested and granted.
*` This is not really an option, because an app that requests this permission w…
From an Android point of view there are an → Internal Storage and an → External Storage .
1. Internal Storage
The Internal Storage can only be accessed with a rooted device.
1.1 The app package is saved in
/data/data/<packageName>/
1.2. The Private directory is
/data/user/0/<packageName>/files/
This private directory can be used with the File component to save / read text (setting the path without a slash). It can only be accessed by your app and is automatically removed when the app is u…
3 Likes
@Mafia_Guru as Said by @Anke use ASD
or Shared Folder
1 Like
i trying this but show error msg
@iAditya-Nanda and @Anke Please Help
Can you share the Download link
?
Anke
August 5, 2022, 8:31pm
13
No issues on an Android 12 test device:
2 Likes
Anke
August 6, 2022, 7:00am
14
Mafia_Guru:
This error coming : -
You should have mentioned that the error only happens with the compiled app (APK).
I was able to reproduce this issue with your link (but not with a small mkv
file) .
Try to save the file (mkv
) as a mp4
file:
Tested successfully on Android 12 with the APK.
This doesn’t change the video format:
General
Unique ID : 130838940953390420189264565248837119769 (0x626EA9D660DEE813585DDDB2EE2D6F19)
Complete name : C:\Users\Jo\Desktop\test1.mp4
Format : Matroska
Format version : Version 4 / Version 2
File size : 181 MiB
Duration : 21mn 37s
Overall bit rate : 1 168 Kbps
Movie name : Encoded by Anime World India (anime-world.in)
Encoded date : UTC 2021-04-28 07:12:05
Writing application : mkvmerge v50.0.0 ('Awakenings') 64-bit
Writing library : Lavc58.105.100 libopus
DURATION : 00:21:37.447000000
NUMBER_OF_FRAMES : 64873
NUMBER_OF_BYTES : 12631775
_STATISTICS_WRITING_APP : mkvmerge v50.0.0 ('Awakenings') 64-bit
_STATISTICS_WRITING_DATE_UTC : 2021-04-28 07:12:05
_STATISTICS_TAGS : BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Can you give my the aia file because in my case error is comming agin and agin
i am using android 9 and android 12 both , in android 12 downloader works smooth, but in android 9 downloader not worked
Anke
August 6, 2022, 12:52pm
17
And again , see also here:
Access to non-media files on Android 11+
On Android 11+, non-media files (like txt, pdf, csv, …) can be accessed
if and only if
the text files are in the → ASD or in the → Private dir (i.e. were saved there), or
the text files are in one of the Shared folders /Documents or /Download and
these files were created by the app itself, or
SAF is used, or
MANAGE_EXTERNAL_STORAGE* permission is requested and granted.
*` This is not really an option, because an app that requests this permission w…
But one question , why read and write permission Can’t be asked in same time
in my case read write is not work in same time
Please Tell me @Anke How to use this
1 Like
Anke
August 6, 2022, 2:09pm
19
It can, but it is not necessary , because WRITE
permission implicitly grants READ
permission.
1 Like