TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Google Photos circumvents iOS 14 photos privacy features

47 点作者 cjv大约 4 年前

9 条评论

ggm大约 4 年前
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 未加载
megraf大约 4 年前
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 未加载
alkonaut大约 4 年前
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 未加载
cmelbye大约 4 年前
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 未加载
sircastor大约 4 年前
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.
thitcanh大约 4 年前
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.
MikeUt大约 4 年前
&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 未加载
alkonaut大约 4 年前
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?
DoomHotel大约 4 年前
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.