i Want to Store here my Images into my own Folder, is it Possible to do this with the TinyDB? i get it to work but with this code, it save it to the Data Storage and my Phone dont let me go into this Folder .
sorry i dont get it, what i have to do, to get it saved as another name and another Storage so i can see the Image in my Gallery and not in the Hiden Data Folder.
Anke i try to get the Images saved in the Shared Folders so it apears in the Gallery, from ASD its not showing in my Gallery and i dont have access to it, i have Android +11, at the Code itself i dont get a progress, it is mabe not much left to get this to work, and i hope someone can help me there with the Code, i am not good in Coding, i tryed some times and it worked but here i dont get my way i want .
i dont get it, i dont know how to do that, i dont get it in my head atm :'D i dont know what i set in there and how, i was happy i got it to work but saving it dont want right
It looks like your replace method does not make sense like that... we will know more after seeing the Do it results
You are using the CopyAsync method of the file extension... you should should use this together with the Copied event as mentioned in the documentation App Inventor Extensions: File | Pura Vida Apps
Event indicating that copying a file has finished, which was started using the CopyAsync method.
In case everything went fine, parameter successful is true. In case an error occurred, parameter successful is false and parameter response will provide an error message.
You forgot to use the GalleryRefresh method... try to use it in the Copied event