Skip to content

Instantly share code, notes, and snippets.

@PaulTR
Created December 2, 2021 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulTR/b594969226ed3d33bb75124923db7ff4 to your computer and use it in GitHub Desktop.
Save PaulTR/b594969226ed3d33bb75124923db7ff4 to your computer and use it in GitHub Desktop.
{
"kind": "drive#fileList",
"etag": "\"7rZMux5cSmcgs0RqY3HlcLd9n7U\"",
"selfLink": "https:\/\/www.googleapis.com\/drive\/v2\/files",
"incompleteSearch": false,
"items": [{
"kind": "drive#file",
"id": "1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf",
"etag": "\"MTYzNjMwNjk4MjAwMA\"",
"selfLink": "https:\/\/www.googleapis.com\/drive\/v2\/files\/1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf",
"webContentLink": "https:\/\/drive.google.com\/uc?id=1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf&export=download",
"alternateLink": "https:\/\/drive.google.com\/file\/d\/1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf\/view?usp=drivesdk",
"embedLink": "https:\/\/drive.google.com\/file\/d\/1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf\/preview?usp=drivesdk",
"iconLink": "https:\/\/drive-thirdparty.googleusercontent.com\/16\/type\/image\/jpeg",
"thumbnailLink": "https:\/\/lh3.googleusercontent.com\/aV_xNh2-Z-HiULR2X_mHhIkXY4AM1PEwRBknGR--enmtjuNH_ujfzZ8KeTzvzrcANS7szzUFh2Jqmpw=s220",
"title": "1583254360990.jpeg",
"mimeType": "image\/jpeg",
"labels": {
"starred": false,
"hidden": false,
"trashed": false,
"restricted": false,
"viewed": true
},
"copyRequiresWriterPermission": false,
"createdDate": "2021-12-02T23:10:53.502Z",
"modifiedDate": "2021-11-07T17:43:02.000Z",
"modifiedByMeDate": "2021-11-07T17:43:02.000Z",
"lastViewedByMeDate": "2021-12-02T23:10:53.502Z",
"markedViewedByMeDate": "1970-01-01T00:00:00.000Z",
"version": "1",
"parents": [{
"kind": "drive#parentReference",
"id": "0ADK2S-nqIpVpUk9PVA",
"selfLink": "https:\/\/www.googleapis.com\/drive\/v2\/files\/1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf\/parents\/0ADK2S-nqIpVpUk9PVA",
"parentLink": "https:\/\/www.googleapis.com\/drive\/v2\/files\/0ADK2S-nqIpVpUk9PVA",
"isRoot": true
}],
"downloadUrl": "https:\/\/www.googleapis.com\/drive\/v2\/files\/1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf?alt=media&source=downloadUrl",
"userPermission": {
"kind": "drive#permission",
"etag": "\"oFZehQfUnZ1pDsUA4tHYaei_j38\"",
"id": "me",
"selfLink": "https:\/\/www.googleapis.com\/drive\/v2\/files\/1CpwK5Fq6YhsSMsKm_4IGBHTe52tuJfsf\/permissions\/me",
"role": "owner",
"type": "user",
"pendingOwner": false
},
"originalFilename": "1583254360990.jpeg",
"fileExtension": "jpeg",
"md5Checksum": "bddfea404fe239be31994d4fecf176ee",
"fileSize": "87710",
"quotaBytesUsed": "87710",
"ownerNames": ["Paul Ruiz"],
"owners": [{
"kind": "drive#user",
"displayName": "Paul Ruiz",
"picture": {
"url": "https:\/\/lh3.googleusercontent.com\/a\/default-user=s64"
},
"isAuthenticatedUser": true,
"permissionId": "14852163848792244562",
"emailAddress": "ptruiz.drive@gmail.com"
}],
"lastModifyingUserName": "Paul Ruiz",
"lastModifyingUser": {
"kind": "drive#user",
"displayName": "Paul Ruiz",
"picture": {
"url": "https:\/\/lh3.googleusercontent.com\/a\/default-user=s64"
},
"isAuthenticatedUser": true,
"permissionId": "14852163848792244562",
"emailAddress": "ptruiz.drive@gmail.com"
},
"capabilities": {
"canCopy": true,
"canEdit": true
},
"editable": true,
"copyable": true,
"writersCanShare": true,
"shared": false,
"explicitlyTrashed": false,
"appDataContents": false,
"headRevisionId": "0BzK2S-nqIpVpbmdKZVpYWEV6YlpjM05rdG1Ga2RpUXEvaU9zPQ",
"imageMediaMetadata": {
"width": 800,
"height": 800,
"rotation": 0
},
"spaces": ["drive"]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment