<?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 Dropbox Sync API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Sync-API/m-p/123709#M3596</link>
    <description>&lt;P&gt;When I updated a file from a device app which is registered with same app key then the same file from one other device not get notified that it is changed but when i change the same file from Dropbox it self it get notified. Below is my code&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[[DBFilesystem sharedFilesystem] addObserver:self forPathAndChildren:pathDB block:^(){
        DBError *error= nil;

        NSLog(@"File(s) %@ changed!",pathDB);
 }];
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please help me&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:45:09 GMT</pubDate>
    <dc:creator>Ravi k.9</dc:creator>
    <dc:date>2019-05-29T09:45:09Z</dc:date>
    <item>
      <title>Dropbox Sync API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Sync-API/m-p/123709#M3596</link>
      <description>&lt;P&gt;When I updated a file from a device app which is registered with same app key then the same file from one other device not get notified that it is changed but when i change the same file from Dropbox it self it get notified. Below is my code&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[[DBFilesystem sharedFilesystem] addObserver:self forPathAndChildren:pathDB block:^(){
        DBError *error= nil;

        NSLog(@"File(s) %@ changed!",pathDB);
 }];
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please help me&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:45:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Sync-API/m-p/123709#M3596</guid>
      <dc:creator>Ravi k.9</dc:creator>
      <dc:date>2019-05-29T09:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Sync API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Sync-API/m-p/123710#M3597</link>
      <description>&lt;P&gt;There are a few things to check on first in cases like this:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Are both devices linked to the same account? E.g., check DBAccount.userId&lt;/LI&gt;
&lt;LI&gt;Do you see the change from the first device on the Dropbox web site? Changes go to the Dropbox servers first in order to get propagated to other devices. So, for example, if the device where the change is made is offline, the change can't get sent to the servers or other devices.&lt;/LI&gt;
&lt;LI&gt;Are you getting any error messages in the log on either device?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 17 Feb 2015 01:12:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Sync-API/m-p/123710#M3597</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-17T01:12:10Z</dc:date>
    </item>
  </channel>
</rss>

