possible to specify a folder path to file.getlisting API?

Hello there!

Just recently joined the Xdrive API camp. Looking over the file.getlisting API and examples, I wonder whether it is possible for one to specify the directory path to the file.getlisting() API. Otherwise, to list a folder's content, say, within X:\MyPictures\Albums\Album1, does one need to issue three(!) file.getlisting API calls: first for 'MyPictures' to get 'Albums' ID, second for 'Albums' to get 'Album1' ID, and finally for 'Album1' to get desired listings under 'Album1'? Is there a more efficient way?

Thanks!
Philip

Walking folders

In v1.2, you have to "walk" down the path to a file.

We are current developing v1.3 and it will offer the ability to request specific key directories by type and to bundle multiple commands in a single call. So you will be able to say pass in the file names and get the final listing in one call.

We will keep you posted as we get near to releasing this.

Thanks,
-l

Cool! Looking forward to

Cool! Looking forward to it!