<?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: Android (or Java) example of webhook implementation is needed in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118137#M3456</link>
    <description>&lt;P&gt;Can you elaborate on what your scenario is? Webhooks are meant for server-side apps, and require a pre-registered URI where Dropbox can send notifications. Perhaps you actually mean &lt;A href="https://blogs.dropbox.com/developers/2013/11/low-latency-notification-of-dropbox-file-changes/" rel="nofollow noreferrer"&gt;/longpoll_delta&lt;/A&gt;?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2015 01:12:59 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-07-01T01:12:59Z</dc:date>
    <item>
      <title>Android (or Java) example of webhook implementation is needed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118136#M3455</link>
      <description>&lt;P&gt;Would Dropbox team so kind to write a code example for webhook on Android (or Java)? All I have found is the only one Python example and I have no idea how to rewrite it for Android.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:41:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118136#M3455</guid>
      <dc:creator>Lev P.</dc:creator>
      <dc:date>2019-05-29T09:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Android (or Java) example of webhook implementation is needed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118137#M3456</link>
      <description>&lt;P&gt;Can you elaborate on what your scenario is? Webhooks are meant for server-side apps, and require a pre-registered URI where Dropbox can send notifications. Perhaps you actually mean &lt;A href="https://blogs.dropbox.com/developers/2013/11/low-latency-notification-of-dropbox-file-changes/" rel="nofollow noreferrer"&gt;/longpoll_delta&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 01:12:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118137#M3456</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-07-01T01:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Android (or Java) example of webhook implementation is needed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118138#M3457</link>
      <description>&lt;P&gt;I am using the Core API to access files on Dropbox from client on Android device. I would like to get notification about user's file changes when it   happens. Does it possible by means of webhook or should I use old "/longpoll_delta way" to do it?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 01:49:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118138#M3457</guid>
      <dc:creator>Lev P.</dc:creator>
      <dc:date>2015-07-01T01:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Android (or Java) example of webhook implementation is needed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118139#M3458</link>
      <description>&lt;P&gt;Yes, for a client-side app, such as on Android, you should use &lt;A href="https://www.dropbox.com/developers/core/docs#longpoll-delta" rel="nofollow noreferrer"&gt;/longpoll_delta&lt;/A&gt;. The /longpoll_delta endpoint and webhooks both serve the same basic purpose, that is, low-latency notification of changes, but they're built for different scenarios, that is, client-side apps and server-side apps, respectively. In both cases, they just tell you when to call &lt;A href="https://www.dropbox.com/developers/core/docs#delta" rel="nofollow noreferrer"&gt;/delta&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;I don't believe we have a sample of using /longpoll_delta on Android specifically, but I'll be sure to pass this along as a request.&lt;/P&gt;

&lt;P&gt;That being the case, I recommend referring to the blog post and documentation:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/docs#longpoll-delta" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#longpoll-delta&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://blogs.dropbox.com/developers/2013/11/low-latency-notification-of-dropbox-file-changes/" rel="nofollow noreferrer"&gt;https://blogs.dropbox.com/developers/2013/11/low-latency-notification-of-dropbox-file-changes/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 02:58:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118139#M3458</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-07-01T02:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Android (or Java) example of webhook implementation is needed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118140#M3459</link>
      <description>&lt;P&gt;Thanks for clarification!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:47:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-or-Java-example-of-webhook-implementation-is-needed/m-p/118140#M3459</guid>
      <dc:creator>Lev P.</dc:creator>
      <dc:date>2015-07-01T20:47:53Z</dc:date>
    </item>
  </channel>
</rss>

