GPS 路徑追蹤與雲端同步
PathCloud 是一款 Android 應用程式,可在背景持續追蹤您的 GPS 路徑,並自動將軌跡上傳至您的 Google 雲端硬碟。所有軌跡以 GeoJSON 格式儲存,方便後續分析與分享。
PathCloud is an Android application for tracking GPS location in the background and automatically uploading tracks to Google Drive. All tracks are saved in GeoJSON format with timestamps and coordinates for easy analysis and sharing.
本應用程式使用 Google OAuth 2.0 驗證,讓使用者可以將 GPS 軌跡自動上傳至個人的 Google 雲端硬碟。以下說明本應用程式如何存取、使用、儲存及分享 Google 使用者資料。
This app uses Google OAuth 2.0 to let users automatically upload GPS tracks to their personal Google Drive. Below is how this app accesses, uses, stores, and shares Google user data.
| 權限範圍 Scope | 用途 Purpose |
|---|---|
googleapis.com/auth/drive.file |
將 GPS 軌跡檔案(GeoJSON)上傳至使用者指定的 Google 雲端硬碟資料夾。 Upload GPS track files (GeoJSON) to the user-specified Google Drive folder. |
googleapis.com/auth/drive.metadata.readonly |
列出使用者雲端硬碟中的資料夾名稱,以便選擇上傳目標資料夾。 List folder names in the user's Drive so they can select a target upload folder. |
使用者可隨時在應用程式內登出 Google 帳號,或透過 Google 帳號安全性設定 撤銷本應用程式的存取權限。撤銷後,應用程式將無法存取您的 Google 雲端硬碟,但裝置上的本地資料不受影響。
Users can sign out of their Google account within the app at any time, or revoke access via Google Account security settings. After revocation, the app will no longer access your Google Drive, but local data on the device remains unaffected.
聯絡信箱 Contact: [email protected]
隱私權政策 Privacy Policy: privacy.html