Personal OAuth 2.0 Client Application 个人专用 OAuth 2.0 客户端应用

Personal Google Drive Client for Rclone

用于 Rclone 的个人 Google Drive 客户端

A private application client enabling the open-source CLI utility Rclone to securely sync and backup files between local storage and personal Google Drive.

本应用是用于连接开源命令行工具 Rclone 与个人 Google Drive 的专用客户端,专为个人本地数据备份与文件同步而配置。

What is this Application? 本应用的作用是什么?

This application is a personal, single-user Google Cloud OAuth client. It exists exclusively to provide API authentication credentials for the open-source command-line tool Rclone.

As documented in Rclone's official guide, Google has deprecated shared public client IDs for Google Drive access. Users are required to configure their own Google Cloud Project and OAuth credentials to ensure high reliability, avoid rate limits, and maintain dedicated API quota.

本应用是一个个人单用户专用的 Google Cloud OAuth 客户端。它的唯一作用是为开源命令行同步工具 Rclone 提供安全的 API 访问凭据。

根据 Rclone 官方文档说明,Google 正在逐步停止支持由 Rclone 统一提供的公共客户端 ID。为了防止配额争夺、限速以及服务中断,用户需要创建自己的专属 OAuth 凭据来进行私人云端硬盘文件的传输和备份。

Local CLI Execution 本地命令行运行

All synchronization, uploads, and downloads run strictly on the user's local terminal via Rclone. No web services mediate the data transfer.

所有同步、上传和下载操作均由用户在本地终端通过 Rclone 命令行直接发起,不经过任何外部中转代理。

Zero Third-Party Storage 无任何第三方中转

This website does not host any backend database, server, or cloud storage. It acts solely as an informational disclosure page for Google OAuth.

本网页为纯静态页面,没有任何后台服务器或数据库,纯粹作为 Google OAuth 要求的应用信息说明与隐私声明。

Encrypted Local Tokens 本地加密令牌存储

OAuth access and refresh tokens are stored exclusively on the user's machine inside the local rclone.conf configuration file.

OAuth 授权令牌仅保存在用户本地计算机的 rclone.conf 配置文件中,并可随时通过 Rclone 自带的配置密码进行加密保护。

User-Controlled Access 随时随地自主撤销

Access can be instantly revoked at any time from Google's official Security permissions dashboard.

用户可以随时在 Google 账户的“安全性 - 第三方应用与服务”中一键注销并撤销该客户端的所有访问权限。

Requested Google API Scopes 请求的 Google API 权限范围

Depending on the user's specific backup configuration in Rclone, the application may request one or more of the following scopes:

根据用户在 Rclone 配置文件中设置的备份与同步需求,本客户端会请求以下 Google Drive API 权限范围(Scopes):

Scope权限标识 Permission Level权限级别 Purpose & Justification用途说明
.../auth/drive Read / Write读写完整权限 Enables bidirectional file syncing, moving, uploading, and backing up folders to the user's personal Google Drive. 用于双向同步、备份上传、下载及整理用户指定云端硬盘目录中的文件。
.../auth/drive.file App-created only仅自身创建的文件 Restricts access only to files and directories created by Rclone itself, safeguarding existing files. 最小权限模式:仅允许 Rclone 访问和修改其自身创建的文件与文件夹,无法查看或修改已有文件。
.../auth/drive.readonly Read-only只读访问 Used for read-only backup scenarios, file listing, and hash verification without write/delete permissions. 用于单纯的云端下载备份、文件列表查看及哈希完整性校验,无权做任何修改或删除。

Security & Compliance: This application complies with the Google API Services User Data Policy, including the Limited Use requirements. Your Google user data is never transferred to third parties or used for advertisements.

安全与合规保证: 本应用严格遵守 Google API 服务用户数据政策(包括 Limited Use 限制使用条款)。用户数据绝不会出售、外泄或用于广告推广及 AI 模型训练。

Legal & Privacy Documents 法律与隐私政策文档

For complete details on data processing, user rights, and legal terms, please consult our dedicated policy documents:

如需详细了解数据流转、隐私保护措施及用户权利,请参阅以下正式说明页面: