<?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: Able to poll for Shared Folders after user Adds to Dropbox but not Shared Files - Java SDK in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/473951#M24075</link>
    <description>&lt;P&gt;Unfortunately the&amp;nbsp;Dropbox API doesn't offer a way to continuously&amp;nbsp;monitor "received" shared files (like webhooks or longpolling),&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listReceivedFiles--" target="_self"&gt;listReceivedFiles&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listReceivedFilesContinue-java.lang.String-" target="_self"&gt;listReceivedFilesContinue&lt;/A&gt; methods is the right way to see what files the account has received. You can get a &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.html" target="_self"&gt;ListReceivedFilesBuilder&lt;/A&gt; as returned by&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listReceivedFilesBuilder--" target="_self"&gt;listReceivedFilesBuilder&lt;/A&gt; to use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.html#withLimit-java.lang.Long-" target="_self"&gt;ListReceivedFilesBuilder.withLimit&lt;/A&gt; to increase how many files you get back per call though, if that helps.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 17:03:55 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-11-27T17:03:55Z</dc:date>
    <item>
      <title>Able to poll for Shared Folders after user Adds to Dropbox but not Shared Files - Java SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/473862#M24059</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm using the Java Core SDK version 3.1.3&amp;nbsp;&lt;BR /&gt;We have a mechanism of long polling for the changes in the User's Account.&lt;BR /&gt;Our Application doesn't have any of the scopes for teams .&lt;BR /&gt;For a regular user (Non Team) we're able to get the "events" for a shared folder if the user chooses to "Add to Dropbox"&lt;BR /&gt;But we're not getting the shared files using the cursor to get the changes using the following API&lt;/P&gt;&lt;PRE&gt;files().listFolderContinue(cursor)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; The files don't have an option to "Add to Dropbox" (atleast at the receiver's end) .&lt;BR /&gt;So how do we go about knowing if a file has been shared to an account ?&lt;BR /&gt;Continuously comparing all shared files using&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sharing().listReceivedFiles()&lt;/PRE&gt;&lt;P&gt;isn't a good idea since our users have thousands of files.&lt;BR /&gt;Using the Business APIs is a different beast but if someone can tell me how to use the Long Poll method / webhook for shared files that would be great .&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 11:08:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/473862#M24059</guid>
      <dc:creator>apo1397</dc:creator>
      <dc:date>2020-11-27T11:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Able to poll for Shared Folders after user Adds to Dropbox but not Shared Files - Java SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/473951#M24075</link>
      <description>&lt;P&gt;Unfortunately the&amp;nbsp;Dropbox API doesn't offer a way to continuously&amp;nbsp;monitor "received" shared files (like webhooks or longpolling),&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listReceivedFiles--" target="_self"&gt;listReceivedFiles&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listReceivedFilesContinue-java.lang.String-" target="_self"&gt;listReceivedFilesContinue&lt;/A&gt; methods is the right way to see what files the account has received. You can get a &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.html" target="_self"&gt;ListReceivedFilesBuilder&lt;/A&gt; as returned by&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#listReceivedFilesBuilder--" target="_self"&gt;listReceivedFilesBuilder&lt;/A&gt; to use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/sharing/ListReceivedFilesBuilder.html#withLimit-java.lang.Long-" target="_self"&gt;ListReceivedFilesBuilder.withLimit&lt;/A&gt; to increase how many files you get back per call though, if that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 17:03:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/473951#M24075</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-27T17:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Able to poll for Shared Folders after user Adds to Dropbox but not Shared Files - Java SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/474365#M24086</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;. I read somewhere about the Business APIs being of some help but I didn't see any API to&amp;nbsp;&lt;SPAN&gt;continuously&amp;nbsp;monitor "received" shared files.&amp;nbsp;&lt;BR /&gt;Did the documentation mean that we might get shared files in the webhook/longpoll for Dropbox Business Account or something else ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 06:13:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/474365#M24086</guid>
      <dc:creator>apo1397</dc:creator>
      <dc:date>2020-11-30T06:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Able to poll for Shared Folders after user Adds to Dropbox but not Shared Files - Java SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/474607#M24095</link>
      <description>&lt;P&gt;Are you referring to the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/teamlog/DbxTeamTeamLogRequests.html#getEvents--" target="_self"&gt;getEvents&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/teamlog/DbxTeamTeamLogRequests.html#getEventsContinue-java.lang.String-" target="_self"&gt;getEventsContinue&lt;/A&gt; functionality? That's a way to monitor events&amp;nbsp;occurring on a&amp;nbsp;Dropbox Business team. That log would include shared file events, but it can only be used by Business teams, with the 'events.read' team scope.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 18:12:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Able-to-poll-for-Shared-Folders-after-user-Adds-to-Dropbox-but/m-p/474607#M24095</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-30T18:12:02Z</dc:date>
    </item>
  </channel>
</rss>

