<?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: uploading video through api not working  in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51729#M1585</link>
    <description>&lt;P&gt;Getting it to work by adding the breakpoint does seem strange, though perhaps that's causing a timing change. The error code does indicate a network issue though. Are you running multiple of these simultaneously? Perhaps the delay from the breakpoint is allowing your network connection to clear up.&lt;/P&gt;
&lt;P&gt;In any case, can you try it on another network connection? Also, trying on another device might be useful.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2015 03:20:18 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-08-19T03:20:18Z</dc:date>
    <item>
      <title>uploading video through api not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51726#M1582</link>
      <description>&lt;P&gt;I'm using the IOs sdk and trying to upload a small video. It keeps giving me the following error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[WARNING] DropboxSDK: error making request to /1/files_put/sandbox/YourFolder/BNaUmF.m4v - (-1005) Error Domain=NSURLErrorDomain Code=-1005 "The operation couldn’t be completed.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;odly, it seemed to work one time, I didn't change the code ... I'm running on the device using iOS 7&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51726#M1582</guid>
      <dc:creator>Eric S.36</dc:creator>
      <dc:date>2019-05-29T09:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: uploading video through api not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51727#M1583</link>
      <description>&lt;P&gt;Per the &lt;A href="https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/index.html#//apple_ref/doc/constant_group/URL_Loading_System_Error_Codes" target="_blank" rel="nofollow noreferrer"&gt;documentation&lt;/A&gt;, NSURLErrorDomain Code=-1005 is:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="n"&gt;NSURLErrorNetworkConnectionLost&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="mi"&gt;1005&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Is the network connection on that device working properly? Is there anything on the network connection for that device that may be interfering? In any case, it may be good to implement some automatic retrying.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 21:48:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51727#M1583</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-18T21:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: uploading video through api not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51728#M1584</link>
      <description>&lt;P&gt;Te network connection seems to work fine, it's actually able to upload images in the same fashion but the short videos seem to be a problem, some are only 50k so I know it's not a file size issue it seems to fail every single time .... the very strange part is, that when I put a breakpoint in front of the call, it seems to work&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 03:12:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51728#M1584</guid>
      <dc:creator>Eric S.36</dc:creator>
      <dc:date>2015-08-19T03:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: uploading video through api not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51729#M1585</link>
      <description>&lt;P&gt;Getting it to work by adding the breakpoint does seem strange, though perhaps that's causing a timing change. The error code does indicate a network issue though. Are you running multiple of these simultaneously? Perhaps the delay from the breakpoint is allowing your network connection to clear up.&lt;/P&gt;
&lt;P&gt;In any case, can you try it on another network connection? Also, trying on another device might be useful.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 03:20:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51729#M1585</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-19T03:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: uploading video through api not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51730#M1586</link>
      <description>&lt;P&gt;I'm wondering if the Error could be misleading ... I'm only making the call once, again for images it seems to work fine with no errors consistently, but with the video it fails ... I'm calling the function as soon as the video is done encoding .... my thought is that perhaps even though the completion event is fired, something in the file system is not done yet .... as a result It cant read the file. This is totally conjecture, but when I call the upload function after 50 ms, it works, so it leads me to believe maybe something like that is going on, and that the -1005 error is just red harring&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 21:06:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51730#M1586</guid>
      <dc:creator>Eric S.36</dc:creator>
      <dc:date>2015-08-19T21:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: uploading video through api not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51731#M1587</link>
      <description>&lt;P&gt;I suppose that's possible. Trying different network connections/devices may help confirm or rule&amp;nbsp;that out. Also, you may want to try simplifying things, e.g., remove the part where you use a newly encoded file and just try an existing local video file, to try to narrow this down.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 23:17:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploading-video-through-api-not-working/m-p/51731#M1587</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-19T23:17:52Z</dc:date>
    </item>
  </channel>
</rss>

