Viewing/managing data within a folder hierarchy is a separate construct to labelling data or indices. That would be a ‘folder’ in terms of the pseudo filesystem which is what in the APIs we’re calling a FilesContainer
. This struct that allows for websites to have relative contents etc. This data can be managed and created outwith of any indexing. But the FilesContainer
itself could be labelled (eg, with Folder
)
The labels don’t correspond to folders in the above ‘FilesContainer’ sense. They are more indicative of the index in which a link can be found, and which is used as a method to determine permissions.
These are all the same label index. So only one of these would be valid, (the images/japan/josh
going of labels in alphabetical order). And within that index, you’d be able to retrieve meInJapan.jpg
Does that help clarify @oetyng? Let me know if I misunderstood what you were asking