Instagram Will Soon Let You Download a Copy of Your Data (techcrunch.com)
An Instagram spokesperson has confirmed to TechCrunch that the site will soon let users download a copy of what they've shared on Instagram, including their photos, videos and messages. The new data portability tool could make it much easier for users to leave Instagram and go to a competing image social network. It will also help the site comply with the upcoming European GDPR privacy law that requires data portability, assuming the feature launches before May 25th. From the report: Instagram has historically made it very difficult to export your data. You can't drag, or tap and hold on images to save them. And you can't download images you've already posted. That's despite Instagram now being almost 8 years old and having over 800 million users. For comparison, Facebook launched its Download Your Information tool in 2010, just six years after launch. We're awaiting more info on whether you'll only be able to download your photos, videos, and messages; or if you'll also be able to export your following and follower lists, Likes, comments, Stories, and the captions you share with posts. It's also unclear whether photos and videos will export in the full fidelity that they're uploaded or displayed in, or whether they'll be compressed. Instagram told me "we'll share more details very soon when we actually launch the tool. But at a high level it allows you to download and export what you have shared on Instagram" so we'll have to wait for more clarity.
It isn't "your data". You gave it to them. You are only getting a copy.
works to save from either Firefox or Chromium. What does "tap and hold" even mean?
They seem to use javascript to disable the menu elements of the right click. I'm not sure how they do that but you can't just right click and save the image.
Some drink at the fountain of knowledge. Others just gargle.
If you believe that Facebook is going to voluntarily give you their core product for free, please contact me. I have a *great* investment that you might be interested in. This bridge is used by tens of thousands of people a day, and would be a great addition to your portfolio.
I don't respond to AC's.
Wow! So fucking generous! They'll let me download the stuff that I uploaded and everyone else has been downloading for years?
It's more than I could have asked for. /s
How's about I write Python script and download all of Instagram? Then I can get my name in the news like Cambridge Analytica.
Perhaps we should call the data you upload the exposed tip of the databerg with the hidden secret file on you below the waterline shredding your watertight compartments.
Some drink at the fountain of knowledge. Others just gargle.
for #deleteinstagram ?
It used to be an option in Firefox and IE (I believe) whether or not you wanted to allow sites to fuck your context menu.
I always turned that shit off. That's my context menu. Fuck your site thinking it should control my context menu.
Sometime back, FF made it impossible to turn off (as far as I know - it's certainly not a user-facing option anymore).
You can do still shift + right click to get your context menu back on shitty fucking sites and "web apps", however.
While this "law" is being thrown around a lot in response to accessing what data companies have on you, remember you're not the only consumer of it. What I fully expect is ALSO easier access to three letter agencies and law enforcement. Wouldn't at all surprise me if this access was even extended in response to subpoenas.. Companies will no longer be able to hide behind technical limitations when it becomes a json webservice.
I don't CARE what data Facebook nor any other company has on me. If I've not opted in, they have no damned right to collect that data let alone sell it. This law is no different then any other "think of the children" knee-jerk reaction.
You still can't bulk delete images with Instagram which is a royal pain in the bottom.
the core of facebooks data is not the data but application of the data. follow the money.
Absolutly, how else could they monetize it? We don't need congressional hearings to know that these platforms are collection nodes for complex user data into a Big Data Cloud to get crunched by guys who read Soylent News in their spare time.
By the way, what the fuck is an "Instagram Star"? I see in the news that an "Instagram Star" was killed in a small plane crash. Help me out, I don't do Instagram, do they just post millions of pictures of them doing whatever it is that fills their lives? Eating at posh restaurants, spread across the hood of some hot car? I don't get it.
If you want news from today, you have to come back tomorrow.
It's nice that all these sites are giving users access to their data, but what about non-users?
Don't pretend that there is no data to disclose, the targeted emails trying to entice me to sign up because my friends have accounts are a dead giveaway.
It will also help the site comply with the upcoming European GDPR privacy law that requires data portability, assuming the feature launches before May 25th.
What happenend is that they needed to be ready for the law and therefore you are able to do what they say you can do.
Complying with the GDPR is the cause, not the result. If not, they risk 10.000.000 EUR or 4% of their worldwide turnover. Not profit in one EU country. Not profit in the EU. Not turnover in the EU. Worldwide. Estimated for 2018 that is between a lot and a shitload. /.
Some websites that are a must read https://en.wikipedia.org/wiki/...
https://www.eugdpr.org/
Read them as more of this will be discussed on
Don't fight for your country, if your country does not fight for you.
Fuck Zuck! Maybe with a duck!
Why is such data stored on servers in the first place. Such data should be stored locally and only accessible to those you share it with and only stored on their local machine. This centralized everything stored in the cloud paradigm violate the decentralized nature of the Internet.
Doesn't really work well to do that. looking at the source takes a long time to find the place in a page long div element that might possibly be the image and there's no way I see to save it when you find that other than copying it into a new windlow and loading it.
Some drink at the fountain of knowledge. Others just gargle.
I'm referring to getting the real right click back. Shift + Right Click does it.
As for finding the actual element, right click and inspect element should take you directly to the element you right clicked. If the page has layered and positioned things shittily, you can use the search function in the inspector. Anything that appears as a link (such as src="whatevers") you can CTRL+Click on to open in a new tab.
If you still can't find what you need, you can right click and do View Page Info. From there, go to the media tab and sort by size descending. You'll get the real URL for the resource you're looking for. You can then save that directly or you can open it in a new tab and then hack at the URL a bit to see if there's a better version. (Plenty of sites will only serve a reduced size version of an image, but you can often easily change the URL to get the full size version.)