Error: 2103 How to solve it? I can not save

Wanted to save to a txt file more of this error.


How do I save? I want to back up a list and then try to restore … But I can not save on my smartphone, already tried file:///, /,//, save.txt Unsuccessful, do you have to give permission? How do I do?

I think you don’t have permission to write data on storage. You need this:

blocks%20(5)

Permission name:

READ_ / WRITE_EXTERNAL_STORAGE

1 Like

see here: File path for unzip file component

Thanks, I found that giving the store permission manually saves the data on the device.

I used this block with the code you gave me more does not work, give error 908 and does not ask permission.

Thank you I will try this now:
android.permission.READ_ / WRITE_EXTERNAL_STORAGE

Solution: android.permission.WRITE_EXTERNAL_STORAGE
So it works, pops up asking for permission, thanks [fahadboss10] and [bodymindpower]

only this: android.permission.WRITE_EXTERNAL_STORAGE

3 Likes
1 Like

That’s right, thanks.:sweat_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.