You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for building this tool. I think many users would like to back up their Google Photos in original quality, and this might be the way to go.
I played a bit with gphotosdl and found that live photos that normally are downloaded as a zip archive from the web UI are incorrectly named to a picture file format like .jpg, .heic, etc. For example, photos.zip (containing img_123.jpg and img_123.mov) is named to img_123.JPG.
A possible solution is to first check if the file is a zip archive and then unzip it and serve the matching file.
First, thanks for building this tool. I think many users would like to back up their Google Photos in original quality, and this might be the way to go.
I played a bit with gphotosdl and found that live photos that normally are downloaded as a zip archive from the web UI are incorrectly named to a picture file format like
.jpg
,.heic
, etc. For example,photos.zip
(containingimg_123.jpg
andimg_123.mov
) is named toimg_123.JPG
.A possible solution is to first check if the file is a zip archive and then unzip it and serve the matching file.
gphotosdl/main.go
Lines 275 to 301 in 8d9e256
The text was updated successfully, but these errors were encountered: