Questions tagged [imgur]

Imgur is a free and popular image hosting service that does not require registration to use.

Imgur is a free and popular image hosting service that does not require registration to use.

572 questions
5
votes
3 answers

Imgur image not showing on localhost

I have an image on imgur. this image is displaying on any website except on localhost. What might be the problem? Error: GET https://i.stack.imgur.com/wqYLI.jpg 403 (Forbidden)
Elyor
  • 5,396
  • 8
  • 48
  • 76
5
votes
1 answer

Not able to upload image in created album: Imgur python

I am trying to create an album and upload images into it using imgurpython. However, I am not able to attach images to the album. It is giving me following error: (403) The album you're requesting does not belong to your account. Following is my…
harshit
  • 3,788
  • 3
  • 31
  • 54
5
votes
1 answer

Why use a service like Imgur or Amazon S3 for image hosting?

I've noticed a lot of websites don't host images themselves, instead using something like Amazon's cloud service. As an example, Stack Overflow seems to use Imgur. Why is this? Why pay someone else to host your images instead of hosting them…
Nate
  • 26,164
  • 34
  • 130
  • 214
5
votes
1 answer

Accessing imgUr thru OAuth (uploading to user account)

To start doing this "simple" task I've researched for a procedure that I've taken as an example here to follow and reproduce the steps, the procedure can upload an image "anonymously": Private ReadOnly ClientId As String = "My Client ID" ' =>…
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
5
votes
1 answer

Differentiate between albums and images in Imgur gallery

First of all, apologies as this is quite a narrow topic so I understand if it is removed. Imgur links come in several formats, as…
Benedict Lewis
  • 2,733
  • 7
  • 37
  • 78
5
votes
1 answer

imgur image uploading will not work with base64 data?

I've been trying for more than 3 hours to get imgur to accept base 64 data to absolutely no avail, I've confirmed the data is correct, I've confirmed that I can send to imgur using a url image, I just can't get it to work. The code I'm using is as…
samuraiseoul
  • 2,888
  • 9
  • 45
  • 65
5
votes
4 answers

Upload to imgur java

Hi I'm trying to figure out how to upload to imgur using java, does anyone have any experience with this kind of thing?
dominic
  • 468
  • 1
  • 5
  • 14
5
votes
1 answer

Anonymous Uploading File object to Imgur API (JSON) gives Authentication Error 401

I've created a class UploadToImgurTask as an AsyncTask that takes a single file path parameter, creates and sets an MultiPartEntity, and then uses Apache HttpClient to upload the image with said entity. The JSON response from Imgur is saved in a…
Awais Imran
  • 85
  • 2
  • 4
5
votes
2 answers

Imgur images not showing up in JSFiddle

I was about to ask a question about a JSFiddle, and I noticed that the images (which I've got on Imgur) don't show up. If I load the image directly in the browser, and then reload the fiddle the picture shows up, but if you haven't already loaded…
aslum
  • 11,774
  • 16
  • 49
  • 70
5
votes
3 answers

Imgur API not changing description of existing image

I'm using requests in Python 2.7 to try to change the description of a previously uploaded image using the API. In accordance with Imgur's API manual I used this: r = requests.post('https://api.imgur.com/3/image/'+submission['id'], \ …
FlaggFox
  • 51
  • 3
5
votes
1 answer

uploading to Imgur v3 using Java https errors

I'm currently trying to upload to imgur using their current API v3, however I keep getting the error error: javax.net.ssl.SSLException: hostname in certificate didn't match: api.imgur.com != imgur.com OR imgur.com The error is pretty…
Validus
  • 61
  • 5
4
votes
1 answer

How to implement imgur api (image host) on a website?

I came across http://api.imgur.com and thought that would be a usefull tool to use on my website. I then noticed that StackOwerflow uses it too, so it must be good ))) Although I'm struggling when I try to implement it. I took a look…
Ilja
  • 44,142
  • 92
  • 275
  • 498
4
votes
2 answers

Getting elements from selected area in Javascript

I need to implement getting elements from selected area in Javascript. This is needed to make a better, desktop-like UI in chrome app. The nearest example is selecting area in Imgur extension: So the question is: How this selecting can be done in…
Dmitrii Sorin
  • 3,855
  • 4
  • 31
  • 40
4
votes
2 answers

How to fix imgur api error status 400, 417 errors

While uploading pictures using the Imgur API, some pictures are not uploaded and returns status 400 or 417 errors. { status: 400, success: false, data: { error: "We don't support that file type!", request: '/3/upload' } { status:…
ON MO
  • 53
  • 4
4
votes
1 answer

Q: OAuth2 for Imgur giving me over capacity status 500 error

I am trying to follow a tutorial for an image upload application For Vue.js however I am unable to authenticate with OAuth2 for Imgur. I am following exactly what the imgur API docs instructions are on how to implement it so I'm pretty sure my code…
hayreenfly
  • 81
  • 2
  • 8
1 2
3
38 39