I am following the tutorial on using the python sdk and when it comes to calling account_info() it fails with a 401 error. My app is a business app as I am writing something to performs some automation for our team members. Dropbox says that the app is authorized. When I make this call 'access_token, user_id = auth_flow.finish(auth_code)', I get an access token but the user_id is null.
I suspect that this may be because the python sdk doesnt work for business apps, can anybody confirm or deny?
Thanks for any help.