Hey,
I work with Dropbox Java SDK latest, and have a running app. Since recently I started to get PathRootErrorException
sdkClient.asAdmin().withPathRoot(PathRoot.root(teamNamespace))
.files()
.listFolderGetLatestCursorBuilder("")
.withRecursive(true)
.start().getCursor();
When trying to call this method. listFolderGetLatestCursorBuilder
Exception looks like:
