Rclone is a tool that lets you manipulate files stored in various Cloud storage services like Google Drive, Dropbox, etc. In particular, it lets you mount those services on your filesystem, so you can access them like local files. It’s an essential part of my Personal Arch Linux Setup.
Using rclone
tl;dr, you create ‘remotes’ which each have their own config and data source. You can then mount a remote on your local filesystem to access files in that data source.