Not that google isn't capable of epic evil, but have you considered they the might just be completely fucking incompetent at IOS apps :)
Microblog Memes
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
Does iOS have per file permissions? I don't think you can blame Google for something the OS can't do.
Currently working on a better script to import all my Google Takeout images into Immich. If anyone wants to help, I can publish it on GitHub. I’ve currently got it sorting all the photos correctly, and now I need to combine the still and live versions into one photo.
I’m doing this because the current import project doesn’t work well. It goes on basically filename alone, which has a lot of problems with a big complicated library like my own. I’ve used all of iCloud, Google Photos, and Immich at different points and together, so there are tons of duplicate files.
This is a particularly hard problem because Google Takeout names files in the most convoluted way. You might have a photo called Photo1.jpg and a metadata file called Photo1.supplemental-meta.json, which is fine, but then a photo called MeAndTheWifeAtTheBeach(1).jpg and a metadata file called MeAndTheWifeAtTheBeach.supplemental-m(1).json. Then you could also have a live version that doesn’t have its own metadata file. And these might exist in different folders. The current import project doesn’t take any of this into account.