<?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: Sync individual files to iOS in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184169#M7713</link>
    <description>&lt;P&gt;It sounds like you may want to use the&amp;nbsp;Dropbox iOS Chooser then:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/dropins/chooser/ios" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/dropins/chooser/ios&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Alternatively, you can use &lt;A href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocumentPickerViewController_Class/index.html" target="_blank" rel="nofollow noreferrer"&gt;UIDocumentPickerViewController&lt;/A&gt;, for which the Dropbox app supports the modes:&lt;/P&gt;
&lt;P&gt;- UIDocumentPickerModeImport&lt;BR /&gt;- UIDocumentPickerModeExportToService&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2016 04:45:02 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-05-19T04:45:02Z</dc:date>
    <item>
      <title>Sync individual files to iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184166#M7710</link>
      <description>&lt;P&gt;New to this stuff ... developing a new iOS app in swift using the new dropbox sdk.&lt;/P&gt;
&lt;P&gt;I don't need to see the users entire dropbox folders. Just specific to the app&lt;/P&gt;
&lt;P&gt;Is there an example of how to do this? I think I have seen something about an app specific folder and authentication for dropbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any examples for this please?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:33:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184166#M7710</guid>
      <dc:creator>Michael T.82</dc:creator>
      <dc:date>2019-05-29T09:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sync individual files to iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184167#M7711</link>
      <description>&lt;P&gt;It sounds like you want to use the "app folder" permission. You can find more information about the different permissions here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/devguide#app-permissions" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/reference/devguide#app-permissions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can select the permission when registering an app:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When using the API with an app with the app folder permission, you just supply paths such as "/test.txt" and the API will automatically interpret that to mean a file named "test.txt" inside your app's app folder.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 00:51:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184167#M7711</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-05-18T00:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sync individual files to iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184168#M7712</link>
      <description>&lt;P&gt;Hmm, I need to allow the user to be able to browse their folders and then pick a file that I will download and save on their iOS device.&lt;/P&gt;
&lt;P&gt;So the app needs full access to dropbox.&lt;/P&gt;
&lt;P&gt;Can you point me to an example of a ios file picker for dropbox please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 04:31:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184168#M7712</guid>
      <dc:creator>Michael T.82</dc:creator>
      <dc:date>2016-05-19T04:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sync individual files to iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184169#M7713</link>
      <description>&lt;P&gt;It sounds like you may want to use the&amp;nbsp;Dropbox iOS Chooser then:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/dropins/chooser/ios" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/dropins/chooser/ios&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Alternatively, you can use &lt;A href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDocumentPickerViewController_Class/index.html" target="_blank" rel="nofollow noreferrer"&gt;UIDocumentPickerViewController&lt;/A&gt;, for which the Dropbox app supports the modes:&lt;/P&gt;
&lt;P&gt;- UIDocumentPickerModeImport&lt;BR /&gt;- UIDocumentPickerModeExportToService&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 04:45:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-individual-files-to-iOS/m-p/184169#M7713</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-05-19T04:45:02Z</dc:date>
    </item>
  </channel>
</rss>

