Imgur.API icon indicating copy to clipboard operation
Imgur.API copied to clipboard

Adding Images while creating an Album annonymously does not work. Neither does annonymously adding images. album.Link is broken as well.

Open master117 opened this issue 8 years ago • 0 comments

Hello,

I'm using release 4.0.1, tha latest on NuGet. I uploaded several images, which is working, then I create an album like this:

album = await albumEndPoint.CreateAlbumAsync(albumname, "", AlbumPrivacy.Hidden, AlbumLayout.Vertical, DeleteHashList[0], DeleteHashList);

DeleteHashList is a list of all image deletehashes. I get no error message but the album is empty. Also

album.Link is null for whatever reason. On the other hand:

await albumEndPoint.AddAlbumImagesAsync(album.DeleteHash, DeleteHashList);

throws an error: "You must own all the image ids to add them to album ALBUMID(not deletehash)".

Pastebin of my code: https://pastebin.com/dbbLss0g

Just tested with 5.0.0beta, didn't work either.

Greetings, master117

master117 avatar Jun 13 '17 10:06 master117