answered
2018-08-25 13:24:55 +0200
Don't use Gdrive, but on Openrepos, I see:
https://www.google.com/url?q=https://openrepos.net/content/schturman/rclone&sa=U&ved=0ahUKEwijn52J_ofdAhXGTd8KHVEGDxMQFggLMAA&usg=AOvVaw3crvKpifgRq9GNbkyGqH8x
https://www.google.com/url?q=https://openrepos.net/content/nodevel/python-gdrivefs&sa=U&ved=0ahUKEwiSp8uw_ofdAhUBVN8KHQGBAVkQFggNMAA&usg=AOvVaw3CqdA7L9Bjrnm2BzAqwMwG
Also, web interface works fine on Jolla browser.
Update - got curious and decided to test rclone, and working fine.
- Install rclone
- type 'rclone config' in terminal and walk through the interactive config. Only glitch was that the auto-popup-browser-auth function didn't wor, since Gdrive auth didn't like the source of the prompt, so I got an error message, so I jist had to open Jolla browser and enter auth url manually, (all the information is given in interactive config dialog).
- Once authorized, your Gdrive is now an active 'remote', so you can use rclone commands to copy, sync, move, files, etc. So my example was that I uploaded a folder of music files to my Google Drive, using computer, , and named the folder 'otg'. So, in rclone, I enter 'rclone lsd gdrive:', and it lists the files and folders in yhe root of my 'remote', which I named 'gdrive' in the config process. Then I type 'rclone sync gdrive:/otg/ /home/nemo/otg/'. The 'otg' folder is automatically created in /home/nemo/, and all the files in that folder are copied there.
Update 2 (even easier)
Just tested mount function, and working well, (listed as (Experimental). Follow steps 1 and 2 above, then pick or create a directory in your filesystem where you want your Gdrive to be, (in my example I created /home/nemo/gd/), and type in terminal, 'rclone mount gdrive: /home/nemo/gd/'. Now all of your Gdrive is shown there.