<?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: Difference between sf_nonteam_add_members , sf_nonteam_join &amp;amp; sf_nonteam_claim_membership in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274794#M16387</link>
    <description>&lt;P&gt;Yes, when non-team user mounted the folder then I get "sf_nonteam_mount" event.&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 19:15:29 GMT</pubDate>
    <dc:creator>Info V.1</dc:creator>
    <dc:date>2018-05-02T19:15:29Z</dc:date>
    <item>
      <title>Difference between sf_nonteam_add_members , sf_nonteam_join &amp; sf_nonteam_claim_membership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274220#M16322</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the difference between&amp;nbsp;sf_nonteam_add_members , sf_nonteam_join &amp;amp; sf_nonteam_claim_membership.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274220#M16322</guid>
      <dc:creator>Info V.1</dc:creator>
      <dc:date>2019-05-29T09:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between sf_nonteam_add_members , sf_nonteam_join &amp; sf_nonteam_claim_membership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274221#M16323</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/50728"&gt;@Info V.1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The events you reference are v1 event types, so first I'd like to suggest you look at migrating to the v2 event log endpoints:&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/events-migration-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/events-migration-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The event types you mention refer to different actions performed by non-team member actors specifically as related to a shared folder, so for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sf_nonteam_join refers to a non-team member joining a shared folder.&lt;/P&gt;
&lt;P&gt;sf_nonteam_add_members refers to a non-team member adding members to a shared folder and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Under v2 these events have all been collapsed under shared_content_xxxx event types (complete descriptions in the migration guide referenced above) and the determination of whether the action was performed by a team member or not can be achieved&amp;nbsp;by examining the actor and context properties of the event entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 00:05:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274221#M16323</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-04-28T00:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between sf_nonteam_add_members , sf_nonteam_join &amp; sf_nonteam_claim_membership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274223#M16324</link>
      <description>&lt;P&gt;Thanks for the quick response . We have planned for migrating to V2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am seeing different behavior:&lt;/P&gt;
&lt;P&gt;As a team admin I added a non-team user (exist in Dropbox) and I get "&lt;STRONG&gt;sf_nonteam_add_members&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;As a team admin I added a non-team user (does not exist in Dropbox) and I get "&lt;STRONG&gt;sf_nonteam_invite&lt;/STRONG&gt;". And when the new user created Dropbox account I get "&lt;STRONG&gt;sf_nonteam_claim_membership&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not getting "&lt;STRONG&gt;sf_nonteam_join&lt;/STRONG&gt;" in both of the above&amp;nbsp;cases.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Manish&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 00:52:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274223#M16324</guid>
      <dc:creator>Info V.1</dc:creator>
      <dc:date>2018-04-28T00:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between sf_nonteam_add_members , sf_nonteam_join &amp; sf_nonteam_claim_membership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274574#M16358</link>
      <description>&lt;P&gt;Sorry about that, I think I inverted the relationships.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you had a non-team member (but Dropbox account) mount the shared folder?&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 17:05:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274574#M16358</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-05-01T17:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between sf_nonteam_add_members , sf_nonteam_join &amp; sf_nonteam_claim_membership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274794#M16387</link>
      <description>&lt;P&gt;Yes, when non-team user mounted the folder then I get "sf_nonteam_mount" event.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 19:15:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274794#M16387</guid>
      <dc:creator>Info V.1</dc:creator>
      <dc:date>2018-05-02T19:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between sf_nonteam_add_members , sf_nonteam_join &amp; sf_nonteam_claim_membership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274829#M16390</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/50728"&gt;@Info V.1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doing a little more digging into this, if you refer to our v1 docs for the &lt;A href="https://www.dropbox.com/developers-v1/business/docs#log-get-events" target="_self"&gt;get_events&lt;/A&gt; endpoint there is an entry under the notes section that states:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The events&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;sf_team_mount&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;sf_nonteam_mount&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will eventually replace&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;sf_team_join&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;sf_nonteam_join&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I'm thinking this is why you're not seeing the sf_nonteam_join events when a non-team member joins/mounts shared content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do want to reiterate that these event types are all v1 and that migration to v2 is highly recommended. The following content can help with that process:&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/events-migration-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/events-migration-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a brief description of what actions cause what events see the event types section of the v1 documentation:&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers-v1/business/docs#log-get-events" target="_blank"&gt;https://www.dropbox.com/developers-v1/business/docs#log-get-events&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The events migration guide referenced above shows the mapping of v1 categories to v2 categories.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this gives you the information you are looking for. Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 22:23:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/274829#M16390</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-05-02T22:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between sf_nonteam_add_members , sf_nonteam_join &amp; sf_nonteam_claim_membership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/275106#M16423</link>
      <description>&lt;P&gt;Thanks Chuck !!&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 19:12:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Difference-between-sf-nonteam-add-members-sf-nonteam-join-amp-sf/m-p/275106#M16423</guid>
      <dc:creator>Info V.1</dc:creator>
      <dc:date>2018-05-04T19:12:17Z</dc:date>
    </item>
  </channel>
</rss>

