Hello,
I am currently using an app with the Dropbox API. I can access the user's folder without any issues — it works well. A user also wants to connect their account, but they are part of a business account and would like to access the team folders.
I tried connecting with their account, but it always redirects me to their user folder, and I can't manage to access the team folders.
After searching through forums, I understood that I needed to create a specific Dropbox Business API app. So I looked everywhere, but I only found how to create a standard API app. This time, I made sure to select the team scopes (see screenshot).
However, when I initiate the connection, it generates an access_token and a refresh_token. I even managed to retrieve a dropbox_team_admin_id. But every time I try to access files, I get 400 error codes.
So my first questions are: did I actually create a Dropbox Business API app? The token I receive starts with sl. and I read that this is a standard token. So I would like to understand how to create a true Dropbox Business API app instead of a standard one.
Thank you in advance for your help.
.png)