dropbox-sdk-java icon indicating copy to clipboard operation
dropbox-sdk-java copied to clipboard

A Java library for the Dropbox Core API.

Results 28 dropbox-sdk-java issues
Sort by recently updated
recently updated
newest added

Auth.startOAuth2Authentication can not callback onActivityResult how to solve? Thanks

Hi, I think that latest (6.1.0) doesn't support these changes: [team spaces](https://dropbox.tech/developers/api-updates-to-better-support-team-spaces) For example, In NamespaceType , there is no support for team_member_root In TeamMemberProfile, there is no root_folder_id field....

ListFolderArg is package-private so customing the arguments is not possible. Is there any other way to customize the parameters? What is the logic for keeping it package-private? Documentation is also...

Log in to dropbox in browser and auto back to our app, then a few seconds of black screen displayed. See the logs: `Token Request Failed: failed to connect to...

- Clone the repo - Follow the readme file here https://github.com/dropbox/dropbox-sdk-java/tree/main/examples/android - Run the Android app ``` Execution failed for task ':core:generateStone'. > A problem occurred starting process 'command 'python''...

Fatal Exception: java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.VIEW dat=https://www.dropbox.com/... cmp=team.opay.pay.merchant.service/com.opay.webview.WebFoundationActivity } from ProcessRecord{28b315a 21629:com.smartwallet.app/u0a265} (pid=21629, uid=10265) not exported from uid 10256 at android.os.Parcel.createExceptionOrNull(Parcel.java:2373) at android.os.Parcel.createException(Parcel.java:2357) at android.os.Parcel.readException(Parcel.java:2340) at android.os.Parcel.readException(Parcel.java:2282)...

Basically I have a code that does this: ``` private final DbxUserFilesRequests files; @SneakyThrows public Metadata getMetadata(String path) { return files.getMetadata(path); } ``` This works for normal paths that don't...

bug

The types and wording in `AccountType` [^1] does not reflect the available plans advertised [^2]. This is probably an issue with the API itself [^3] but would at least require...

On the Javadocs for `DbxWebAuth` it says access tokens are valid for years: https://github.com/dropbox/dropbox-sdk-java/blob/e8b39d1f8e6ea81b6c547ae8e66a47eb0e7be40b/dropbox-sdk-java/src/main/java/com/dropbox/core/DbxWebAuth.java#L25 However the official documentation reads: >Dropbox access tokens are short lived, and will expire after a...

I'm currentliy integrating Dropbox into my app. I started with the desktop version, which worked flawlessly. But now on Android I'm having problem to set everything up. I wanted to...