I export my Google photo and it comes with not just the photo but a JSON file that contains most of the data. The photo contains no metadata. Is there a way to read metadata from that JSON file?
{
"title": "IMG_1411.HEIC",
"description": "",
"imageViews": "0",
"creationTime": {
"timestamp": "1682922142",
"formatted": "2023年5月1日 UTC 06:22:22"
},
"photoTakenTime": {
"timestamp": "1664348988",
"formatted": "2022年9月28日 UTC 07:09:48"
},
"geoData": {
"latitude": 22.05xxxx33,
"longitude": 111.76xxxx89,
"altitude": 27.524xxxxx30539,
"latitudeSpan": 0.0,
"longitudeSpan": 0.0
},
"geoDataExif": {
"latitude": 22.05xxxx33,
"longitude": 111.76xxxx89,
"altitude": 27.524xxxxx30539,
"latitudeSpan": 0.0,
"longitudeSpan": 0.0
},
"url": "https://photos.google.com/photo/AF1QxxxxxxxxxxxxxxxxxBs5xxxxxxxwv5W",
"googlePhotosOrigin": {
"mobileUpload": {
"deviceType": "IOS_PHONE"
}
}
}
I export my Google photo and it comes with not just the photo but a JSON file that contains most of the data. The photo contains no metadata. Is there a way to read metadata from that JSON file?
{ "title": "IMG_1411.HEIC", "description": "", "imageViews": "0", "creationTime": { "timestamp": "1682922142", "formatted": "2023年5月1日 UTC 06:22:22" }, "photoTakenTime": { "timestamp": "1664348988", "formatted": "2022年9月28日 UTC 07:09:48" }, "geoData": { "latitude": 22.05xxxx33, "longitude": 111.76xxxx89, "altitude": 27.524xxxxx30539, "latitudeSpan": 0.0, "longitudeSpan": 0.0 }, "geoDataExif": { "latitude": 22.05xxxx33, "longitude": 111.76xxxx89, "altitude": 27.524xxxxx30539, "latitudeSpan": 0.0, "longitudeSpan": 0.0 }, "url": "https://photos.google.com/photo/AF1QxxxxxxxxxxxxxxxxxBs5xxxxxxxwv5W", "googlePhotosOrigin": { "mobileUpload": { "deviceType": "IOS_PHONE" } } }