I'm planning on using the Python SDK to do simple things like upload and download files. It seems like the right way to get to a particular folder is by walking along the path.
When i get the contents of a folder, may I assume that the names of the items contained are unique? E.g. would it be possible for a file and a folder to have the same name?
