| OLD | NEW |
| 1 { | 1 { |
| 2 "kind": "drive#file", | 2 "kind": "drive#file", |
| 3 "id": "directory_resource_id", | 3 "id": "directory_resource_id", |
| 4 "etag": "\"directory_etag/files_etag\"", | 4 "etag": "\"directory_etag/files_etag\"", |
| 5 "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id", | 5 "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id", |
| 6 "alternateLink": "https://docs.google.com/folder/d/directory_resource_id/edit"
, | 6 "alternateLink": "https://docs.google.com/folder/d/directory_resource_id/edit"
, |
| 7 "iconLink": "https://ssl.gstatic.com/docs/doclist/images/icon_11_collection_li
st.png", | 7 "iconLink": "https://ssl.gstatic.com/docs/doclist/images/icon_11_collection_li
st.png", |
| 8 "title": "new directory", | 8 "title": "new directory", |
| 9 "mimeType": "application/vnd.google-apps.folder", | 9 "mimeType": "application/vnd.google-apps.folder", |
| 10 "labels": { | 10 "labels": { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 }, | 37 }, |
| 38 "quotaBytesUsed": "0", | 38 "quotaBytesUsed": "0", |
| 39 "ownerNames": [ | 39 "ownerNames": [ |
| 40 "tester" | 40 "tester" |
| 41 ], | 41 ], |
| 42 "lastModifyingUserName": "tester", | 42 "lastModifyingUserName": "tester", |
| 43 "editable": true, | 43 "editable": true, |
| 44 "writersCanShare": true, | 44 "writersCanShare": true, |
| 45 "shared": false | 45 "shared": false |
| 46 } | 46 } |
| OLD | NEW |