Forum Discussion

tecnicxci's avatar
tecnicxci
Helpful | Level 5
3 years ago
Solved

Unable to connect to dropbox using the dropbox api to give access to and account

I have updated and app to use the dropbox sdk version 5.2.0, before it used the 4.0.1. The problem I have now is that when I do:     DbxRequestConfig requestConfig = new DbxRequestConfig(clientI...
  • tecnicxci's avatar
    3 years ago

    The problem was with the scopes I removed this lines and all worked fine:

    List<String> scopes = new ArrayList<>();
    scopes.add("account_info.read");
    scopes.add("files.content.write");

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!