Greg
Greg
Thanks for contributing this! (By the way, a minor thing, it should be "Dropbox", not "DropBox".)
You should use [`listFolderBuilder`](https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderBuilder(java.lang.String)) to get a [`DbxUserListFolderBuilder`](https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserListFolderBuilder.html) which you can use to control the folder listing parameters. And thanks for the note on the documentation. I'll ask the team...
I'll be happy to help with any issues you're having with the SDK, but I'll need some more information. Please reply with: - the name and version number of the...
This issue does not reproduce for me when running `startOAuth2PKCE` using v5.4.4 of the Dropbox SDK. Have you made any changes to the SDK? What version of Android are you...
Can you confirm if you configured the `AuthActivity` as [shown in the example here](https://github.com/dropbox/dropbox-sdk-java/blob/main/examples/android/src/main/AndroidManifest.xml#L29)? In particular, it looks like the `android:exported="true"` line may be relevant, so make sure you have...
Thanks for putting this together! I'll ask the team to review this, and to also look into getting this on crates.io.
@richo No, I'm afraid I don't have any update on this.
@richo No, unfortunately I don't have any progress to report on this.
Thanks! I can't make any promises myself, but I'll raise this with the team again.
Thanks! I'll ask the team to update this SDK to pull in those changes.