Adding Images while creating an Album annonymously does not work. Neither does annonymously adding images. album.Link is broken as well.
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