cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Musicians, convert your MuseScore files to PDF to play music on the go! Learn more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dropbox JavaScript SDK returns nothing

Dropbox JavaScript SDK returns nothing

r3g
Explorer | Level 3
Go to solution
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 ?
1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
This is a known issue and is open with engineering. You can find more information here:

https://github.com/dropbox/dropbox-sdk-js/issues/174

View solution in original post

2 Replies 2

Greg-DB
Dropbox Staff
Go to solution
This is a known issue and is open with engineering. You can find more information here:

https://github.com/dropbox/dropbox-sdk-js/issues/174

Greg-DB
Dropbox Staff
Go to solution

This should be fixed as of v4.0.9. Please update and let us know if you're still seeing any issues.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?