Uploaded images from Python, but they are not in my account

22 views
Skip to first unread message

jason....@gmail.com

unread,
May 31, 2015, 8:24:18 PM5/31/15
to im...@googlegroups.com
They are visible by URL, but I'd like to delete them.

My code basically looked like this:

>>> import pyimgur
>>> client_id = 'abunchofcharacters'
>>> im = pyimgur.Imgur(client_id)
>>> uploaded_image = im.upload_image('file.jpg')
>>> uploaded_image
<Image soMeFile>

my account is new. I probably set the app up incorrectly (no authorization) so I deleted it.

@jasdev

unread,
Jun 1, 2015, 11:18:30 AM6/1/15
to im...@googlegroups.com
To make them show up on your account, you need to upload with an access token (perform the authorization step). If you just use the Client-ID, the image will be anonymous.

Jasdev
Reply all
Reply to author
Forward
0 new messages