how to read a csv in the download directory of the cell phone
Use file component read file block
Hope this helps
- Technical_zone
error 2101 could not be found
Android version?
Try this method.
On Android 11+ devices, non-media
files (outside the ASD
) can only be read if they were
- created by the app itself
- saved in one of the
Shared
folders - read by the
EFile
extension.
Otherwise, SAF
is required.
See also here:
3 Likes
I show you my blocks it works for me in android 9 and below and it did not work for me on android 10 and 11 as I would have to do it
starting from SDK30 you can’t move files to arbitrary directories anymore… see also the overview by @bodymindpower
what about storing the file in the ASD?
Taifun
PS: I moved your new thread into your already existing thread…