Download a file to one of the Shared folders on Android < 11 - WRITE permission

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 PrivateDir using the File component.