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 "intTest": "-123",
19 "doubleTest": "-123.456",
20 "parents": [
21  {
22   "kind": "drive#parentReference",
23   "id": "parentId",
24   "selfLink": "parentSelfLink",
25   "parentLink": "parentLink",
26   "isRoot": true
27  }
28 ],
29 "exportLinks": {
30  "application/pdf": "pdflink",
31  "application/x-vnd.oasis.opendocument.spreadsheet": "opendocumentlinks",
32  "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "xlslink"
33 },
34 "userPermission": {
35  "kind": "drive#permission",
36  "id": "me",
37  "role": "owner",
38  "type": "user"
39 },
40 "quotaBytesUsed": "0",
41 "ownerNames": [
42  "Owner Real Name"
43 ],
44 "owners": [
45  {
46   "kind": "drive#user",
47   "displayName": "Mock file owner",
48   "isAuthenticatedUser": true
49  }
50 ],
51 "lastModifyingUserName": "Mock user",
52 "lastModifyingUser": {
53  "kind": "drive#user",
54  "displayName": "User name",
55  "isAuthenticatedUser": false
56 },
57 "editable": true,
58 "writersCanShare": true,
59 "shared": true
60}
61