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 账户的“安全性 - 第三方应用与服务”中一键注销并撤销该客户端的所有访问权限。