One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
snigdhakadam
8 years agoExplorer | Level 3
Can we get list of files & folders under sharing section of dropbox using python?
I am using Dropbox API version 2. I am getting all files under "My Files" section using dbx.files_list_folder("") method. But I want files & folders inside "Sharing" section also. So can we get files & folder inside "Sharing" folder of dropbox using python API v2.
- Greg-DB
Dropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/47726878/can-we-get-list-of-files-folders-from-dropboxs-sharing-folder-using-python ]
Yes, the sharing_* methods offer access to sharing information. For example, to list the shared folders the user has access to, you can use sharing_list_folders and sharing_list_folders_continue. You can use sharing_list_received_files and sharing_list_received_files_continue to get the files shared with the user.
- snigdhakadamExplorer | Level 3
Thank you so much for reply. I will use it.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,947 PostsLatest Activity: 3 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!