Hello guys , i have created an app similar to aviation log book and it is saving in tinydb i want to backup my data in csv file to google drive in case i lose my phone can you help plz.?
TIMAI2
October 9, 2022, 10:17pm
2
These should give you some ideas
Hello friends,
this is about saving all the content of the TinyDB in an internal file of the app and also uploading that content to CloudDB using a single tag.
Retrieve the information from CloudDB and insert it into TinyDB.
p8n2a_copiar_tinybd_CloudDB.aia (4.5 KB)
[tinydb_archivo3]
1.- Using "Store Value and Save File" we insert data in the TinyDB and in the internal file: "tinydb_file.txt".
2.- "Show File". The information will be saved in the file in this format.
one -> 11111
three ->…
INTRO
An alternative to the many, many methods that are available for backing up the contents of a tinyDB database on AI2. In this instance, we use a google apps script web app to create individual files of each tag, with the content of the file...
With many thanks to Juan Antonio, who developed THIS extension, we are now able to upload any file (as far as I have tested)
to Google Drive from within AI2, using base64 encoding and a simple google web app.
I have prepared a simple example to...