I extract path_lower from meta info request for a folder and feed that into
client.files.listFolder(path: path, recursive: true, includeMediaInfo: true).response({ (files, error) in
I'm getting
OSError: Optional(Error Domain=NSURLErrorDomain Code=-995 "(null)")
What the heck is that and how do I go about listing shared folder contents?????