<?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: api_core.cpp HTTP error 404 for mov thumbnail? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44288#M1358</link>
    <description>&lt;P&gt;Sometimes, the retrieval or generation itself of a thumbnail can fail, even if the API expects a thumbnail to be available (i.e., &lt;CODE&gt;thumbExists&lt;/CODE&gt;). &lt;/P&gt;

&lt;P&gt;Is this happening with all .mov files you have, or only some? If it's only some, do you notice any pattern to the files, e.g., did they all come from the same camera, etc.?&lt;/P&gt;

&lt;P&gt;Did thumbnails for these files previously work?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2015 03:39:32 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-03-13T03:39:32Z</dc:date>
    <item>
      <title>api_core.cpp HTTP error 404 for mov thumbnail?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44287#M1357</link>
      <description>&lt;P&gt;I'm using the Sync API and most of my image thumbnails download successfully but as I'm scrolling through my scrollview and new images begin to load I'll get this repeating and it seems to line up with when I try to download the thumbnail of a .mov&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WARNING] status: NOT_FOUND: api_core.cpp:227: HTTP error 404 [142018d3e799e2eb]
[ERROR] dload: download.cpp:154: DL FAILED: HTTP error 404 [142018d3e799e2eb]
[WARNING] status: NOT_FOUND: api_core.cpp:227: HTTP error 404 [cff7faae807b72ee]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am checking to make sure a thumb exists before I try to download:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  DBFile* file;
    id key = path;
    if (info.thumbExists) {
        file = [self.filesystem openThumbnail:filesystemPath
                                           ofSize:thumbSize // 640x480 (next size down looks bad on retina iPad)
                                         inFormat:DBThumbFormatJPG
                                            error:&amp;amp;fileError];
   }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:44:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44287#M1357</guid>
      <dc:creator>Stuart T.</dc:creator>
      <dc:date>2019-05-29T09:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: api_core.cpp HTTP error 404 for mov thumbnail?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44288#M1358</link>
      <description>&lt;P&gt;Sometimes, the retrieval or generation itself of a thumbnail can fail, even if the API expects a thumbnail to be available (i.e., &lt;CODE&gt;thumbExists&lt;/CODE&gt;). &lt;/P&gt;

&lt;P&gt;Is this happening with all .mov files you have, or only some? If it's only some, do you notice any pattern to the files, e.g., did they all come from the same camera, etc.?&lt;/P&gt;

&lt;P&gt;Did thumbnails for these files previously work?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2015 03:39:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44288#M1358</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-03-13T03:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: api_core.cpp HTTP error 404 for mov thumbnail?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44289#M1359</link>
      <description>&lt;P&gt;These are files that I just moved into another folder on dropbox. They are originally made on an iPhone device as they were in my iPhone camera uploads directory. I'm not sure if it's all of them or one particular .mov at this time. This was the first time I've had these files so I've never seen if they previously worked. But I moved my entire directory of camera uploads into the root directory and all the new thumbnails for the .jpg's worked&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2015 05:25:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44289#M1359</guid>
      <dc:creator>Stuart T.</dc:creator>
      <dc:date>2015-03-13T05:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: api_core.cpp HTTP error 404 for mov thumbnail?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44290#M1360</link>
      <description>&lt;P&gt;Thanks for the additional information! I'm looking into this, but it would help me track down why the thumbnail generation for these files is failing if I had a sample I could try. Can you share one or two of these .mov files for which the API isn't giving you thumbnail? You can share them privately by opening a ticket &lt;A href="https://www.dropbox.com/developers/contact" rel="nofollow noreferrer"&gt;here&lt;/A&gt; if you'd prefer. Thanks in advance! &lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2015 05:12:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/api-core-cpp-HTTP-error-404-for-mov-thumbnail/m-p/44290#M1360</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-03-14T05:12:40Z</dc:date>
    </item>
  </channel>
</rss>

