<?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: Network error 404  while uploading with dropbox objective c api in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Network-error-404-while-uploading-with-dropbox-objective-c-api/m-p/313852#M18632</link>
    <description>&lt;P&gt;Are you using one of the &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadUrl:inputUrl:" target="_self"&gt;uploadUrl&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadData:inputData:" target="_self"&gt;uploadData&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadStream:inputStream:" target="_self"&gt;uploadStream&lt;/A&gt; methods, and is the file that the user is trying to upload larger than 150 MB? If so, that will fail, and can do so in this manner.&lt;/P&gt;
&lt;P&gt;For large files, you need to use upload sessions, using &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadSessionStartUrl:" target="_self"&gt;the upload session methods&lt;/A&gt; instead.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2018 15:15:06 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-11-27T15:15:06Z</dc:date>
    <item>
      <title>Network error 404  while uploading with dropbox objective c api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Network-error-404-while-uploading-with-dropbox-objective-c-api/m-p/313777#M18626</link>
      <description>&lt;P&gt;In my objective c application i used dropbox official sdk to upload files on my dropbox. one of my user gets error while uploading and when i debug the data i found that is a network error and it's 404.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error content is this:&lt;/P&gt;&lt;PRE&gt;&amp;lt;!DOCTYPE html&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;html&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;head&amp;gt;&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;title&amp;gt;Dropbox - 4xx&amp;lt;/title&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;link href="https://cfl.dropboxstatic.com/static/css/error.css" rel="stylesheet" type="text/css"/&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;link rel="shortcut icon" href="https://cfl.dropboxstatic.com/static/images/favicon.ico"/&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;LF&amp;gt;
&amp;lt;/head&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;body&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;div class="figure"&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;img src="https://cfl.dropboxstatic.com/static/images/illustration_catalog/404_error-illo.png" srcset="https://cfl.dropboxstatic.com/static/images/illustration_catalog/404_error-illo@2x.png 2x" alt="Error: 4xx"/&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;/div&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;div id="errorbox"&amp;gt;&amp;lt;LF&amp;gt;
&amp;lt;div class="not-found"&amp;gt; &amp;lt;h1&amp;gt;Error (4xx)&amp;lt;/h1&amp;gt; We can't find the page you're looking for. &amp;lt;div class="not-found--links"&amp;gt; Here are a few links that may be helpful: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://www.dropbox.com/home?_tk=fof"&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://www.dropbox.com/help?_tk=fof"&amp;gt;Help center&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://www.dropbox.com/login?_tk=fof"&amp;gt;Sign in&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://www.dropbox.co&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/PRE&gt;&lt;P&gt;What is the actual problem?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Network-error-404-while-uploading-with-dropbox-objective-c-api/m-p/313777#M18626</guid>
      <dc:creator>porya</dc:creator>
      <dc:date>2019-05-29T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Network error 404  while uploading with dropbox objective c api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Network-error-404-while-uploading-with-dropbox-objective-c-api/m-p/313852#M18632</link>
      <description>&lt;P&gt;Are you using one of the &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadUrl:inputUrl:" target="_self"&gt;uploadUrl&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadData:inputData:" target="_self"&gt;uploadData&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadStream:inputStream:" target="_self"&gt;uploadStream&lt;/A&gt; methods, and is the file that the user is trying to upload larger than 150 MB? If so, that will fail, and can do so in this manner.&lt;/P&gt;
&lt;P&gt;For large files, you need to use upload sessions, using &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)uploadSessionStartUrl:" target="_self"&gt;the upload session methods&lt;/A&gt; instead.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 15:15:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Network-error-404-while-uploading-with-dropbox-objective-c-api/m-p/313852#M18632</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-27T15:15:06Z</dc:date>
    </item>
  </channel>
</rss>

