Need to see if your shared folder is taking up space on your dropbox đšâđ»? Find out how to check here.
Forum Discussion
adsalguero
2 years agoExplorer | Level 4
GET Usage (in MB, updates every 8 hours) FROM python sdk
Hello, I want to obtain the corresponding values for Usage (in MB, updates every 8 hours) obteined using the manual export member data in the admin console. Currently this is my test code: ...
adsalguero
2 years agoExplorer | Level 4
Good morning,
We are now using the data provided by the Member Data Report, which I extract from the Dropbox Business reports. This report includes two columns: âUsage (in MB, updates every 8 hours)â and âData (MB) member has access to.â The first column represents the space used by the user, while the second column shows the space that the user can see. Therefore, when I said, âBut I only get âData (MB) member has access to,ââ I meant that I cannot retrieve the space used by a particular user.
For example:
User 1 has 30 MB of their own storage, not shared with anyone else. The same user is also in a shared folder or team folder and can see 3 TB of files. I want to get the 30 MB, but no matter which code I use, I get 3 TB.
Using:
user_dbx = dbx_team.as_user(specific_member['team_member_id'])
account_info = user_dbx.users_get_space_usage()
Shouldnât this be the data related to âUsage (in MB, updates every 8 hours)â?
Regards
DB-Des
Dropbox Community Moderator
2 years ago
Thank you for clarifying. The value stored in the "user_within_team_space_used_cached" property should match the value in the "Usage (in MB, updates every 8 hours)" column.
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!