When I export only a single namespace (TinyDB1 which I use to store my data), I get the json file without any problems. I guess other components create their own namespaces and one of them causes this problem.
Hi, i'm quite new to App Inventor. I was trying to use the ETinyDB extension to export mi database to a json file on my device. I downloaded the .aix file and imported it to extensions. But whenever i get to the screen in which i wan't to click export data, i get this error.
I have tried to save the file in /Downloads, but got read-only errors. Isn't it possible to save in this directory, or should i give permissions somehow to the app
Looks like you need to provide a filename, and I will have to look at the extension to see where it saves by default, you may need to provide an absolute or full path...
Hey, im trying to build an import/export from TinyDB1 in my app with EtinyDB.
But what should i fill in component?
Anyone who can help me with building this?
Your blocks store the file in ASD, the application specific directory, which is not directly accessible by a file manager, but you could share it from there
To store it in shared storage, use the correct dictionary, which us called Download (without s)
together with File Scope Legacy