-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacypolicy.html
40 lines (35 loc) · 1.67 KB
/
privacypolicy.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Google Drive™ Link Manager - Privacy Policy</title>
<script type="text/javascript" src="https://cdn.rawgit.com/chjj/marked/8f9d0b72/lib/marked.js"></script>
</head>
<body>
<!-- consider employing https://github.com/chjj/marked
see https://github.com/OleksiyRudenko/taxret-ngmd#supporting-components -->
<h1>Google Drive™ Link Manager</h1>
<h2>Privacy Policy</h2>
<p>Last modified: August 26, 2017</p>
<pre>
This Privacy Policy explains:
* What information we collect and why we collect it.
* How we use that information.
</pre>
<h3>What information we collect and why we collect it</h3>
<p>We collect information to provide better service to you.</p>
<p>Some information is collected for the time of immediate service rendering:
<ul>
<li>your user id - for reverse reference</li>
<li>file id - to associate the result with a particular file from your Google Drive</li>
<li>technical file properties - attached to file during previous session</li>
</ul>
</p>
<p>Other information is created during the service and stored in a particular file properties for future re-use.</p>
<p>This information comprises short urls created during service render and stored
for optimization purposes along in the file properties.</p>
<p>We do not fetch file contents, and do not store anything else longer than it is required to render the service.</p>
<p>Any information collected (if any) during authentication process is collected and stored by Google services,
and our service is not granted any access thereto.</p>
</body>
</html>