We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
pisyavtapke
3 months agoNew member | Level 2
api
the api does not work for me to delete data on the team account, please help, does not see the folder space, just empty import dropbox from datetime import datetime, timedelta import time # Замен...
Здравко
3 months agoLegendary | Level 20
Hi pisyavtapke,
First of all, your code is bad structured - direct use of access token is discouraged since it expires. For long term use, better use refresh token.
Next, just pulling up arbitrary team member (even the first one - it's still unknown) is insecure if you don't relay on something "strange". Where do you know from that particular member folder is not empty yet? Did you ensure this somehow? You didn't even print the member details to check it by hands! Check all this...
Hope this gives direction.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!