TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Photos circumvents iOS 14 photos privacy features

47 pointsby cjvabout 4 years ago

9 comments

ggmabout 4 years ago
I am going to put a different spin on this: If you use a service like google photos, wouldn&#x27;t you want to uplift all your photos, albums and metadata into the service?<p>Viewed from the &quot;be maximally useful&quot; perspective, it makes sense. I have 150,000 photos (maybe) -I don&#x27;t want to approve each one. Even at the album granularity, I have thousands of albums. We all do.<p>Yes, its a giant, egregious privacy breach. That is pretty much definitional for a cloud based Photo archive&#x2F;album service.
评论 #26473123 未加载
评论 #26473113 未加载
评论 #26473147 未加载
评论 #26473120 未加载
megrafabout 4 years ago
I don&#x27;t agree with the title at all. Detecting the auth level of access to photos is documented (PHAuthorizationStatus).<p>Google photos is simply refusing to let you use their app all unless you grant them access to view all of your photos.<p>I&#x27;m all for privacy -far beyond the average person- but this seems like one of those cases of uninstall it and move on if you don&#x27;t agree with the product decision.<p>Fwiw: Not a fan of google. Currently on iCloud + Flickr for non-sensitive photos
评论 #26630592 未加载
评论 #26473623 未加载
评论 #26473125 未加载
评论 #26473358 未加载
alkonautabout 4 years ago
I find this problem more puzzling: when an app (e.g messenger) only has access to certain photos on my device, why can’t the image selector when I want to attach an image still browse all of them?<p>Isn’t the image selector an OS component that shows me all my photos <i>without</i> the app seeing them (that is, the app isn’t rendering them)?<p>If this isn’t the case - why isn’t it? Is there no iOS system level image picker that runs isolated from the app? Or is there, but apps aren’t using it?
评论 #26479018 未加载
cmelbyeabout 4 years ago
Google Photos is not circumventing anything. It’s using a public API that was provided to developers in order to detect and react to limited permissions.<p>If I paid for Google Photos and they won’t let me access my stored data without handing over even more data, then that feels outrageous.<p>But if I’m using it for free, then it’s a reminder that nothing is actually free. That business model likely can’t work as a “view only” retrieval service. (If it even works at all)
评论 #26473334 未加载
sircastorabout 4 years ago
This is pretty egregious, but not surprising. Google wants that data and is willing to do whatever it takes to get it. I’ma little surprised though as other Google apps (hangouts) behaves and asks for access to additional photos every time I try and send a picture.
thitcanhabout 4 years ago
Apple should really stop allowing abuse of their APIs, from custom photo pickers that nobody needs (remember, if your app uses the default photo picker, it doesn&#x27;t need any permission at all) to any app that decides to include a general-purpose cookie-less web view instead of just opening links in Safari.
MikeUtabout 4 years ago
&gt; needs full access to your photos<p>This is a lie. The app could be made to function with access to only a subset of photos, so &quot;wants full access&quot; would be the accurate phrasing. Lying to users to gain more access is what malware does.
评论 #26474061 未加载
alkonautabout 4 years ago
Completely understandable for this case. I have no problem with it.<p>I find the opposite problem more puzzling: when an app (e.g messenger) only has access to certain photos, why can’t the image selector still browse all of them? Isn’t the image selector an OS component that shows me all my photos <i>without</i> the app seeing them (that is, the app isn’t rendering them)?<p>If this isn’t the case - why isn’t it? Is there no iOS system level image picker that runs isolated from the app? Or is there, but apps aren’t using it?
DoomHotelabout 4 years ago
An app that installs without the permissions it really wants and then refuses to function AT ALL until granted those additional permissions has got to be some kind of violation. It&#x27;s basically lying about the permissions it needs to function in order to make it into the appstore.