
- CREATE A SECURE GOOGLE DRIVE FOR MAC HOW TO
- CREATE A SECURE GOOGLE DRIVE FOR MAC INSTALL
- CREATE A SECURE GOOGLE DRIVE FOR MAC DOWNLOAD
- CREATE A SECURE GOOGLE DRIVE FOR MAC MAC
The scope of Rclone defines the permissions that Rclone has to read and write your files on Google Drive so when you are prompted for the scope, choose 1. Now you have your Google Drive API Credentials, you can continue to configure your Google Drive remote in Rclone.Ĭopy and paste your Client ID into the terminal window and do the same for your Client Secret. Set the Application type as Other, name it however you like, and finally click the blue Create button. Go back to the Credentials page and click Create Credentials and OAuth Client ID. Select Internal as the Application type, enter an Application name, and click the blue Save button. Now that the Google API project has been connected to Google Drive, the credentials (including the Client ID) can be created.Ĭlick Credentials in the sidebar, then OAuth Consent Screen. Once the Google API project has been created, you now need to enable the Google Drive API because that’s what you’re trying to connect to.Ĭlick Enable APIs & Services, search for Google Drive, click Google Drive API, and then click the blue Enable button. Fill in the project name with a title such as Rclone and click the blue Create button. Go to the Google Developer Console and click Create A New Project. Having your own Client ID is best practice so we’ll create one. Rclone provides a default Client ID for Google Drive but it is susceptible to rate limiting (slowing down) because so many users use it instead of creating their own. In the example below, 13 is the correct number, though this can change when Rclone adds support for more remotes. Rclone supports many storage providers (remotes) so you need to specifically choose Google Drive. This is just for the purposes of differentiating it from other remotes you may create in the future so it can be anything you want. Since you’ve never installed Rclone before, there won’t be anything configured so you need to make a new remote. Type rclone config to start the interactive configurator. Because we’ve never used our Google account with Rclone before, we need to go the interactive route to authorize it. You can create a config file with all the relevant parameters or use the interactive mode where it will provide default options and prompt you for the relevant information. Second, we need to add our first remote (cloud storage provider). Visit Rclone’s documentation to learn about alternative installation methods.
CREATE A SECURE GOOGLE DRIVE FOR MAC DOWNLOAD
There are security implications on installing Rclone this way because the script could be malicious but this way is far simpler because you don’t have to figure out the architecture your computer is running on, download the correct version, unzip the file and move it to the correct location.
CREATE A SECURE GOOGLE DRIVE FOR MAC INSTALL
Using the command below, this will automatically install the latest version of Rclone and the one that is correct for your distribution and architecture of your machine. Installing Rcloneįirst, we need to download Rclone. Warning: If you decide to encrypt your files, encrypted files can only be decrypted on a computer with Rclone and encryption configured. Using Rclone, you can create an encrypted folder to store all your important files. It’s also a great way of encrypting cloud storage.
CREATE A SECURE GOOGLE DRIVE FOR MAC MAC
While Rclone is available for Windows, Mac and Linux, this guide should be followed on Mac or Linux because the Windows version works in a slightly different way. Similar to rsync but for cloud storage, this tool is vital for remotes where some operating systems aren’t natively supported and it provides advanced functionality such as syncing and mounting. Rclone is a cross-platform command-line tool that connects remotes (cloud storage providers) with the local filesystem.


Encrypt Your Google Drive Remote with Rclone.Mount A Google Drive Folder Using Rclone.

CREATE A SECURE GOOGLE DRIVE FOR MAC HOW TO
Readers will understand how to install Rclone, add a Google Drive remote, obtain a Google Client ID, how to manage files on the local filesystem and Google Drive (copy, move, sync, and mount) and create an encrypted remote.
.svg/220px-Google_Drive_icon_(2020).svg.png)
This is a how-to guide on setting up Rclone to create an encrypted folder where users can store data on Google Drive which will be encrypted before upload.
