Hello there,
I’m currently struggling with file sharing between users.
As I have not implemented any account system or whatever that looks like (it seems very complex to set this up and I’m a “newby” to dev).
What I want to do :
Share jsons files between users.
Where am I in doing that :
For now I choose to share this by email (as I didn’t find any other suitable solution).
The export function should be Ok quite soon, based on the “native.showPopup” email solution (that handle the attachements).
For the import I’m stuck…
My idea is to get those files from “download” directory, and remove them just after import, but I don’t know how to do so.
Anyone could help with that?
Did I miss something obvious? If it is the case I’m already sorry
Many thanks for your help!