summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/drive/file_entry.json
blob: 3a1f71ab767ba67a9dbfbc0fe10cc1e34074147b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
 "kind": "drive#file",
 "id": "0B4v7G8yEYAWHUmRrU2lMS2hLABC",
 "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/MTM0MzM2NzgwMDIXYZ\"",
 "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHUmRrU2lMS2hLABC",
 "webContentLink": "https://docs.google.com/uc?id=0B4v7G8yEYAWHUmRrU2lMS2hLABC&export=download",
 "alternateLink": "https://docs.google.com/file/d/0B4v7G8yEYAWHUmRrU2lMS2hLABC/edit",
 "title": "My first file data",
 "mimeType": "application/octet-stream",
 "labels": {
  "starred": false,
  "hidden": false,
  "trashed": false,
  "restricted": false,
  "viewed": true
 },
 "createdDate": "2012-07-24T08:51:16.570Z",
 "modifiedDate": "2012-07-27T05:43:20.269Z",
 "modifiedByMeDate": "2012-07-27T05:43:20.269Z",
 "lastViewedByMeDate": "2012-07-27T05:43:20.269Z",
 "parents": [
  {
   "kind": "drive#parentReference",
   "id": "0B4v7G8yEYAWHYW1OcExsUVZLABC",
   "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHNGpYVHJINEFFABC/parents/0B4v7G8yEYAWHYW1OcExsUVZLABC",
   "parentLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHYW1OcExsUVZLABC",
   "isRoot": false
  }
 ],
 "downloadUrl": "https://www.example.com/download",
 "userPermission": {
  "kind": "drive#permission",
  "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/LKOJhhwatz2OKj-OblM3EvO8XYZ\"",
  "id": "me",
  "role": "owner",
  "type": "user"
 },
 "originalFilename": "Untitled Document.ext",
 "fileExtension": "ext",
 "md5Checksum": "d41d8cd98f00b204e9800998ecf8427e",
 "fileSize": "1000",
 "quotaBytesUsed": "1000",
 "ownerNames": [
  "Test User"
 ],
 "lastModifyingUserName": "Test User",
 "editable": true,
 "writersCanShare": true
}