<?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 the account id sent by the webhook is the same even when 2 users are making changes to the files in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/612713#M2812</link>
    <description>&lt;P&gt;I am currently testing the dropbox api's .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a test I have logged into dropbox with two user accounts, (admin user&amp;nbsp; and a regular operator) . When uploading or deleting a file , from both users, dropbox sends out a webhook with the admin user account id ? Why should this happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is an example of the event data:&lt;/P&gt;
&lt;P&gt;{"event": {"delta": {"users": [123456789], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["dbmid:AADCCx57kFX"]}}, "list_folder": {"accounts": ["dbid:AA&lt;BR /&gt;Dh77aHewSdqZ"], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["dbmid:AADCCx57kFX"]}}}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i get the same dbid for both the admin user and the operator user for a file upload.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2022 00:59:04 GMT</pubDate>
    <dc:creator>vinitswar</dc:creator>
    <dc:date>2022-07-29T00:59:04Z</dc:date>
    <item>
      <title>the account id sent by the webhook is the same even when 2 users are making changes to the files</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/612713#M2812</link>
      <description>&lt;P&gt;I am currently testing the dropbox api's .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a test I have logged into dropbox with two user accounts, (admin user&amp;nbsp; and a regular operator) . When uploading or deleting a file , from both users, dropbox sends out a webhook with the admin user account id ? Why should this happen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is an example of the event data:&lt;/P&gt;
&lt;P&gt;{"event": {"delta": {"users": [123456789], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["dbmid:AADCCx57kFX"]}}, "list_folder": {"accounts": ["dbid:AA&lt;BR /&gt;Dh77aHewSdqZ"], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["dbmid:AADCCx57kFX"]}}}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i get the same dbid for both the admin user and the operator user for a file upload.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 00:59:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/612713#M2812</guid>
      <dc:creator>vinitswar</dc:creator>
      <dc:date>2022-07-29T00:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: the account id sent by the webhook is the same even when 2 users are making changes to the files</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/612792#M2813</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1544634"&gt;@vinitswar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... When uploading or deleting a file , from both users, dropbox sends out a webhook with the admin user account id ? Why should this happen.&lt;/P&gt;&lt;P&gt;... "accounts": ["&lt;STRONG&gt;dbid&lt;/STRONG&gt;:AADh77aHewSdqZ"], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["&lt;STRONG&gt;dbmid&lt;/STRONG&gt;:AADCCx57kFX"]} ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i get the same dbid for both the admin user and the operator user for a file upload.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1544634"&gt;@vinitswar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This should happen when users (either admins or regular users) are different members within the same account. The "dbid" identifies the account, not the team member/user! Team members have their unique "dbmid" in the team they participate in - "dbtid". Last but not least - how have you linked your application - using the admin credentials or the operator? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 12:08:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/612792#M2813</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-07-29T12:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: the account id sent by the webhook is the same even when 2 users are making changes to the files</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/612820#M2814</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1544634"&gt;@vinitswar&lt;/a&gt; As Здравко asked, it sounds like you have your application linked to just the one account of the two. Your app will only receive notifications for accounts linked to your app, but it will receive notifications for any changes in the linked account(s), including those in shared folders. So, even if different accounts are making changes in a shared folder, you'll only be notified with account IDs that have connected your app to their accounts, since all of those changes are occurring in the shared folder mounted in their account.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 14:51:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/612820#M2814</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-07-29T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: the account id sent by the webhook is the same even when 2 users are making changes to the files</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613307#M2823</link>
      <description>&lt;P&gt;account id's are unique and are connected to the app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 20:04:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613307#M2823</guid>
      <dc:creator>vinitswar</dc:creator>
      <dc:date>2022-08-01T20:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: the account id sent by the webhook is the same even when 2 users are making changes to the files</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613324#M2824</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1544634"&gt;@vinitswar&lt;/a&gt; I see you wrote in to support about this, so we'll follow up with you there.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 21:31:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613324#M2824</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-08-01T21:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: the account id sent by the webhook is the same even when 2 users are making changes to the files</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613781#M2825</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790"&gt;@Здравко&lt;/a&gt;&amp;nbsp;there is no response from support&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 17:46:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613781#M2825</guid>
      <dc:creator>vinitswar</dc:creator>
      <dc:date>2022-08-03T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: the account id sent by the webhook is the same even when 2 users are making changes to the files</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613789#M2826</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1544634"&gt;@vinitswar&lt;/a&gt; I just checked the support system, and I see we did reply on Monday. Please check the email inbox for the email address registered to your account. Be sure to check your spam folder as well, in case it was filtered.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 17:57:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/the-account-id-sent-by-the-webhook-is-the-same-even-when-2-users/m-p/613789#M2826</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-08-03T17:57:05Z</dc:date>
    </item>
  </channel>
</rss>

