The official @github repository of the Trovebox frontend software. A photo sharing and photo management web interface for data stored "in the cloud" (i.e. Amazon S3, Rackspace CloudFiles, Google Storage).
Add some existing photos to the newly created album.
Fetch photos belong to the new album via v2/photos/list.json?page=0&pageSize=20&sortBy=dateUploaded%2Cdesc&returnSizes=320x320%2C640x640&album=album_id
Expected:
Photo objects should have the new album in the albums key.
Actual:
Fetched photos don't have the new album id in albums key.
Steps to reproduce:
v2/photos/list.json?page=0&pageSize=20&sortBy=dateUploaded%2Cdesc&returnSizes=320x320%2C640x640&album=album_id
Expected:
Photo objects should have the new album in the
albums
key.Actual:
Fetched photos don't have the new album id in
albums
key.