We Want to Hear From You! What Do You Want to See on the Community? Tell us here!

Forum Discussion

r3g's avatar
r3g
Explorer | Level 3
8 years ago
Solved

Dropbox JavaScript SDK returns nothing

Since two days ago i'm getting a problem with listing files of the folder /folder_a. I execute the code but i dont get response or error.
 
The code works fine when:
- if i try a different folder
- if i have less than 80 files in /folder_a
- if i pass a limit like limit: 50
 
 
var dbx = new Dropbox({ accessToken: 'TOKEN' });
dbx.filesListFolder({path: '/folder_a'})
.then(function(response) {
      console.log(response);
})
.catch(function(error) {
        console.log(error);
});
 
Am i doing something wrong ?

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 13 hours ago
411 Following

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 or Facebook.

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!