<?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 Re: Dropbox for Business - Queries in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/294049#M17902</link>
    <description>&lt;DIV&gt;Hello Greg,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the reply.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I receive multiple web-hook requests on the webhook url for a single file uploaded in Dropbox shared folder of a Dropbox account.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Similarly, I get multiple webhook notification on the webhook url when a new Dropbox member is added to the team.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can you please help me understand why is this happening.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Gagan&lt;/DIV&gt;</description>
    <pubDate>Mon, 27 Aug 2018 14:37:26 GMT</pubDate>
    <dc:creator>gagsbh80</dc:creator>
    <dc:date>2018-08-27T14:37:26Z</dc:date>
    <item>
      <title>Dropbox for Business - Queries</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/282012#M17261</link>
      <description>&lt;DIV&gt;Hello,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I am developing a solution for Dropbox for Business.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I have few queries:&lt;/DIV&gt;
&lt;DIV&gt;1. Can we have 2 owners of a shared folder or a team folder ?&lt;/DIV&gt;
&lt;DIV&gt;2. For a Dropbox team having single team admin, can we delete its admin ?&lt;/DIV&gt;
&lt;DIV&gt;3. If a team admin is deleted, do we get any web-hook notification telling us whether&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;the team admin deleted ?&lt;/DIV&gt;
&lt;DIV&gt;4. If a new team member is added to Dropbox Team, will we get a web-hook notification&lt;/DIV&gt;
&lt;DIV&gt;5. How do we remove admin rights of a user (demote) who was promoted to an Admin earlier ?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;Gagan&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 09:12:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/282012#M17261</guid>
      <dc:creator>gagsbh</dc:creator>
      <dc:date>2019-05-29T09:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox for Business - Queries</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/282048#M17275</link>
      <description>&lt;P&gt;1. No, folders can only have one owner at a time.&lt;/P&gt;
&lt;P&gt;2. No, you cannot remove the last admin on a team. Attempting to do so will&amp;nbsp;result in &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-remove" target="_blank"&gt;the 'remove_last_admin' error&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;3. Yes, if your app has the "team member management" or "team member file access" permission, you can register for and&amp;nbsp;receive &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#webhooks" target="_blank"&gt;Business webhook notifications&lt;/A&gt;&amp;nbsp;for events like this. You can find more information in the documentation there.&lt;/P&gt;
&lt;P&gt;4. Same as #3.&lt;/P&gt;
&lt;P&gt;5. You can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team-members-set_admin_permissions" target="_blank"&gt;/2/team/members/set_admin_permissions&lt;/A&gt; to change a member's admin permissions.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 16:11:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/282048#M17275</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-25T16:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox for Business - Queries</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/294049#M17902</link>
      <description>&lt;DIV&gt;Hello Greg,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the reply.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I receive multiple web-hook requests on the webhook url for a single file uploaded in Dropbox shared folder of a Dropbox account.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Similarly, I get multiple webhook notification on the webhook url when a new Dropbox member is added to the team.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can you please help me understand why is this happening.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Gagan&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Aug 2018 14:37:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/294049#M17902</guid>
      <dc:creator>gagsbh80</dc:creator>
      <dc:date>2018-08-27T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox for Business - Queries</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/294066#M17908</link>
      <description>It is expected that you'll receive a webhook notification for changes in a shared folder for each member of that shared folder. There's a note about this here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#webhooks" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/teams#webhooks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Are you receiving exact duplicate webhook notifications when a single new member is added though? That wouldn't be expected. If that's what you're seeing, please share samples so we can take a look. You can share privately here if you'd prefer: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;</description>
      <pubDate>Mon, 27 Aug 2018 15:37:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-for-Business-Queries/m-p/294066#M17908</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-27T15:37:59Z</dc:date>
    </item>
  </channel>
</rss>

