Hi, I need a way to determine the path of an objectId when it is a file or a folder. Do you know any? I do not know why getObjectById returns an implementation of just ObjectId and not Fileable or Folder, when applicable. I have a recursive function to create folders, and I would need to debug the paths of the folders. But in order to be efficient I use object ids rather than string paths (I also do not use caching). Please advise,
Thanks, Nicu