Authorize
The owner approves the requested Google Drive permission through Google's OAuth screen.
Rclone Drive Connector is a personal-use OAuth application that lets its owner authorize rclone to access, organize, and synchronize files in their own Google Drive.
Application scope
One owner. One Drive.Personal file synchronization
Owner-authorized Google Drive data
Private, non-commercial use
What the app does
This OAuth client allows the app owner to connect the open-source rclone command-line tool to their own Google Drive account. Once authorized, rclone can list, download, upload, copy, move, rename, and delete Drive files when the owner explicitly runs a corresponding command or scheduled synchronization task.
The website itself does not provide sign-up, file browsing, or storage. It exists to document the purpose and privacy practices of the OAuth client used in the owner's local rclone configuration.
How it works
The owner approves the requested Google Drive permission through Google's OAuth screen.
rclone stores the resulting OAuth token in its local configuration on the owner's device.
Drive data is accessed only when the owner runs rclone commands or their own scheduled tasks.
Operating principles