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
ererr
6 years agoExplorer | Level 3
Get Size of a Folder
How can i get the size of a particular folder in DropBox using V2 call or V1 please solve this...?
Greg-DB
6 years agoDropbox Staff
The Dropbox API doesn't offer a direct way to get the total size of a folder's contents, but I'll pass this along as a feature request.
If you need to know the total size of the contents of a folder, you'd need to list all of the contents using /2/files/list_folder[/continue] and then sum up the `size`s for all of the files. (You can use the `recursive` parameter on /2/files/list_folder to request nested files too.)
- bellomsean4 years agoHelpful | Level 5
Greg-DB,
Is it now possible to get the size of a folder?
or we still need to do it manually as you said?- Greg-DB4 years agoDropbox Staff
bellomsean No, unfortunately the API still doesn't offer a way to do this directly, so you'd still need to calculate the sum.
- LouisCorleone3 years agoNew member | Level 2
Still need to calculate the sum?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 23 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!