HTTP/1.1 200 OK
content-type: application/json; charset=UTF-8

{
    "kind": "drive#driveList",
    "items": [
        {
            "kind": "drive#drive",
            "id": "somelongid",
            "name": "A Drive"
        },
        {
            "kind": "drive#drive",
            "id": "anotherlongid",
            "name": "Second Drive"
        }
    ]
}
