1{
2 "kind": "drive#file",
3 "id": "aFileId",
4 "etag": "\"an example tag\"",
5 "selfLink": "fileSelfLink",
6 "title": "a file title",
7 "mimeType": "application/vnd.google-apps.form",
8 "labels": {
9  "starred": false,
10  "hidden": false,
11  "trashed": false,
12  "restricted": false,
13  "viewed": true
14 },
15 "createdDate": "2010-04-28T14:53:23.141Z",
16 "modifiedDate": "2010-09-30T21:01:37.504Z",
17 "lastViewedByMeDate": "2013-02-26T15:40:30.404Z",
18 "parents": [
19  {
20   "kind": "drive#parentReference",
21   "id": "parentId",
22   "selfLink": "parentSelfLink",
23   "parentLink": "parentLink",
24   "isRoot": true
25  }
26 ],
27 "exportLinks": {
28  "application/pdf": "pdflink",
29  "application/x-vnd.oasis.opendocument.spreadsheet": "opendocumentlinks",
30  "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "xlslink"
31 },
32 "userPermission": {
33  "kind": "drive#permission",
34  "id": "me",
35  "role": "owner",
36  "type": "user"
37 },
38 "quotaBytesUsed": "0",
39 "ownerNames": [
40  "Owner Real Name"
41 ],
42 "owners": [
43  {
44   "kind": "drive#user",
45   "displayName": "Mock file owner",
46   "isAuthenticatedUser": true
47  }
48 ],
49 "lastModifyingUserName": "Mock user",
50 "lastModifyingUser": {
51  "kind": "drive#user",
52  "displayName": "User name",
53  "isAuthenticatedUser": false
54 },
55 "editable": true,
56 "writersCanShare": true,
57 "shared": true
58}
59