Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us here!
Forum Discussion
mogliloew
8 years agoNew member | Level 2
Is Dropbox working with Access Control Lists and how can i extract or view them for folders or files
I know that in other cloud storages often ACL´s are used.
How does Dropbox grant permissions to users for editing, viewing etc. files or folders.
Is there a way to view that info like in a JSON type manner?
Thank you in advance!
- Dropbox does offer access control features, for example on shared folders as covered here:
https://www.dropbox.com/help/files-folders/set-file-permissions
You can get information on the level of permission for the linked user for a particular folder via the API using /2/sharing/get_folder_metadata:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata
Or you can list other members and their permission levels using /2/sharing/list_folder_members[/continue]:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members-continue
1 Reply
Sort By
- Greg-DB
Dropbox Staff
Dropbox does offer access control features, for example on shared folders as covered here:
https://www.dropbox.com/help/files-folders/set-file-permissions
You can get information on the level of permission for the linked user for a particular folder via the API using /2/sharing/get_folder_metadata:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata
Or you can list other members and their permission levels using /2/sharing/list_folder_members[/continue]:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members-continue
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,990 PostsLatest Activity: 4 hours ago
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!