hello,
i am trying to retrive all the Hierarchy of a dropbox user.
up to now we had the user folder and under we had folders and shared folders.
now we have the new behaviour in dropbox "shared folder" that are out of the user main folder
i succsedded to get all the shared folders and usgin the namespace(sharedFolderId) i succsedded to get the second level of a folder .
but after that the response of the folder is becoming as regular folders- and when trying to retrive the next level using the path (without the namespace) i am getting an error.
why the shared folder does not returning the pathLower and PAth display from the sdk or the api??
var client = client.AsMember(request.AsMember).WithPathRoot(new PathRoot.NamespaceId(folderId));
var path= $"ns:{current.First().SharedFolderId}";
var sFolders =await client.Files.ListFolderAsync(path);