Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Imgur delete anonymous upload (Greenshot)

Tags:

imgur

Need your help... thanks to Greenshot a missclick is sufficient to post a picture online to Imgur. (I did...and now I want to delete it) the picture has been posted using anonymous mode.

Because I didn't post it manually I do not have the delete link, but I have the deleteHash (15 alphanum-character).

I know there is formular to ask to delete the picture. But I would like to delete it myself.

In the plugin history I found a delete button which tell me the picture has been deleted from Imgur but the picture is still there.

I tried this : http://imgur.com/delete/ABCDEFghi01abcd but its tells me "This isn't a valid image link! Go on, get out of here!"

I tried this :

  <form action="https://api.imgur.com/3/image/ABCDEFghi01abcd" method="DELETE
  <p><input type="submit" value="OK"></p>
  </form>

but I got this :

{"data":{"error":"Authentication required","request":"\/3\/image\/ABCDEFghi01abcd","method":"GET"},"success":false,"status":401}

(BTW how do we send a DELETE method ? it seems ignored and sent a GET instead...)

maybe the deleteHash code given by Greenshot is wrong ?

Any idea ?

like image 779
luney Avatar asked Sep 24 '16 00:09

luney


People also ask

How do I delete an anonymous post on Imgur?

Deletion for anonymous posting- When you upload an image to Imgur, you will be given a deletion link. Record the deletion link as it will only be given once and use the deletion link when you are ready.

Does greenshot upload to Imgur?

In greenshot settings>plugins>imgur plugin>configure>I ticked 'used anonymous access', screenshot: http://i.imgur.com/nQwXz8P.png This allows me to upload to imgur without needing any imgur login. I use greenshot to 'capture region' and 'upload to imgur'.

How do you get something removed from Imgur?

Go to imgur.com/delete/{deletehash} and you will see a prompt asking if you want to delete the picture permanently.

Is Imgur upload anonymous?

No matter what your privacy settings are, every image can always be accessed and viewed by anyone who types in that exact URL. No image uploaded to Imgur is ever completely hidden from public view. This is mainly to ensure that Imgur, which allows anonymous postings, will not be used as a platform for illegality.


2 Answers

Hi I know this post is pretty old by now, but I just had the same problem and I wanted to contribute my sufferings here.

Here are the steps to get the delete hash and how to use it:

  1. Go to C:\Users{yourusername}\AppData\Roaming\Greenshot\Greenshot.ini andopen the file using notepad or any text editor
  2. Look for 'Imgur', and you should find "Imgur upload history" which lists all the images you've uploaded and their deleteHash
  3. The deletehash is a 15 alpha-numerical characters that appear following the "=" symbol
  4. Go to imgur.com/delete/{deletehash} and you will see a prompt asking if you want to delete the picture permanently
like image 148
Michel Jiang Avatar answered Nov 08 '22 17:11

Michel Jiang


For those of you facing the same issue specifically with Greenshot, in the current version (1.2.10 as of 10th Dec 2018) there's an easier solution:

In the taskbar/system tray click on the Greenshot icon, then select Imgur > History and you can see a list of images uploaded there and a button to delete them. I verified this by comparing with the solution of Michel Jiang.

like image 42
Matthias Luh Avatar answered Nov 08 '22 18:11

Matthias Luh