<?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: Can't get snapshot when link to Datastore on other devices in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6601#M268</link>
    <description>&lt;P&gt;If you can share some code that exhibits the problem, we can investigate.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jan 2015 07:25:41 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2015-01-03T07:25:41Z</dc:date>
    <item>
      <title>Can't get snapshot when link to Datastore on other devices</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6596#M263</link>
      <description>&lt;P&gt;I am an iOS developer of a note-taking app. I tried Datastore to sync notes, which is so fast, that I have faith on it. However I tried to use it with my own database (Core Data) and ran into some problems. &lt;/P&gt;

&lt;P&gt;I don't use Datastore as my main database is because I also have an iCloud sync option. &lt;/P&gt;

&lt;P&gt;It works fine at first. But later I installed my app on other devices, and after I logged in Dropbox, it does not download the snapshot of the default Datastore, but increments. It kept downloading all the change every second until it became current state. This make the first login or re-login takes a lot of time. &lt;/P&gt;

&lt;P&gt;I use observer to watch incoming changes and write them back to my Core Data database, and refresh UI. When user save notes, the change will both save to Core Data and Datastore (call sync:). &lt;/P&gt;

&lt;P&gt;I thought it supposed to download the snapshot of tables the first time it link to an account and open the default Datastore. How do I do?&lt;/P&gt;

&lt;P&gt;BTW, how do I clear my test account Datastore and tables? It seems like I can't do it from the console. &lt;/P&gt;

&lt;P&gt;I really like Datastore's features. And I think it's powerful enough to fit our needs. &lt;/P&gt;

&lt;P&gt;Thank you and wish you have a nice holiday. &lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:46:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6596#M263</guid>
      <dc:creator>H. Yi-Shan</dc:creator>
      <dc:date>2019-05-29T09:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get snapshot when link to Datastore on other devices</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6597#M264</link>
      <description>&lt;P&gt;Are you using local datastores and then migrating? If so, then syncing can't take advantage of downloading a snapshot, since it needs to merge any local changes with the remote changes. (So it applies each delta one at a time, applying conflict resolution, just as though the app had been linked but offline.)&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:53:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6597#M264</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2014-12-24T18:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get snapshot when link to Datastore on other devices</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6598#M265</link>
      <description>&lt;P&gt;Oh, and as for clearing your account, you'll need to write your own code to delete the datastore(s).&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:54:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6598#M265</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2014-12-24T18:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get snapshot when link to Datastore on other devices</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6599#M266</link>
      <description>&lt;P&gt;No, I don't use local Datastore than merge. I just open the default Datastore. Since I use Core Data as main database, I don't need to use local Datastore. &lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:57:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6599#M266</guid>
      <dc:creator>H. Yi-Shan</dc:creator>
      <dc:date>2014-12-24T18:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get snapshot when link to Datastore on other devices</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6600#M267</link>
      <description>&lt;P&gt;Perhaps you can share some code that exhibits this problem? (If you don't want to share code here, feel free to open a support ticket: &lt;A href="https://www.dropbox.com/developers/contact" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;.)&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 19:04:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6600#M267</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2014-12-24T19:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get snapshot when link to Datastore on other devices</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6601#M268</link>
      <description>&lt;P&gt;If you can share some code that exhibits the problem, we can investigate.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 07:25:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6601#M268</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-01-03T07:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get snapshot when link to Datastore on other devices</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6602#M269</link>
      <description>&lt;P&gt;Turned out I put another sync: before the first sync: finish its job. &lt;BR /&gt;
Rearranged the code and the problem got solved. &lt;/P&gt;

&lt;P&gt;Thank you Steve.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2015 12:34:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-get-snapshot-when-link-to-Datastore-on-other-devices/m-p/6602#M269</guid>
      <dc:creator>H. Yi-Shan</dc:creator>
      <dc:date>2015-01-04T12:34:39Z</dc:date>
    </item>
  </channel>
</rss>

