We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Mark L.45
9 years agoCollaborator | Level 9
shared app directory, exists but inaccessible to my app
Created an app, linked to a specific directory. Lets call it acme.
Create acme directory on my dropbox which I shared and placed some more directories and files within it.
Able to authenticate a...
Greg-DB
9 years agoDropbox Staff
When you say you created an app with "limited access", I presume you mean you registered an app with the app folder permission. When calling /sharing/list_shared_links with an app folder app, and not specifying a path parameter, it will only return shared links that exist for files that has access to, i.e., in its app folder.
The output you shared, with an empty links array, would be expected if there aren't any shared links created for files in that app folder. Is that the case? (The true has_more value is known issue though.)
If you just want to list the contents of the app folder, regardless of shared links, you can use the /files/list_folder endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 hours 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!