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

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

Powered by Google App Engine
This is Rietveld 408576698