<?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: `filesSearchMatch` has no `media_info`? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesSearchMatch-has-no-media-info/m-p/288381#M17640</link>
    <description>&lt;P&gt;That behavior is correct. The `media_info` isn't available in &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesFileMetadata" target="_blank"&gt;FilesFileMetadata&lt;/A&gt; in &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchMatch__anchor" target="_blank"&gt;FilesSearchMatch&lt;/A&gt;, as retrieved by &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_blank"&gt;filesSearch&lt;/A&gt;, unfortunately, but I'll pass this along as a feature request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the `media_info`, you should retrieve the metadata using &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesGetMetadata__anchor" target="_blank"&gt;filesGetMetadata&lt;/A&gt; or &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor" target="_blank"&gt;filesListFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolderContinue__anchor" target="_blank"&gt;filesListFolderContinue&lt;/A&gt;, and set include_media_info to true, i.e., in&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesGetMetadataArg" target="_blank"&gt;FilesGetMetadataArg&lt;/A&gt; for&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesGetMetadata__anchor" target="_blank"&gt;filesGetMetadata&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesListFolderArg" target="_blank"&gt;FilesListFolderArg&lt;/A&gt; for&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor" target="_blank"&gt;filesListFolder&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 16:24:47 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-08-01T16:24:47Z</dc:date>
    <item>
      <title>`filesSearchMatch` has no `media_info`?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesSearchMatch-has-no-media-info/m-p/288343#M17637</link>
      <description>&lt;P&gt;I'm using Dropbox Javascript SDK.&lt;/P&gt;&lt;P&gt;In documentation, (&lt;A href="http://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchMatch" target="_blank"&gt;http://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchMatch&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;`FilesSearchMatch` could have `FilesFileMetadata` and, `FilesFileMetadata` could have `media_info` optionally.&lt;/P&gt;&lt;P&gt;But all my '.jpeg' photos which were taken from cameras(many kinds) have no `media_info` field in `metadata`.&amp;nbsp;&lt;BR /&gt;Is it right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:11:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesSearchMatch-has-no-media-info/m-p/288343#M17637</guid>
      <dc:creator>eouia</dc:creator>
      <dc:date>2019-05-29T09:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: `filesSearchMatch` has no `media_info`?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesSearchMatch-has-no-media-info/m-p/288381#M17640</link>
      <description>&lt;P&gt;That behavior is correct. The `media_info` isn't available in &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesFileMetadata" target="_blank"&gt;FilesFileMetadata&lt;/A&gt; in &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesSearchMatch__anchor" target="_blank"&gt;FilesSearchMatch&lt;/A&gt;, as retrieved by &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesSearch__anchor" target="_blank"&gt;filesSearch&lt;/A&gt;, unfortunately, but I'll pass this along as a feature request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the `media_info`, you should retrieve the metadata using &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesGetMetadata__anchor" target="_blank"&gt;filesGetMetadata&lt;/A&gt; or &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor" target="_blank"&gt;filesListFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolderContinue__anchor" target="_blank"&gt;filesListFolderContinue&lt;/A&gt;, and set include_media_info to true, i.e., in&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesGetMetadataArg" target="_blank"&gt;FilesGetMetadataArg&lt;/A&gt; for&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesGetMetadata__anchor" target="_blank"&gt;filesGetMetadata&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesListFolderArg" target="_blank"&gt;FilesListFolderArg&lt;/A&gt; for&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor" target="_blank"&gt;filesListFolder&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:24:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesSearchMatch-has-no-media-info/m-p/288381#M17640</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-01T16:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: `filesSearchMatch` has no `media_info`?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesSearchMatch-has-no-media-info/m-p/288385#M17641</link>
      <description>Thank you. I changed my code to use `filesGetMetadata` additionally.&lt;BR /&gt;But I think if `FilesSearchMatch` could provide `media_info` also would be nicer.</description>
      <pubDate>Wed, 01 Aug 2018 16:31:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesSearchMatch-has-no-media-info/m-p/288385#M17641</guid>
      <dc:creator>eouia</dc:creator>
      <dc:date>2018-08-01T16:31:32Z</dc:date>
    </item>
  </channel>
</rss>

