Last updated: March 4, 2026
This Privacy Policy describes how Air Sync for Obsidian ("Air Sync", "the Plugin") handles your information. Air Sync is an open-source Obsidian community plugin developed by Takehito Gondo ("we", "us").
Air Sync provides bidirectional file synchronization between your local Obsidian vault and your Google Drive account. The plugin runs entirely within the Obsidian application on your device.
We do not collect, transmit, or store any of your personal data on our servers.
Air Sync operates locally on your device. The only network communication the plugin performs is directly between your device and Google's APIs. Specifically:
We operate a lightweight OAuth relay server
(auth-airsync.takezo.dev) hosted on Cloudflare Workers. This
server performs the OAuth token exchange on your behalf — it receives a
temporary authorization code from Google, exchanges it for access and
refresh tokens using the securely stored client secret, and immediately
passes those tokens to Obsidian via a custom URI scheme redirect. The
server does not log, store, or persist any tokens or user data. All
processing is transient and stateless.
All data processing occurs locally on your device. The plugin uses your Google Drive access to:
The following information is stored locally on your device:
No data is stored on any external server controlled by us.
Air Sync's use and transfer to any other app of information received from Google APIs will adhere to the Google API Services User Data Policy, including the Limited Use requirements.
The plugin requests the
https://www.googleapis.com/auth/drive scope. This scope is
required to perform bidirectional synchronization (list, read, create,
update, and delete files) within your designated Google Drive folder. The
plugin does not access files outside of the folder you designate for
synchronization.
The plugin communicates exclusively with the following third-party services:
accounts.google.com) —
for authentication
www.googleapis.com) —
for file synchronization
We do not use any analytics, advertising, or tracking services. We do not share your data with any third party.
Since all data is stored locally on your device:
The plugin uses industry-standard security practices:
Air Sync is not directed at children under the age of 13. We do not knowingly collect personal information from children.
Air Sync is open-source software licensed under the MIT License. You can review the complete source code:
We may update this Privacy Policy from time to time. Changes will be posted on this page with an updated "Last updated" date. Continued use of the plugin after any changes constitutes acceptance of the updated policy.
If you have questions about this Privacy Policy, please open an issue on the GitHub repository.