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

Side by Side Diff: chrome/test/data/chromeos/gdata/document_to_download.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_changed/",
23 "type": "audio/mpeg"
24 },
25 "docs$filename": {
26 "$t": "File 1.txt"
27 },
28 "docs$md5Checksum": {
29 "$t": "3b4382ebefec6e743578c76bbd0575ce"
30 },
31 "docs$size": {
32 "$t": "892721"
33 },
34 "docs$suggestedFilename": {
35 "$t": "File 1.txt"
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_resumable_edit_media",
68 "rel": "http://schemas.google.com/g/2005#resumable-edit-media",
69 "type": "application/atom+xml"
70 }, {
71 "href": "https://file1_link_self/file%3A2_file_resource_id",
72 "rel": "self",
73 "type": "application/atom+xml"
74 }, {
75 "href": "https://file1_link_self/file%3A2_file_resource_id",
76 "rel": "edit",
77 "type": "application/atom+xml"
78 }, {
79 "href": "https://file_edit_media",
80 "rel": "edit-media",
81 "type": "audio/mpeg"
82 } ],
83 "published": {
84 "$t": "2011-12-14T00:40:47.330Z"
85 },
86 "title": {
87 "$t": "File 1.txt"
88 },
89 "updated": {
90 "$t": "2011-12-14T00:40:47.330Z"
91 },
92 "xmlns": "http://www.w3.org/2005/Atom",
93 "xmlns$batch": "http://schemas.google.com/gdata/batch",
94 "xmlns$docs": "http://schemas.google.com/docs/2007",
95 "xmlns$gd": "http://schemas.google.com/g/2005",
96 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
97 },
98 "version": "1.0"
99 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/directory_entry.json ('k') | chrome/test/data/chromeos/gdata/empty_feed.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698