If you want to download a file to one of the Shared folders (like /Download) on Android < 11, you must request WRITE permission manually.
Note:
Unfortunately it is not possible to download directly into the PrivateDir with the Downloader component, since this component uses a relative path.
The absolute path to PrivateDir (→ Internal Storage, see also here) is:
/data/user/0/<packageName>/files/
If this is desired, the file must be copied or moved to the
PrivateDirusing theFilecomponent.
