We are making an App in Kodular which should essentially do the following:
Download a .txt File from an internal FTP server.
Extract information from the downloaded file and send that information over Bluetooth serial
We are able to achieve the 1st step and are able to get the file in the ASD folder. (Using TaifunFTP extension)
However, in the step two we are not able to read the file from ASD folder, for any further processing. Such as getting the contents of the txt file and preparing a list out of its contents. All we get is an Error 2101. Please see the attached “Error Screenshot” and “Code Block Screenshot”.
We are on Kodular Fenix 1.5.2. We are checking the app on Android 8, 9 and 10 with the same error. Only in case of Android 8, if we do not use ASD (use my own specific directory instead) everything works well, File gets downloaded from the FTP server and we are able to access it and use it for further processing. How do we make it work using ASD so that we are able to run it on all Android Versions such as 9, 10 or 11?
We will be grateful if someone could help us resolve this.