<?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 How i can get only images from dropbox in iOS app? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-i-can-get-only-images-from-dropbox-in-iOS-app/m-p/178915#M7205</link>
    <description>&lt;P&gt;Is there any property of DBMetaData that I can use to load images only.&lt;/P&gt;
&lt;P&gt;My Logic :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;if fileMetaData.isDirectory&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.restClient.loadMetadata(fileMetaData.path)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;/P&gt;
&lt;P&gt;if &amp;nbsp; &amp;nbsp;fileMetaData.isOfImageType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.restClient.loadFile("\((tempFile as! DBMetadata).path)", intoPath: localPath)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:31:28 GMT</pubDate>
    <dc:creator>Alois H.2</dc:creator>
    <dc:date>2019-05-29T09:31:28Z</dc:date>
    <item>
      <title>How i can get only images from dropbox in iOS app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-i-can-get-only-images-from-dropbox-in-iOS-app/m-p/178915#M7205</link>
      <description>&lt;P&gt;Is there any property of DBMetaData that I can use to load images only.&lt;/P&gt;
&lt;P&gt;My Logic :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;if fileMetaData.isDirectory&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.restClient.loadMetadata(fileMetaData.path)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;/P&gt;
&lt;P&gt;if &amp;nbsp; &amp;nbsp;fileMetaData.isOfImageType &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.restClient.loadFile("\((tempFile as! DBMetadata).path)", intoPath: localPath)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:31:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-i-can-get-only-images-from-dropbox-in-iOS-app/m-p/178915#M7205</guid>
      <dc:creator>Alois H.2</dc:creator>
      <dc:date>2019-05-29T09:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How i can get only images from dropbox in iOS app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-i-can-get-only-images-from-dropbox-in-iOS-app/m-p/178916#M7206</link>
      <description>&lt;P&gt;Moved to the API forum.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 19:11:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-i-can-get-only-images-from-dropbox-in-iOS-app/m-p/178916#M7206</guid>
      <dc:creator>Rich</dc:creator>
      <dc:date>2016-07-25T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How i can get only images from dropbox in iOS app?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-i-can-get-only-images-from-dropbox-in-iOS-app/m-p/178917#M7207</link>
      <description>&lt;P&gt;It looks like you're using the iOS Core SDK. No, the DBMetadata object in that doesn't offer anything quite like that. You can pull the file extension off of the file name though and compare that to a list of image file extensions you're interested in though.&lt;/P&gt;
&lt;P&gt;(Also, I should note that the iOS Core SDK uses API v1, which &lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_blank" rel="nofollow noreferrer"&gt;is deprecated&lt;/A&gt;.)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 00:50:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-i-can-get-only-images-from-dropbox-in-iOS-app/m-p/178917#M7207</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-07-26T00:50:29Z</dc:date>
    </item>
  </channel>
</rss>

