Cannot to list photos
Describe the bug Cannot list photos from synology photos using this libray. Folders and other informations work fine.
To Reproduce Example code with showcase here: https://github.com/txemi/synology_api_examples
- One example crashes trying to list photos
- Other shows that folders can be listed, not photos
Expected behavior Get a list of photos
Desktop (please complete the following information):
- OS: Last Ubuntu LTS
- Browser NA
- Version NA
Hi txemi,
I have to check better as is don't use photos api. I will look into it. Tnx for reporting
Hi N4S4, after reviewing synology photos REST API I am starting to doubt if it is a N4S4 library limitation or a not implemented feature in REST API instead.
Make sure you are specifying the folder_id param to the function.
In your implementation you are only passing limit and offset, try passing the folder_id corresponding to the folder from which you want to retrieve the files.