Integrating Google Drive on Linux with rclone
Let’s get straight to it. Before doing anything fancy, make sure rclone is installed. Use whatever package manager your distro ships with—on my Arch box it’s simply sudo pacman -S rclone. Create the Google Drive remote Run rclone config in your terminal. Pick n) New remote → type n and press Enter. Give it a name. I called mine gdrive-ripa—choose whatever makes sense for you. Select Google Drive as the storage type (in my menu it was option 18). Leave client_id and client_secret empty unless you have your own OAuth credentials. For the scope, I go with option 1: Full access to all files (drive). Skip service_account_file unless you know you need it. When asked about advanced config, I answer n) No. Say y to open a browser window for authentication, then sign in with the Google account you want to expose to rclone. I don’t use Shared Drives, so I answer n) No to that prompt too. Confirm everything with y) Yes this is OK when rclone summarizes the remote. You should now see something like this: ...