Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
master117 opened this issue Jun 13, 2017 · 0 comments

Comments

@master117
Copy link

master117 commented Jun 13, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant