Earlier quoted context omitted.
If you say something negative about Google you’ll reliably get downvotes from Android fanboys even if it’s completely accurate. (Apple has similar fans, although they seem to be less defensive now that the company is doing so well) It’s not worth worrying over except as a reminder that rating systems need to handle bad-faith voting.
This doesn't mirror my experience at all, and I think blaming it on fanboys isn't fair. I used Google Takeout recently, had it set to split into 50GB tar.gz chunks, and it worked perfectly fine. I wasn't logged out once, and downloaded the archive with around 90 MB/s (720 mbps). It was a very smooth data export experience. I'm very much not a Google/Android fanboy and avoid Google's services wherever possible. The OP…
Google Takeout: Export a copy of your data in Google services
61–70 of 139 posts
Re: Google Takeout: Export a copy of your data in Google services
#62Earlier quoted context omitted.
> For GDPR purposes, data is PII if it can be used in combination with any other data to identify an individual. By that definition, all data is PII. There is no information available on this planet that has not been influenced by people. I'm not trying to be obtuse. I worry about this problem a lot. Obviously we need to keep companies from doing stupid stuff like storing the first digit of a Social Security number (…
> By that definition, all data is PII. There is no information available on this planet that has not been influenced by people. I think that is a step too far. For example, it seems quite clear that a dataset of daily average temperatures from the top of Everest is not personally identifying information.
Re: Google Takeout: Export a copy of your data in Google services
#63Earlier quoted context omitted.
... what. You're complaining about the one way google users have to reclaim data that is rightfully theirs? You know that if "big brother" wants data, big brother gets backdoors, not polite export requests?
I’m not complaining. I’m marveling at the clever solution to the problem of, “How do we get hundreds of product teams to support our legal obligations without feeling morally conflicted?”
Re: Google Takeout: Export a copy of your data in Google services
#64Earlier quoted context omitted.
... what. You're complaining about the one way google users have to reclaim data that is rightfully theirs? You know that if "big brother" wants data, big brother gets backdoors, not polite export requests?
I’m not complaining. I’m marveling at the clever solution to the problem of, “How do we get hundreds of product teams to support our legal obligations without feeling morally conflicted?”
Re: Google Takeout: Export a copy of your data in Google services
#65Earlier quoted context omitted.
I’m not complaining. I’m marveling at the clever solution to the problem of, “How do we get hundreds of product teams to support our legal obligations without feeling morally conflicted?”
What you're saying makes absolutely no sense and doesn't pass Occam's razor. Please back it with some semblance of reasoning at least.
Re: Google Takeout: Export a copy of your data in Google services
#66Earlier quoted context omitted.
I’m not complaining. I’m marveling at the clever solution to the problem of, “How do we get hundreds of product teams to support our legal obligations without feeling morally conflicted?”
As a programmer, I would feel morally conflicted if my photo service didn't offer a way for users to get their photos in bulk.
Re: Google Takeout: Export a copy of your data in Google services
#67Another fun one. Go into Facebook and download your data and look in the ads folder. There's a very helpful "advertisers_who_uploaded_a_contact_list_with_your_information.html" page that lists every advertiser who somehow obtained your contact data and ran targeted ads to you. There's a lot of sketchy companies out there who I never had any kind of relationship with who somehow managed to obtain email or other contac…
Re: Google Takeout: Export a copy of your data in Google services
#68Earlier quoted context omitted.
I just finished found through the takeout process for photos last night. 39 2GB archives. Request took a couple of days to process, then I got an email with a bunch of links that they said were good for 7 days. I planned to load them into my Synology download manager, but the takeout system seems to rely heavily on browser state, so Synology couldn't download them. Each took 5 minutes to download at home over WiFi, a…
Almost like they made the ux really hard to use for a reason, eh? All that engineering talent and that's the best solution? Lol.
Source: working on a product engineering team for a larger company. Why would we upheave our roadmap for something that doesn't help provide explicit value to our product offerings? We've got a list a mile long of improvements and new capabilities to deliver on, and no engineer likes working through legal hoops anyways.
Re: Google Takeout: Export a copy of your data in Google services
#69i'm very curious about something -- people here rave about the takeout -- does anyone actually use the thing? i've tried the takeout option about a year ago when i wanted to switch from google photos to apple photos and it was an absolute mess, it exported random zipped folders, all broken up (i think there were 14 of thema ll together), multiple images were duplicates, somehow it managed to corrupt apple format of p…
I'm exporting it regularly (although I certainly don't have 120Gb of photos on it). You can choose an option for regular exports (every two months), and delivery method (e.g. Google Drive). Then I have a script that runs daily, mounts google drive, moves the takeout locally if it's present and removes from google drive (so it doesn't take space).
Then indeed, inside you have mess with some data in HTML, some in JSON, etc. But well, at least you can parse it... I have a library which I'm using as an API to various data exports, in particular, archived takeouts too (so I don't even have to unpack them to access)
- https://github.com/karlicoss/HPI/blob/master/my/google/takeo...
- https://github.com/karlicoss/HPI/blob/master/my/location/goo...
- https://github.com/karlicoss/HPI/blob/master/my/media/youtub...
Described this in more detail here: https://beepb00p.xyz/my-data.html#takeout