We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Vishnudev
5 years agoExplorer | Level 3
trying to get members of a shared folder programatically
Hi,
I am trying to get the list of members of a shared folder programatically, using the python SDK.
I tried
response = dbx.sharing_list_file_members('/shared_folder_name').
I am getting thi...
Здравко
5 years agoLegendary | Level 20
Vishnudev wrote:Hi,
I am trying to get the list of members of a shared folder programatically, using the python SDK.
I tried
response = dbx.sharing_list_file_members('/shared_folder_name').
I am getting this error:
dropbox.exceptions.ApiError: ApiError('50c5851add824ae9a2f8616e5ae67510', ListFileMembersError('access_error', SharingFileAccessError('is_folder', None)))
What am I missing?
...
Hi Vishnudev,
You are trying to check "shared folder". Ok, but why are you using file specific call (list file members)? 🧐 Better get the "shared_folder_id" (using contained folder list or similar) and apply it on call for folder members. 😉
Hope this helps.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!