icloud.js icon indicating copy to clipboard operation
icloud.js copied to clipboard

How to get subfolders?

Open WeeJeWel opened this issue 1 year ago • 2 comments

Using:

const photosService = iCloud.getService('photos');
const albums = await photosService.getAlbums();

I get the full list of albums & root-level folders. But how can I retrieve subfolders (folder inside a folder)?

WeeJeWel avatar Aug 26 '24 08:08 WeeJeWel

Currently this isn't possible without directly calling the API as iCloud requires you to get subfolders as a seperate API. I'll have a look into sorting this tomorrow

foxt avatar Aug 28 '24 23:08 foxt

@foxt Did you get to this maybe?

WeeJeWel avatar Oct 22 '24 14:10 WeeJeWel