Bma_Test
(Bma Test)
May 13, 2024, 4:47am
#1
Hi all, i need advice
i would like to display all file inside a shared folder, i copy file (manually) to directory /Download like in picture below with extension .jpg and .json but only .jpg were displayed, i tried several extension FileTools or TaifunFile or normal File from kodular itself but all show me the same
i use android 12, read/write permission requested, both companion and apk not work
Taifun
May 13, 2024, 1:10pm
#2
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 un…
You only can access media files like this
For json files you need SAF
Taifun
Bma_Test
(Bma Test)
May 14, 2024, 8:23am
#3
yup, i moved to /Documents with the help of SAF below and it worked, thanks
1.Introduction
Description: Basically AI2 wrapper of Storage Access Framework. Using this extension, you can get read and/or write access to a single document or tree document (and all of its children recursively).
Latest Version: 1.3
Released: 2021-09-16T18:30:00Z (UTC)
Last Updated: 2023-11-15T18:30:00Z (UTC)
2.Blocks
[image]
[image]
[image]
[image]
[image]
[image]
[image]
[image]
[image]
3.Documentation
Events
ErrorOccurred
Event indicating error/exce…