I have a HTML5 web app that saves user configuration in a JSON format. At the moment the Data is saved in LocalStorage.
I've seen other apps backup files to google drive (such as draw.io).
I want to save the users config file in their google drive and be able to retrieve it again.
Can this be done in the frontend utilising JavaScript and how?