Linux: Mount Google Drive Cloud Drive with Rclone

Linux: Mount Google Drive Cloud Drive with Rclone I believe I am not the only one. To save money, many people pick the basic server configuration when choosing a server, leaving only a pitiful few tens of GB of storage, or even just 10 GB. But sometimes you really do need a larger storage space. At such times, cloud drives that provide APIs — OneDrive, Google Drive and the like — can be mounted onto the server and used as local storage, which to some extent helps relieve our storage anxiety. ...

2022-03-06 · 4 mins · 3rd

Creating a Google OAuth Client ID

Creating a Google OAuth Client ID Compared with the shared API resources built into Rclone, a self-built private API can bring a better experience. If you need to use a private API, you should provide the OAuth client ID. Steps 1. Enable the Google Drive API Go to Google Drive API and enable it as shown in the figure. Enable Google Drive API ...

2022-03-06 · 2 mins · 3rd