In my latest app, I’ve implemented a method to backup the TinyDB content to the cloud. However, some users don’t feel safe using this type of method.
For this reason, I’ve been thinking about implementing an external backup method where users could share the file, generated in the TinyDB backup, to Telegram or WhatsApp for example, and when they needed to restore it, they could share the file back to the app.
By any chance is there a way to make the app receive shared files so I can make it work?
Now I’m trying to find a way to do it externally, using the sharing feature. Users can share the txt file, I just can’t imagine how they can share it back to the app.
I thought, there would be an extension that would make the app be listed with the others when sharing a file, like WhatsApp, Telegram, Email are listed.
In my current app, I use an extension that makes a backup of the TinyDB and then I send the generated txt to the cloud. When users want to restore, the app downloads this file and overwrites the TinyDB with the backup.
Actually, no.
In my opinion, having the option where the users could manage the backup file externally, through sharing, would be safer.