You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Hector C.
7 years agoExplorer | Level 3
VBA Code to list dropbox folder ownership
I have to transfer the files of several coworkers from Dropbox to Onedrive. Many of these folders are being shared among themseleves. So, the folders to be transferred from each person's account shoul...
- 7 years ago
Yes, Dropbox offers an API you can use to programmatically list, upload, and download files, among other operations, such as checking sharing metadata.
For example to list any/all files and folders in an account:
- https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
- https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue
To download files:
To list shared folders in an account:
- https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders
- https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue
To list the members (including the owner) of a shared folder:
Greg-DB
7 years agoDropbox Staff
Yes, Dropbox offers an API you can use to programmatically list, upload, and download files, among other operations, such as checking sharing metadata.
For example to list any/all files and folders in an account:
- https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
- https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue
To download files:
To list shared folders in an account:
- https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders
- https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue
To list the members (including the owner) of a shared folder:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,908 PostsLatest Activity: 4 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!