1{
2 "kind": "drive#file",
3 "id": "aFileId",
4 "etag": "\"an example tag\"",
5 "selfLink": "fileSelfLink",
6 "title": "GDrive File",
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 "fileSize": "123",
19 "parents": [
20  {
21   "kind": "drive#parentReference",
22   "id": "aFolderId",
23   "selfLink": "parentSelfLink",
24   "parentLink": "parentLink",
25   "isRoot": true
26  },
27  {
28   "kind": "drive#parentReference",
29   "id": "aNewFolderId",
30   "selfLink": "parentSelfLink",
31   "parentLink": "parentLink",
32   "isRoot": true
33  }
34 ],
35 "exportLinks": {
36  "application/pdf": "pdflink",
37  "application/x-vnd.oasis.opendocument.spreadsheet": "https://downloadLink",
38  "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "xlslink"
39 },
40 "thumbnailLink": "https://aThumbnailLink",
41 "userPermission": {
42  "kind": "drive#permission",
43  "id": "me",
44  "role": "owner",
45  "type": "user"
46 },
47 "quotaBytesUsed": "0",
48 "ownerNames": [
49  "Owner Real Name"
50 ],
51 "owners": [
52  {
53   "kind": "drive#user",
54   "displayName": "Mock file owner",
55   "isAuthenticatedUser": true
56  }
57 ],
58 "lastModifyingUserName": "Mock user",
59 "lastModifyingUser": {
60  "kind": "drive#user",
61  "displayName": "User name",
62  "isAuthenticatedUser": false
63 },
64 "editable": true,
65 "writersCanShare": true,
66 "shared": true
67}
68