PyImgur icon indicating copy to clipboard operation
PyImgur copied to clipboard

Image uploaded through PyImgur not showing up in "Submitted images"

Open OD1995 opened this issue 6 years ago • 1 comments

I've been using the following code to upload PNGs to imgur:

im = pyimgur.Imgur(CLIENT_ID) uploaded_image = im.upload_image(PATH, title=PLOTNAME)

But when going on my imgur account and going on my submitted images, there are no images. Why is this?

OD1995 avatar Apr 21 '18 18:04 OD1995

They don't upload to your account, but anonymously.

zackwalton avatar Dec 23 '21 05:12 zackwalton