Download file in a private folder app

hi,

is it possibile to download an image to a private folder app? how?

thks

Welcome.
What exactly is a private folder app?
Just try something and if you got stuck, post a screenshot of your relevant blocks…
Also do not hesitate to do a search in the community…

Taifun

in my mind was

file:///storage/emulated/0/Android/data/packageName/files/

i try do download an image. i tested with your extension if exist and is true.

but when i try to view in canvas or in a component image i can’t view anything.

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun

ok now works.

3. And on top of that, some components or Android versions require a → full path:
file:///storage/emulated/0/Android/data/packageName/files/

I recommend these terms to distinguish the paths, for example:

  • relative path : /Download
  • absolute path : /storage/emulated/0/Download
  • full path : file:///storage/emulated/0/Download

fetchdownloader works as ///
and
taifun if_file_exits wors as /

but this means that works on my companion in my smartphone and may not works on other smartphone or other Android version?

can getASDpath help me?
thanks

sorry, without a screenshot of your relevant blocks nobody knows, what you are taling about
Taifun