<?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 File upload/download and database storage in Dropbox in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110003#M3212</link>
    <description>&lt;P&gt;Hi, &lt;BR /&gt;
I am developing an app in iOS. My requirement is as follows:&lt;BR /&gt;
I want to upload images and also download images. Also I want the ability to store the database structure in dropbox. So that if my app gets deleted and when I re-install the app only I have to link that with my dropbox account. Then I will get all the data in my app and there will be no data loss.&lt;/P&gt;

&lt;P&gt;I have searched various APIs provided by Dropbox. I have also implemented Sync API of dropbox but that doesn't suffice my purpose.&lt;BR /&gt;
When my app get deleted it does not download the stored data in my app.&lt;/P&gt;

&lt;P&gt;So I want to know for my requirement which API I have to use?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sritoma&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:45:15 GMT</pubDate>
    <dc:creator>Sritoma M.</dc:creator>
    <dc:date>2019-05-29T09:45:15Z</dc:date>
    <item>
      <title>File upload/download and database storage in Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110003#M3212</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
I am developing an app in iOS. My requirement is as follows:&lt;BR /&gt;
I want to upload images and also download images. Also I want the ability to store the database structure in dropbox. So that if my app gets deleted and when I re-install the app only I have to link that with my dropbox account. Then I will get all the data in my app and there will be no data loss.&lt;/P&gt;

&lt;P&gt;I have searched various APIs provided by Dropbox. I have also implemented Sync API of dropbox but that doesn't suffice my purpose.&lt;BR /&gt;
When my app get deleted it does not download the stored data in my app.&lt;/P&gt;

&lt;P&gt;So I want to know for my requirement which API I have to use?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sritoma&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:45:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110003#M3212</guid>
      <dc:creator>Sritoma M.</dc:creator>
      <dc:date>2019-05-29T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: File upload/download and database storage in Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110004#M3213</link>
      <description>&lt;P&gt;Both the &lt;A href="https://www.dropbox.com/developers/sync" rel="nofollow noreferrer"&gt;Sync API&lt;/A&gt; and the &lt;A href="https://www.dropbox.com/developers/core" rel="nofollow noreferrer"&gt;Core API&lt;/A&gt; offer the ability to upload and download files to and from Dropbox, so either should work in this case. Can you elaborate on any specific issues you're experiencing?&lt;/P&gt;

&lt;P&gt;Regarding your "database structure", this is probably also possible, depending on what exactly you mean and what you want to do. For example, you can store structured data using the &lt;A href="https://www.dropbox.com/developers/datastore" rel="nofollow noreferrer"&gt;Datastore API&lt;/A&gt;. The &lt;A href="https://www.dropbox.com/developers/datastore/sdks/ios" rel="nofollow noreferrer"&gt;Datastore SDK&lt;/A&gt; and the &lt;A href="https://www.dropbox.com/developers/sync/sdks/ios" rel="nofollow noreferrer"&gt;Sync SDK for iOS&lt;/A&gt; are actually one and the same, so you can use both files and datastores functionality in the same app with that SDK.&lt;/P&gt;

&lt;P&gt;Alternatively, if you're using a local database like SQLite, you could backup the database as a file.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 03:20:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110004#M3213</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-13T03:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: File upload/download and database storage in Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110005#M3214</link>
      <description>&lt;P&gt;OK Thanks. I will look into the APIs you mentioned. But one question is that does Sync API download files from dropbox as well?  &lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:55:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110005#M3214</guid>
      <dc:creator>Sritoma M.</dc:creator>
      <dc:date>2015-02-13T14:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: File upload/download and database storage in Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110006#M3215</link>
      <description>&lt;P&gt;Yes. You can get a basic idea of how it works by looking through the tutorial:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/sync/start/ios" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/sync/start/ios&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 23:53:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-download-and-database-storage-in-Dropbox/m-p/110006#M3215</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-13T23:53:29Z</dc:date>
    </item>
  </channel>
</rss>

