-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 2.07 KB
/
Copy pathindex.html
File metadata and controls
58 lines (54 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gdrv - Google Drive CLI</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
max-width: 800px;
margin: 40px auto;
padding: 20px;
line-height: 1.6;
color: #333;
}
a { color: #0066cc; }
a:hover { text-decoration: underline; }
h1 { color: #24292f; }
.section { margin: 30px 0; }
.link-section {
background: #f6f8fa;
padding: 20px;
border-radius: 6px;
margin: 20px 0;
}
</style>
</head>
<body>
<h1>gdrv - Google Drive CLI</h1>
<div class="section">
<p>A fast, lightweight, and AI-agent friendly CLI for Google Drive.</p>
</div>
<div class="link-section">
<h2>Privacy & Terms</h2>
<p>
<strong><a href="https://dl-alexandre.github.io/Google-Drive-CLI/docs/privacy.html">Privacy Policy</a></strong> - How we handle your data (we don't collect any)<br>
<strong><a href="https://dl-alexandre.github.io/Google-Drive-CLI/docs/terms.html">Terms of Service</a></strong> - License, warranty, and usage terms
</p>
<p><em>TL;DR:</em> gdrv stores credentials locally encrypted, contacts only Google APIs, collects zero data, and is fully open source.</p>
</div>
<div class="section">
<h2>About</h2>
<ul>
<li><strong>Zero Data Collection</strong> - We don't track, collect, or store any data</li>
<li><strong>Local Storage</strong> - OAuth tokens stored encrypted on your device only</li>
<li><strong>Open Source</strong> - Fully auditable code on GitHub</li>
<li><strong>MIT License</strong> - Open source license</li>
</ul>
</div>
<p style="color: #666; font-size: 0.9em;">
<em>Last Updated: February 4, 2026</em>
</p>
</body>
</html>