cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: 

Re: 409 error with list_shared_links and business account

409 error with list_shared_links and business account

qwc
Explorer | Level 4
Go to solution

Hi - We are getting the following error:

{"error_summary": "path/not_found/", "error": {".tag": "path", "path": {".tag": "not_found"}}}

When calling the:

https://api.dropboxapi.com/2/sharing/list_shared_links

Endpoint from a business account. It's not erroring with a normal/free user.

Is there something I am missing here? What would the set of API calls be to get the list of shared links for a user to cover all user types?

11 Replies 11

Greg-DB
Dropbox Staff
Go to solution

Thanks for your patience while we looked into this. This issue was related to accessing the contents of accounts using the "team space" configuration in particular: https://help.dropbox.com/teams-admins/team-member/team-space-overview This should be working properly now.

 

Please refer to the updated documentation for more information on how to use this endpoint to list the shared links in different parts of the user's account: https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links

 

By default, if you don't specify the 'Dropbox-API-Path-Root' header, the call will be rooted in the user's member folder only. If you also want to list shared links in the team space, you'll need to set the the 'Dropbox-API-Path-Root' header root mode as covered in the Namespace Guide: https://www.dropbox.com/developers/reference/namespace-guide

qwc
Explorer | Level 4
Go to solution

Thanks @Greg-DB - appreciate you fixing that.

Need more support?