summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/drive/directory_entry.json
blob: a6564ae38c05fda5636a16b24fbe05f43aaa4fc7 (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
{
  "kind": "drive#file",
  "id": "directory_resource_id",
  "etag": "\"directory_etag/files_etag\"",
  "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id",
  "alternateLink": "https://docs.google.com/folder/d/directory_resource_id/edit",
  "iconLink": "https://ssl.gstatic.com/docs/doclist/images/icon_11_collection_list.png",
  "title": "new directory",
  "mimeType": "application/vnd.google-apps.folder",
  "labels": {
    "starred": false,
    "hidden": false,
    "trashed": false,
    "restricted": false,
    "viewed": true
  },
  "createdDate": "2013-01-28T05:54:08.286Z",
  "modifiedDate": "2013-01-28T05:54:08.281Z",
  "modifiedByMeDate": "2013-01-28T05:54:08.281Z",
  "lastViewedByMeDate": "2013-01-28T05:54:08.281Z",
  "parents": [
    {
      "kind": "drive#parentReference",
      "id": "root_directory_id",
      "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id/parents/root_directory_id",
      "parentLink": "https://www.googleapis.com/drive/v2/files/root_directory_id",
      "isRoot": true
    }
  ],
  "userPermission": {
    "kind": "drive#permission",
    "etag": "\"directory_etag/permission_etag\"",
    "id": "me",
    "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id/permissions/me",
    "role": "owner",
    "type": "user"
  },
  "quotaBytesUsed": "0",
  "ownerNames": [
    "tester"
  ],
  "lastModifyingUserName": "tester",
  "editable": true,
  "writersCanShare": true,
  "shared": false
}