cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Musicians, convert your MuseScore files to PDF to play music on the go! Learn more 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: 

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?
Who's talking

Top contributors to this post

  • User avatar
    JohnAdam_CUNY Helpful | Level 6
What do Dropbox user levels mean?