Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
adamb924
1 year agoExplorer | Level 3
Suddenly getting "no_permission/unauthorized_account_id_usage/" with add_folder_member endpoint
We've recently started getting different behavior from the API when calling add_folder_member. We're getting the error "no_permission/unauthorized_account_id_usage/". I've replicated it in the A...
DB-Des
Dropbox Community Moderator
1 year agoHi adamb924,
I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:
- the name and version number of the platform and SDK/library you are using, if any
- the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)
Could you also confirm if you receive the same error when using the user's email address instead of their Dropbox ID?
- adamb9241 year agoExplorer | Level 3
Thanks for getting right back to me. This is with API v2. We're using CURL calls. Here for example is a CURL call that replicates the problem (with placeholders for the private stuff).
```
curl -X POST https://api.dropboxapi.com/2/sharing/add_folder_member \
--header "Authorization: Bearer <my access token>" \
--header "Content-Type: application/json" \
--data "{\"members\":[{\"access_level\":\"editor\",\"member\":{\".tag\":\"dropbox_id\",\"dropbox_id\":\"<my user id>\"}}],\"quiet\":false,\"shared_folder_id\":\"<my folder id>\"}"```
When I identified the user with an email address, it worked. Please let me know if this behavior will be fixed, or if we should switch over to using email addresses.
Thanks.
- Greg-DB1 year ago
Dropbox Community Moderator
adamb924 Thanks for following up. Can you clarify where/how you retrieved that "dbid" value that you're passing to /2/sharing/add_folder_member?
- adamb9241 year agoExplorer | Level 3
Yep, I got it from the account_id field in the value returned from my call to
https://api.dropbox.com/oauth2/token. (When I logged in as the target user.)
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!