4 <title>drive-internals
</title>
6 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
7 <link rel=
"stylesheet" href=
"drive_internals.css">
8 <script src=
"chrome://resources/js/util.js"></script>
9 <script src=
"chrome://drive-internals/drive_internals.js"></script>
12 <h1>Drive Internals
</h1>
15 <h2 id=
"connection-status-section">Connection Status
</h2>
18 Status:
<span id=
"connection-status"></span>
21 Has refresh token:
<span id=
"has-refresh-token"></span>
22 <button id=
"button-clear-refresh-token">clear
</button>
25 Has access token:
<span id=
"has-access-token"></span>
26 <button id=
"button-clear-access-token">clear
</button>
30 <h2 id=
"account-information-section">Account Information
</h2>
32 <li>Remote Changestamp:
33 <span id=
"account-largest-changestamp-remote"></span>
35 <li>Quota Information:
<span id=
"account-quota-info"></span></li>
36 <li>Root Resource Id:
<span id=
"root-resource-id"></span></li>
39 <h2 id=
"local-metadata-section">Local Metadata
</h2>
41 <button id=
"button-reset-drive-filesystem">
44 <span id=
"reset-status-text"></span>
47 <li>Local Changestamp:
48 <span id=
"account-largest-changestamp-local"></span>
51 <span id=
"local-storage-freespace"></span> MB
55 <h2 id=
"delta-update-status-section">Delta Update Status
</h2>
57 <li>Push notification is enabled:
58 <span id=
"push-notification-enabled"></span></li>
59 <li>Last update check time:
60 <span id=
"last-update-check-time"></span></li>
61 <li>Last update check result:
62 <span id=
"last-update-check-error"></span></li>
65 <h2 id=
"in-flight-operations-section">In-flight Operations
</h2>
67 <tbody id=
"in-flight-operations-contents">
78 <h2 id=
"file-system-contents-section">File System Contents
</h2>
79 <button id=
"button-show-file-entries">Show
</button>
80 <div id=
"file-system-contents"></div>
82 <h2 id=
"path-configurations-section">Path Configurations
</h2>
83 <ul id=
"path-configurations">
86 <h2 id=
"gcache-contents-section">GCache Contents
</h2>
88 <tbody id=
"gcache-contents">
92 <th>Last Modified
</th>
101 <span id=
"gcache-summary-total-size">(calculating...)
</span> MB.
105 <h2 id=
"cache-contents-section">Cache Contents
</h2>
107 <tbody id=
"cache-contents">
118 <h2 id=
"drive-related-preferences-section">Drive related Preferences
</h2>
119 <ul id=
"drive-related-preferences">
122 <h2 id=
"app-list-section">Application List
</h2>
124 <li>ETag:
<span id=
"app-list-etag"></span></li>
127 <tbody id=
"app-list-items">
132 <th>Support Create
</th>
137 <h2 id=
"event-log-section">Event Log
</h2>