<?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: DbxClientV2.sharing().listFolderMembers does not return user in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759718#M33200</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1703204"&gt;@programmer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;And how can I get a SharedFolderMembers instance, ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm..&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; What are you calling your getUsers() upon? What type is that object? 🧐 🙋&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 16:10:32 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2024-03-25T16:10:32Z</dc:date>
    <item>
      <title>DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759629#M33193</link>
      <description>&lt;P&gt;I have some folder which is shared with this email: test@test.com. (I guess that such a dropbox account does not exist). Anyway if I use java api call:&lt;BR /&gt;&lt;BR /&gt;DbxClientV2 client;//some client&lt;BR /&gt;String sharedFolderId;//some shared folder id&lt;BR /&gt;List&amp;lt;UserMembershipInfo&amp;gt; users = client.sharing().listFolderMembers(sharedFolderId).getUsers()&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;I don't get a user with email test@test.com in the users variable.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Why is that?&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Mar 2024 09:20:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759629#M33193</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-03-25T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759686#M33196</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1703204"&gt;@programmer&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You're checking users! Did you check invitees? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 14:49:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759686#M33196</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-03-25T14:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759692#M33197</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1703204"&gt;@programmer&lt;/a&gt;&amp;nbsp;Здравко is correct; the getUsers method will only give you the members. To get the invitees, you'd need to call &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/sharing/SharedFolderMembers.html#getInvitees()" target="_self"&gt;getInvitees&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 14:55:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759692#M33197</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-03-25T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759712#M33199</link>
      <description>&lt;P&gt;ok&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:10:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759712#M33199</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-03-25T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759718#M33200</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1703204"&gt;@programmer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;And how can I get a SharedFolderMembers instance, ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm..&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; What are you calling your getUsers() upon? What type is that object? 🧐 🙋&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:10:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/759718#M33200</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-03-25T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762033#M33298</link>
      <description>&lt;P&gt;Look at this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/td-p/761781" target="_blank"&gt;https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/client-files-downloadBuilder-drops-download-speed-suddenly/td-p/761781&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got no idea why they marked this as spam. Are you going to answer me?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 07:26:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762033#M33298</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-04-05T07:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762089#M33305</link>
      <description>&lt;P&gt;Hi again &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1703204"&gt;@programmer&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Sometimes the forum spam filter activates just so - nobody knows why. 🤷 Don't ask me.&lt;/P&gt;&lt;P&gt;Anyways... Your issue is not related to Dropbox itself (neither Dropbox API nor Dropbox SDK). There are are lots of reasons why your link could slow down. To one or other extent it's always related to your application design. The initial source of such issues are usually outside the application though.&lt;/P&gt;&lt;P&gt;If I have to speculate, most likely your ISP slow down your prolonged network links. Such a practice is something very popular at present. It lets your ISP(s) to promise you network parameters that exceed real provider capacity and lets you feel that everything is well (in fact this is kind of fraud - very difficult to prove though). On link establishment the speed is high. So if you load a web page, for instance, despite of the delay, initial view appears fast that lefts impression of high speed. If you try download a big file on the same browser, for instance, the "picture" is different - the downloading throttles short after initiation. Keep in mind that by default the underlying network libraries concatenate successive request to the same domain as a single link (or few links - not link for every request)! This usually avoid initial delay related to link establishment, so speeds up requests performed on network environment with uniform speed. All good but this triggers ISP driven effects (something that usually the libraries don't take into account and is something specific to particular ISP). Again, despite this is something very likely, it's my speculation - you have to check the actual reason. If this confirms, you may try 'enpack' your download requests in smaller links - flush links pool from time to time when many requests become in queue (this is below Dropbox SDK). You may play with the different 'pack' sizes and see what works best. Keep in mind - too small packs will slow down because many link establishments, on one side, too big packs will trigger ISP throttling, on other side.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:23:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762089#M33305</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-04-05T12:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762090#M33306</link>
      <description>&lt;P&gt;Unfortunately the issue is not about my ISP. The same application code works fine for hours if using google drive.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:26:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762090#M33306</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-04-05T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762092#M33307</link>
      <description>&lt;P&gt;Unfortunately, that's very difficult to diagnose. Also keep in mind that it doesn't matter how long particular code works! So:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1703204"&gt;@programmer&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... works fine for hours if using google drive.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;... is unrelated, the important thing is how! If you keep doubt that it's Dropbox server related, try investigate outside your application with network diagnostic tools. Tools that may let you know what actually goes on. Try reproduce the same situation and observe results. I cannot say anything more.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:35:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762092#M33307</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-04-05T12:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762105#M33308</link>
      <description>&lt;P&gt;I could try to check if it is a plan related issue, but I can't -- my country is not in the list on payment form. Could you give me a "Plus" plan for a couple of days? I will tell which account for.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:33:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762105#M33308</guid>
      <dc:creator>programmer</dc:creator>
      <dc:date>2024-04-05T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2.sharing().listFolderMembers does not return user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762109#M33311</link>
      <description>&lt;P&gt;As Здравко said, it looks like your new post got caught in the spam filter, but it is restored there now. I'll follow up with you on that thread.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:34:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DbxClientV2-sharing-listFolderMembers-does-not-return-user/m-p/762109#M33311</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-05T13:34:08Z</dc:date>
    </item>
  </channel>
</rss>

