cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know what we learned at IBC? Check out our learnings on media, remote working and more right 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: Python SDK remove inherited members from child folder

Python SDK remove inherited members from child folder

BrettB_
New member | Level 2
Go to solution

Hi,

 

I'm trying to remove inherited members from a folder with structure "Team Folder/Shared Folder/Inherited Folder" but they do not have shared_folder_id of their own to target.

 

I can do this from the UI by clicking the share button and remove "Members of Shared Folder".

 

Is there a method to do this by path or folder ID from the Python SDK?

1 Accepted Solution

Accepted Solutions

BrettB_
New member | Level 2
Go to solution

Nevermind figured it out!

 

If anyone else has this problem:

 

dbx.sharing_share_folder(path) adds a share id and keeps current members.

View solution in original post

1 Reply 1

BrettB_
New member | Level 2
Go to solution

Nevermind figured it out!

 

If anyone else has this problem:

 

dbx.sharing_share_folder(path) adds a share id and keeps current members.
Need more support?