We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
Clem R.1
10 years agoNew member | Level 1
ListFolderAsync
string token = "<redacted>"; using (var dbx = new DropboxClient(token)) { var list = dbx.Files.ListFolderAsync(string.empty)
the list result is 0 please help
3 Replies
Replies have been turned off for this discussion
- Greg-DB10 years ago
Dropbox Community Moderator
What access type does your app have? E.g., if it's an app folder app, it will only list items in your app folder, which is empty by default.
By the way, I redacted your access token, but for the sake of security, you should disable that access token since it was posted publicly. You can do so by revoking access to the app entirely, if the access token is for your account, here:
https://www.dropbox.com/account/security
Or, you can disable just this access token using the /disable_access_token endpoint:
- Clem R.110 years agoNew member | Level 1
i have used both the app and the full dropbox. same issue for both..
- Greg-DB10 years ago
Dropbox Community Moderator
This is working fine for me. How are you checking the contents of "list"? Can you share more of your code?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 6 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!