<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Changing team folder setting with pyhon module in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Changing-team-folder-setting-with-pyhon-module/m-p/241658#M13462</link>
    <description>&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;I want to set team folder using python module.&lt;/P&gt;&lt;P&gt;Team folder creation is complete&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, I do not know the setting method below in the setting of the team folder&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Who can manage access to this folder?&lt;BR /&gt;Default : "Anyone in your Dropbox Business account with edit permissions"&lt;BR /&gt;Change to "Only owners"&lt;/P&gt;&lt;P&gt;Allow links to be shared with people outside this folder?&lt;BR /&gt;Default : "Yes"&lt;BR /&gt;Change to "No"&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:19:21 GMT</pubDate>
    <dc:creator>J_Matsumoto</dc:creator>
    <dc:date>2019-05-29T09:19:21Z</dc:date>
    <item>
      <title>Changing team folder setting with pyhon module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Changing-team-folder-setting-with-pyhon-module/m-p/241658#M13462</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;I want to set team folder using python module.&lt;/P&gt;&lt;P&gt;Team folder creation is complete&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, I do not know the setting method below in the setting of the team folder&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Who can manage access to this folder?&lt;BR /&gt;Default : "Anyone in your Dropbox Business account with edit permissions"&lt;BR /&gt;Change to "Only owners"&lt;/P&gt;&lt;P&gt;Allow links to be shared with people outside this folder?&lt;BR /&gt;Default : "Yes"&lt;BR /&gt;Change to "No"&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Changing-team-folder-setting-with-pyhon-module/m-p/241658#M13462</guid>
      <dc:creator>J_Matsumoto</dc:creator>
      <dc:date>2019-05-29T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing team folder setting with pyhon module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Changing-team-folder-setting-with-pyhon-module/m-p/241708#M13468</link>
      <description>&lt;P&gt;You can use the &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_update_folder_policy" target="_self"&gt;sharing_update_folder_policy&lt;/A&gt;&amp;nbsp;method to change the settings of a team folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you're using a Business API&amp;nbsp;member file access app with the Python SDK, that would look like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;import dropbox

TEAM_ACCESS_TOKEN = "..."
MEMBER_ID = "..."
TEAM_FOLDER_ID = "..."

dbx_team = dropbox.DropboxTeam(TEAM_ACCESS_TOKEN)
dbx_user = dbx_team.as_user(MEMBER_ID)

res = dbx_user.sharing_update_folder_policy(TEAM_FOLDER_ID, acl_update_policy=dropbox.sharing.AclUpdatePolicy.owner, shared_link_policy=dropbox.sharing.SharedLinkPolicy.members)
print(res)
&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Sep 2017 15:23:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Changing-team-folder-setting-with-pyhon-module/m-p/241708#M13468</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-15T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing team folder setting with pyhon module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Changing-team-folder-setting-with-pyhon-module/m-p/241748#M13471</link>
      <description>&lt;P&gt;Greg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for giving me a hand&lt;/P&gt;&lt;P&gt;It seems made of the way you told&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 07:07:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Changing-team-folder-setting-with-pyhon-module/m-p/241748#M13471</guid>
      <dc:creator>J_Matsumoto</dc:creator>
      <dc:date>2017-09-16T07:07:08Z</dc:date>
    </item>
  </channel>
</rss>

