We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
nabeards
2 years agoHelpful | Level 6
files/list_folder API returns no entries after using new Shared Links
With the new Shared Links released recently I am now getting an empty list of files available at the Shared Link URL. I am calling the `files/list_folder` API endpoint with the `shared_link` specifie...
- 2 years ago
This should be fixed now. Please let us know if you're still seeing any issues. Thanks!
AgentConDier
Explorer | Level 4
Same issue here. I have been using the same code and shared link for years, which stopped working two days ago.
This curl request, as generated by https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder should work as fas as I can tell:
curl -X POST https://api.dropboxapi.com/2/files/list_folder \
--header 'Authorization: Bearer [redacted]' \
--header 'Content-Type: application/json' \
--data '{"path":"","shared_link":{"url":"https://www.dropbox.com/sh/6kzom2lt4ahhr2c/AAAGC0_LBkp5htv1X8tUyOl9a"}}'
But the response has an empty entries array, and has_more is false. The files in the shared link show up just fine in a browser.
Здравко
2 years agoLegendary | Level 20
Oh... As seems, there is a some new bug in Dropbox API. Let's hope will be fixed by Dropbox soon...
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 5 days agoIf 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!