cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know what we learned at IBC? Check out our learnings on media, remote working and more right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Python SDK that mimics json get_info

Python SDK that mimics json get_info

JohnAdam_CUNY
Helpful | Level 6

We got a requirement to update our Dropbox first and last name. Is it simply to to use info to update an existing user Dropbox first name and last name.  Our wrote the code using json API but not as familiar with Python SDK. Any help is greatly appreciated.

1 Accepted Solution

Accepted Solutions

JohnAdam_CUNY
Helpful | Level 6

Nevermind it was a typo error but i fixed it with below

 

user = dropbox.team.UserSelectorArg.email(dropboxemail)
result = dbx_team.team_members_get_info_v2([user])

View solution in original post

1 Reply 1

JohnAdam_CUNY
Helpful | Level 6

Nevermind it was a typo error but i fixed it with below

 

user = dropbox.team.UserSelectorArg.email(dropboxemail)
result = dbx_team.team_members_get_info_v2([user])

Need more support?