This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Open
Description
Hi, I'm trying to download all Google Photos data using the API datasource and then merging with the Takeout archive, but when I try to merge the Takeout file nothing seems to happen.
Here are the commands I try:
$ timeliner add-account google_photos/something@gmail.com
# Browser opens up and all permissions are granted.
$ timeliner -v get-all google_photos/something@gmail.com
2021/01/08 20:03:18 [DEBUG] google_photos/something@gmail.com: listing albums: next page (page_token=)
2021/01/08 20:03:37 [DEBUG] google_photos/something@gmail.com: visiting item graph 0xc00078e... (node_item_id=... edges=0 collections=0 relations=0)
2021/01/08 20:03:37 [DEBUG] google_photos/something@gmail.com: visiting item graph 0xc00078e... (node_item_id=... edges=0 collections=0 relations=0)
2021/01/08 20:03:39 [DEBUG] google_photos/something@gmail.com: stored or updated item in database (item_id=... item_row_id=1 soft_merge=false)
2021/01/08 20:03:39 [DEBUG] google_photos/something@gmail.com: stored or updated item in database (item_id=... item_row_id=2 soft_merge=false)
2021/01/08 20:03:40 [DEBUG] google_photos/something@gmail.com: downloaded data file (item_id=... filename=data/2020/12/google_photos/IMG_20201229_093541_232.jpg size=139644)
2021/01/08 20:03:40 [DEBUG] google_photos/something@gmail.com: downloaded data file (item_id=... filename=data/2019/10/google_photos/IMG_20191030_204711.jpg size=1658519)
# Everything is added in place (this is a test account with a couple of photos only).
$ timeliner -v -merge=soft,id,file,meta import takeout.tgz google_photos/something@gmail.com
# Nothing happens...
I checked latitude
and longitude
fields in the Items
table in the DB but nothing is updated (files in the data
folder are not updated either, but I think that's not how the merge works).
Let me know if there's a way to get more debug info from this use case. I'm aware that there's not much information here from a troubleshooting perpective.
Metadata
Metadata
Assignees
Labels
No labels