| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "kind": "drive#file", | |
| 3 "id": "0B4v7G8yEYAWHUmRrU2lMS2hLABC", | |
| 4 "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/MTM0MzM2NzgwMDIXYZ\"", | |
| 5 "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHUmRrU2lMS2h
LABC", | |
| 6 "webContentLink": "https://docs.google.com/uc?id=0B4v7G8yEYAWHUmRrU2lMS2hLABC&e
xport=download", | |
| 7 "alternateLink": "https://docs.google.com/file/d/0B4v7G8yEYAWHUmRrU2lMS2hLABC/e
dit", | |
| 8 "title": "My first file data", | |
| 9 "mimeType": "application/octet-stream", | |
| 10 "labels": { | |
| 11 "starred": false, | |
| 12 "hidden": false, | |
| 13 "trashed": false, | |
| 14 "restricted": false, | |
| 15 "viewed": true | |
| 16 }, | |
| 17 "createdDate": "2012-07-24T08:51:16.570Z", | |
| 18 "modifiedDate": "2012-07-27T05:43:20.269Z", | |
| 19 "modifiedByMeDate": "2012-07-27T05:43:20.269Z", | |
| 20 "lastViewedByMeDate": "2012-07-27T05:43:20.269Z", | |
| 21 "parents": [ | |
| 22 { | |
| 23 "kind": "drive#parentReference", | |
| 24 "id": "0B4v7G8yEYAWHYW1OcExsUVZLABC", | |
| 25 "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHNGpYVHJIN
EFFABC/parents/0B4v7G8yEYAWHYW1OcExsUVZLABC", | |
| 26 "parentLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHYW1OcEx
sUVZLABC", | |
| 27 "isRoot": false | |
| 28 } | |
| 29 ], | |
| 30 "downloadUrl": "https://www.example.com/download", | |
| 31 "userPermission": { | |
| 32 "kind": "drive#permission", | |
| 33 "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/LKOJhhwatz2OKj-OblM3EvO8XYZ\"", | |
| 34 "id": "me", | |
| 35 "role": "owner", | |
| 36 "type": "user" | |
| 37 }, | |
| 38 "originalFilename": "Untitled Document.ext", | |
| 39 "fileExtension": "ext", | |
| 40 "md5Checksum": "d41d8cd98f00b204e9800998ecf8427e", | |
| 41 "fileSize": "1000", | |
| 42 "quotaBytesUsed": "1000", | |
| 43 "ownerNames": [ | |
| 44 "Test User" | |
| 45 ], | |
| 46 "lastModifyingUserName": "Test User", | |
| 47 "editable": true, | |
| 48 "writersCanShare": true | |
| 49 } | |
| OLD | NEW |