wilson1
September 23, 2023, 10:19pm
1
tengo el archivo que busca la aplicación en la memoria interna del celular.
Taifun
September 23, 2023, 10:21pm
2
Welcone
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.
Before you ask a question / open a new topic
please take care of the following points:
The forum was previously searched for similar topics / issues.
Give a precise (detailed) description of
the issue / bug,
the goal.
Show the (relevant) blocks (images, screenshots of blocks in high quality).
Debug your blocks (connect to Companion and right mouse click: → Do it).
Name the Android / iOS version running on your (test) device.
Do not open multiple threads on the same topic.
If you haven't al…
Taifun
Trying to push the limits! Snippets , Tutorials and Extensions from Pura Vida Apps by Taifun.
Anke
September 23, 2023, 10:57pm
6
Where does this file (clave.txt) come from and where is it located?
wilson1
September 23, 2023, 11:09pm
7
almacenamiento interno del celular
Taifun
September 24, 2023, 12:41am
8
see here Some basics on Android storage system
my guess is, you are trying to read a non media file, which has not been created by your app, which means, you will have to use SAF to read it
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/excep…
Taifun
Anke
September 24, 2023, 7:10am
9
wilson1:
internal storage
So read this guide and answer also my question:
And what is FileScope
and DefaultFileScope
and which Android version are you testing on?