![]() |
Google Drive is one of the famous cloud storage services provided by Google. Google Drive allows users to store files online and access them from anywhere. Google Drive is available for all major platforms i.e. Windows, MacOS, Linux, and others. In this article, we will learn how to use Google Drive in Linux to store and access our files. How to Use Google Drive in Linux
Accessing Google Drive on LinuxAccessing Google Drive on any platform including Linux is very simple. We just need a web browser to navigate Google Drive. Step 1: Open any Web browser on your Linux computer. For example, let’s open Firefox. Step 2: On your web browser go to drive.google.com to visit the official website of Google Drive. Step 3: On the webpage enter your valid email ID and password and you will be logged in. ![]() Entering Login Credentials Step 4: Now you can explore the Drive and upload any file or access already uploaded or shared files. ![]() Exploring Drive Contents Tools to sync Google DriveWhile we can use Google Drive using just a web browser, we still need a dedicated application for Google Drive for synchronization. For Linux, we have both the Command Line tool and GUI application to sync Google Drive. 1. Rclone (CLI Tool)Rclone is a command-line program used for managing and synchronizing files across various cloud storage services, including Google Drive. It supports a wide range of operations such as copying, syncing, and moving files, offering extensive configuration options and efficient performance. Rclone is particularly favored for its flexibility and powerful scripting capabilities. 2. Google-drive-ocamlfuse (CLI Tool)Google-drive-ocamlfuse is a command-line tool that allows users to mount their Google Drive as a file system on Linux. It provides seamless access to Google Drive files, enabling standard file operations like reading, writing, and synchronizing, directly from the terminal. This tool is appreciated for its ease of use and integration with the Linux file system. 3. GNOME Online Accounts (GUI Tool)GNOME Online Accounts is a GUI tool that integrates online services, including Google Drive, into the GNOME desktop environment. By adding a Google account, users can seamlessly access and manage their Google Drive files directly from the GNOME file manager. This integration offers a user-friendly and convenient way to synchronize and interact with Google Drive on Linux. 4. KlO GDrive (GUI Tool)Kio GDrive is a GUI tool that integrates Google Drive with the KDE desktop environment. It allows users to access and manage their Google Drive files directly from the Dolphin file manager. Kio GDrive provides a seamless and intuitive way to browse, upload, download, and synchronize Google Drive files within the KDE Plasma desktop. Steps to Use Google Drive1. Using Rclone (CLI Tool)Step 1: Install RcloneOpen the terminal in your Linux computer and run the following command to install Rclone. sudo apt install rclone
This command will give you superuser access and ask for a password. Once verified, the application will be downloaded and installed. Output: ![]() Installing Rclone Step 2: Configure RcloneAfter installation is done, it is time to configure Rclone with Google Drive. Run the following command to start the configuration, rclone config
Output: ![]() Configuring Rclone Step 3: Create a new RemoteEnter “n” for the new remote and give a name for the mount. ![]() Creating New Remote Enter “13” to choose Google Drive and then enter “1” to give full access to Google Drive. ![]() Giving Full Access to Google Drive Step 4: Authenticate Google AccountLeave all other fields as default and you will be taken to the web browser to select your Google Account. ![]() Authenticate Google Account Step 5: Explore RcloneOnce authentication is done you will be taken back to the Terminal and you will have options to make changes to the drive using CLI. ![]() Exploring Rclone Now you can quit this config menu and start using Google Drive in Terminal. For example, run the following command to list all the files and directories inside Google Drive. rclone ls geeksfolder
OR Create a new directory and add it to Google Drive by running the following command. mkdir newfolder 2. Using Google-drive-ocamlfuseStep 1: Install Google-drive-ocamlfuseFirstly we will install Google-drive-ocamlfuse on the computer. Add a new repository to download the packages required. Then we need to update the system. Once done, we can install the application. sudo add-apt-repository ppa:alessandro-strada/ppa Output: ![]() Install Google-drive-ocamlfuse Step 2: Create a new DirectoryOnce installed, create a new directory in the system for Google Drive using the following command, mkdir gfg The first command will create a new directory and the second one will map the directory with Google Drive. Output: ![]() Create a new Directory Step 3: Authenticate Google DriveAuthenticate the Google Account using which you want to access Google Drive. Just allow all the permissions asked and you are all set to use Google Drive using Google-drive-ocamlfuse this includes view, edit, create, and delete access to Google Drive. ![]() Authenticate Google Drive 3. Using GNOME Online Accounts (GUI Tool)Step 1: Open SettingsOpen Settings on your Computer with GNOME desktop (Ubuntu Linux comes with GNOME built-in.). In Settings, go to “Online Accounts” and select “Google”. ![]() Opening Settings Step 2: Sign In with valid credentialsGive a valid email and password and accept the terms to continue. You need to provide full access to our Google account to GNOME for better usability. ![]() Sign In with valid credentials Step 3: Turn on Required AccessesOnce you give the required permission a box will open with toggles to enable/disable different permissions. For Files keep the toggle at On. ![]() Turn on Required Accesses Step 4: Explore File ManagerOnce you have completed all the steps, you should see a network drive in your file manager. This is the Google Drive that you have mapped. ![]() Explore File Manager As you can see it has the same folder that we created earlier. 4. Using KlO GDrive (GUI Tool)Step 1: Install KIO GDriveUnlike GNOME, we need to install KIO GDrive on your computer, before we can use it. Run the following command in the Terminal to install KIO GDrive. sudo apt install kio-gdrive
Output: ![]() Install KIO GDrive Step 2: Make LibreOffice KDE compatibleKIO GDrive is compatible with KDE-based systems. So we need to make the LibreOffice compatible with KIO. Run the following command to install an additional package. sudo apt install libreoffice-kde
Output: ![]() Make LibreOffice KDE compatible Step 3: Install DolphinAs KIO GDrive is a KDE-based application, we will also need a Dolphin file manager to use KIO GDrive. Run the following command to install Dolphin. sudo apt install dolphin
Output: ![]() Install Dolphin Step 4: Explore DriveOpen Dolphin and Select Google Drive from the options given in Network. ![]() Explore Drive Follow the same steps given in the previous example to connect your Google Account and that’s it you can use Google Drive as a local directory in your Linux PC as we show in GNOME. How to Use Google Drive in Linux – FAQsCan I use Google Drive on Linux without installing any additional software?
What is the difference between Rclone and Google-drive-ocamlfuse?
How do I mount my Google Drive on a Linux system using GNOME Online Accounts?
Is it possible to use Google Drive with the KDE desktop environment?
ConclusionIn conclusion, accessing and managing Google Drive on Linux is straightforward and versatile, with options ranging from web-based access to dedicated command-line and GUI tools. Whether using Rclone, Google-drive-ocamlfuse, GNOME Online Accounts, or Kio GDrive, Linux users have multiple methods to integrate and synchronize their Google Drive files efficiently. These tools cater to different preferences and desktop environments, ensuring a smooth and productive experience for all users. |
Reffered: https://www.geeksforgeeks.org
Linux Unix |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 21 |