We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Python SDK member space limit
1 TopicPython SDK Set Custom Quota
We have working version of our code using Python SDK but having trouble testing. What do I put for 20GB of data for custom_quota Just want to confirm do I put 20 or 20 * 1024 * 1024 * 1024 for custom_quota and can I user user email instead of member_id try: response = dbx.team_member_space_limits_set_custom_quota( member_id=team_member_id, quota=custom_quota ) except: dropbox.exceptions.ApiError as e: print(f"API Error: {e}")258Views0likes2Comments