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

Side by Side Diff: chrome/test/data/chromeos/drive/file_entry.json

Issue 18355004: google_apis: Move data files out of chrome/test/data/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix extension tests Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "kind": "drive#file",
3 "id": "0B4v7G8yEYAWHUmRrU2lMS2hLABC",
4 "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/MTM0MzM2NzgwMDIXYZ\"",
5 "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHUmRrU2lMS2h LABC",
6 "webContentLink": "https://docs.google.com/uc?id=0B4v7G8yEYAWHUmRrU2lMS2hLABC&e xport=download",
7 "alternateLink": "https://docs.google.com/file/d/0B4v7G8yEYAWHUmRrU2lMS2hLABC/e dit",
8 "title": "My first file data",
9 "mimeType": "application/octet-stream",
10 "labels": {
11 "starred": false,
12 "hidden": false,
13 "trashed": false,
14 "restricted": false,
15 "viewed": true
16 },
17 "createdDate": "2012-07-24T08:51:16.570Z",
18 "modifiedDate": "2012-07-27T05:43:20.269Z",
19 "modifiedByMeDate": "2012-07-27T05:43:20.269Z",
20 "lastViewedByMeDate": "2012-07-27T05:43:20.269Z",
21 "parents": [
22 {
23 "kind": "drive#parentReference",
24 "id": "0B4v7G8yEYAWHYW1OcExsUVZLABC",
25 "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHNGpYVHJIN EFFABC/parents/0B4v7G8yEYAWHYW1OcExsUVZLABC",
26 "parentLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHYW1OcEx sUVZLABC",
27 "isRoot": false
28 }
29 ],
30 "downloadUrl": "https://www.example.com/download",
31 "userPermission": {
32 "kind": "drive#permission",
33 "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/LKOJhhwatz2OKj-OblM3EvO8XYZ\"",
34 "id": "me",
35 "role": "owner",
36 "type": "user"
37 },
38 "originalFilename": "Untitled Document.ext",
39 "fileExtension": "ext",
40 "md5Checksum": "d41d8cd98f00b204e9800998ecf8427e",
41 "fileSize": "1000",
42 "quotaBytesUsed": "1000",
43 "ownerNames": [
44 "Test User"
45 ],
46 "lastModifyingUserName": "Test User",
47 "editable": true,
48 "writersCanShare": true
49 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/drive/directory_entry.json ('k') | chrome/test/data/chromeos/drive/filelist.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698