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

Side by Side Diff: chrome/test/data/chromeos/gdata/shared_with_me_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 "encoding": "UTF-8",
3 "entry": {
4 "app$edited": {
5 "$t": "2011-12-14T00:40:57.162Z",
6 "xmlns$app": "http://www.w3.org/2007/app"
7 },
8 "author": [ {
9 "email": {
10 "$t": "tester@testing.com"
11 },
12 "name": {
13 "$t": "tester"
14 }
15 } ],
16 "category": [ {
17 "label": "audio/mpeg",
18 "scheme": "http://schemas.google.com/g/2005#kind",
19 "term": "http://schemas.google.com/docs/2007#file"
20 }, {
21 "label": "shared",
22 "scheme": "http://schemas.google.com/g/2005/labels",
23 "term": "http://schemas.google.com/g/2005/labels#shared"
24 }, {
25 "label": "shared-with-me",
26 "scheme": "http://schemas.google.com/g/2005/labels",
27 "term": "http://schemas.google.com/g/2005/labels#shared-with-me"
28 } ],
29 "content": {
30 "src": "https://file_content_url/",
31 "type": "audio/mpeg"
32 },
33 "docs$filename": {
34 "$t": "File 1.mp3"
35 },
36 "docs$md5Checksum": {
37 "$t": "3b4382ebefec6e743578c76bbd0575ce"
38 },
39 "docs$size": {
40 "$t": "892721"
41 },
42 "docs$suggestedFilename": {
43 "$t": "File 1.mp3"
44 },
45 "docs$writersCanInvite": {
46 "value": "true"
47 },
48 "gd$etag": "\"HhMOFgxXHit7ImBr\"",
49 "gd$feedLink": [ {
50 "href": "https://file_feed_link_url",
51 "rel": "http://schemas.google.com/docs/2007/revisions"
52 } ],
53 "gd$lastModifiedBy": {
54 "email": {
55 "$t": "tester@testing.com"
56 },
57 "name": {
58 "$t": "tester"
59 }
60 },
61 "gd$quotaBytesUsed": {
62 "$t": "892721"
63 },
64 "gd$resourceId": {
65 "$t": "file:2_file_resource_id"
66 },
67 "id": {
68 "$t": "2_file_id"
69 },
70 "link": [ {
71 "href": "https://file_link_alternate",
72 "rel": "alternate",
73 "type": "text/html"
74 }, {
75 "href": "https://file_link_share",
76 "rel": "http://schemas.google.com/docs/2007#share",
77 "type": "text/html"
78 }, {
79 "href": "https://file_link_resumable_edit_media",
80 "rel": "http://schemas.google.com/g/2005#resumable-edit-media",
81 "type": "application/atom+xml"
82 }, {
83 "href": "https://file1_link_self/file%3A2_file_resource_id",
84 "rel": "self",
85 "type": "application/atom+xml"
86 }, {
87 "href": "https://file1_link_self/file%3A2_file_resource_id",
88 "rel": "edit",
89 "type": "application/atom+xml"
90 }, {
91 "href": "https://file_edit_media",
92 "rel": "edit-media",
93 "type": "audio/mpeg"
94 }, {
95 "href": "https://entry1_open_with_link/",
96 "rel": "http://schemas.google.com/docs/2007#open-with-the_app_id",
97 "type": "application/atom+xml"
98 }, {
99 "href": "https://entry1_fake_entry_open_with_link/",
100 "rel": "http://schemas.google.com/docs/2007#oh-no-not-open-with-the_app _id",
101 "type": "application/atom+xml"
102 } ],
103 "published": {
104 "$t": "2011-12-13T00:40:47.330Z"
105 },
106 "title": {
107 "$t": "File 1.mp3"
108 },
109 "updated": {
110 "$t": "2011-12-14T00:40:47.330Z"
111 }
112 }
113 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/root_feed.json ('k') | chrome/test/data/chromeos/gdata/testfile.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698