Trying to mount google drive onto linux

I always seems to have a problem with mounting it on to the dir so that it can be access on my website like
user—>webserver—>googledrive
and when user download from the website
user<—webserver<—googledrive
but i try this
rclone mount DriveName:Folder LocalFolder --copy-links --no-gzip-encoding --no-check-certificate --allow-other --allow-non-empty --umask 000
but it always seems to, like stuck

oh the website thing is this https://github.com/DirectoryLister/DirectoryLister.

nevermind figure out the problem. the rclone mount had to be kept running all times. i found a script that can kept it open everytime server starts.
https://www.moerats.com/usr/shell/rcloned && nano rcloned

source: https://www.moerats.com/archives/481/

1 Like