[FREE] ASD Downloader Extension - Download and manage files in ASD

Before this morning, there was still DownloadToASD, and it didn't work.

Now:
The image shows the entire code for screen 1.
The extensions include ASDDownloader only.

The app starts, but apparently the file has not been downloaded, or is not in the right place, because in the visit screen, I do not have the markers corresponding to the data of the .csv file supposed to be downloaded.

A preview of the visite screen:

This extension will download the file in ASD.

So you need to specify the full file path from ASD to read it.

With the DownloadToASD extension, I didn't need to enter the full path.
Does the full path change from one smartphone to another?
If so, it will be complicated to install it on different smartphones.

In screen1 use the DownloadCompleted event to find out if the download was successful

In screen visite in the File.GotText event display the text in a label as test and deactivate all other blocks

You do not need a full path to read a file from ASD

Use the companion app and Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

1 Like

I followed almost all of your instructions, only making changes to screen 1 to begin with, and with that alone, it works:

Thank you very much.

1 Like