Dropbox API Getting account information Getting account information using the Dropbox Python library

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

This uses the Dropbox Python SDK to get the user's account information from the Dropbox API.

import dropbox
dbx = dropbox.Dropbox("<ACCESS_TOKEN>")
dbx.users_get_current_account()  

<ACCESS_TOKEN> should be replaced with the access token.



Got any Dropbox API Question?