Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Side by Side Diff: chrome/test/data/drive/about.json

Issue 1125123008: Files.app: Use quotaBytesUsedAggregate to know the actual available space. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "kind": "drive#about", 2 "kind": "drive#about",
3 "etag": "\"ia2FSHMEjvcFQvtI43H5NSXKABC/2QujpLrTbaz3UJ2wpt1HSuAZXYZ\"", 3 "etag": "\"ia2FSHMEjvcFQvtI43H5NSXKABC/2QujpLrTbaz3UJ2wpt1HSuAZXYZ\"",
4 "selfLink": "https://www.googleapis.com/drive/v2/about", 4 "selfLink": "https://www.googleapis.com/drive/v2/about",
5 "name": "Test User", 5 "name": "Test User",
6 "quotaBytesTotal": "5368709120", 6 "quotaBytesTotal": "5368709120",
7 "quotaBytesUsed": "1073741824", 7 "quotaBytesUsedAggregate": "1073741824",
8 "quotaBytesUsedInTrash": "0", 8 "quotaBytesUsedInTrash": "0",
9 "largestChangeId": "8177", 9 "largestChangeId": "8177",
10 "rootFolderId": "0AIv7G8yEYAWHUk9123", 10 "rootFolderId": "0AIv7G8yEYAWHUk9123",
11 "domainSharingPolicy": "allowedWithWarning", 11 "domainSharingPolicy": "allowedWithWarning",
12 "permissionId": "12141426201712069789", 12 "permissionId": "12141426201712069789",
13 "importFormats": [ 13 "importFormats": [
14 { 14 {
15 "source": "application/msword", 15 "source": "application/msword",
16 "targets": [ 16 "targets": [
17 "application/vnd.google-apps.document" 17 "application/vnd.google-apps.document"
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "type": "application/vnd.google-apps.spreadsheet", 242 "type": "application/vnd.google-apps.spreadsheet",
243 "size": "20971520" 243 "size": "20971520"
244 }, 244 },
245 { 245 {
246 "type": "application/pdf", 246 "type": "application/pdf",
247 "size": "10737418240" 247 "size": "10737418240"
248 } 248 }
249 ], 249 ],
250 "isCurrentAppInstalled": false 250 "isCurrentAppInstalled": false
251 } 251 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | google_apis/drive/drive_api_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698