You are not logged in.
Pages: 1
I'm trying to Get the subfolders of a particular folder. Files_GetAssetsForParent successfully returns any image assets I have in that file, but not any subfolders. I thought Folders_GetContainersForParent would Get me what I needed, but it just brings me to the parent folder of the folder I was querying.
Offline
Hi,
You're correct that Folders_GetContainersForParent is the method to use.
I wonder whether you misspelled the `containerId` parameter name in your call - when not specified, the default is to return the top-level folders (which sounds like the symptom you are seeing).
Dominic
Offline
Pages: 1