Unsuccessful csv file download


I want to download a file through a button, the data from the file is stored in tinyDB when the file gets text, then in the save file function, tinyDB becomes the text and is stored in the file, but on my phone it is not downloaded or the file does not appear in the storage, please can anyone help me? thank you in advance

Use the default FileScope (App). Otherwise you must save in one of the Shared folders (/Documents or /Download) on Android 11+. WRITE permission is then only required on Android < 11.

And disable the Clock.Timer ind the timer event.

1 Like

Thank you Anke for the solution

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