We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
r3g
8 years agoExplorer | Level 3
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 ?
- 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
2 Replies
- Greg-DB8 years ago
Dropbox Community Moderator
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-DB7 years ago
Dropbox Community Moderator
This should be fixed as of v4.0.9. Please update and let us know if you're still seeing any issues.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 13 hours ago
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!