Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

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

@master117

Description

@master117

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions