We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
aldo195
8 years agoExplorer | Level 3
Unable to list linked devices
We want our app to be able to list linked devices without having access to files. We've granted the app the "Team auditing" permission type but when we try using the team_devices_list_team_devices() ...
- 8 years agoThat ValidationError should be fixed in the latest release of the Python SDK, currently v8.6.0. Please update to that and try again.
aldo195
8 years agoExplorer | Level 3
Interestingly, this works:
d.team_log_get_events(limit=None, account_id=None, category=dropbox.team_log.EventCategory.members)
But this returns the error:
d.team_log_get_events(limit=None, account_id=None, category=dropbox.team_log.EventCategory.devices)
d.team_log_get_events(limit=None, account_id=None, category=dropbox.team_log.EventCategory.members)
But this returns the error:
d.team_log_get_events(limit=None, account_id=None, category=dropbox.team_log.EventCategory.devices)
Greg-DB
Dropbox Community Moderator
8 years agoThat code looks right, but there's currently an issue with the SDK that can result in that ValidationError. We're looking into it. I'll let you know when I have an update on it.
- Greg-DB8 years ago
Dropbox Community Moderator
That ValidationError should be fixed in the latest release of the Python SDK, currently v8.6.0. Please update to that and try again.
About Dropbox API Support & Feedback
Find help with the Dropbox API from 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!