How To Install Gdrive On MacOS?
Install gdrive
-
macOS
brew install gdriveClick to copy
Command line tool to interact with Google Drive. Folder/file id can be obtained from the Google Drive folder or id url.
How to use gdrive?
Below are few example commands for gdrive that you can use in the terminal.
Upload a local path to the parent folder with the specified id:gdrive upload -p id path/to/file_or_folderClick to copyDownload file or directory by id to current directory:gdrive download idClick to copyDownload to a given local path by its id:gdrive download --path path/to/folder idClick to copyCreate a new revision of an id using a given file or folder:gdrive update id path/to/file_or_folderClick to copy
Installing gdrive command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for macOS operating systems. Once you run the command it will install the latest version of gdrive 2026 package in your OS.




