Mario
Mario
Solution here: https://github.com/andresoviedo/google-drive-ftp-adapter/issues/46#issuecomment-629669587
**Here is a solution:** 1. Follow https://github.com/mbrother2/backuptogoogle/wiki/Create-own-Google-credential-step-by-step to get your own OAuth credentials. 2. Install `Java 8 JDK (not JRE)`, `Apache Maven 3`, and `git` on your server. 3. Clone...
For all the recent and future readers, you can use https://github.com/doppiaQ/cordova-plugin-portfinder Then start the webserver like that: ```js portfinder.getPort().then((port) => { webserver.start( function() { console.log("Started the HTTP server on port...