<?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: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large' in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/368230#M20818</link>
    <description>&lt;P&gt;Please add this information to the documentation and +1 for the feature request. Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 06:40:06 GMT</pubDate>
    <dc:creator>Jens S.1</dc:creator>
    <dc:date>2019-10-01T06:40:06Z</dc:date>
    <item>
      <title>Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333377#M19468</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am uploading files via the temporarily upload links generated via the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_upload_link" target="_self"&gt;/get_temporary_upload_link&lt;/A&gt; call. This all works fine, but the POST upload call to the generated upload link (e.g.&amp;nbsp;&lt;A href="https://dl.dropboxusercontent.com/apitul/1/bNi...." target="_self"&gt;https://dl.dropboxusercontent.com/apitul/1/bNi....&lt;/A&gt;)&amp;nbsp; is terminated for files larger than a certain limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; POST /apitul/1/bNi.... HTTP/1.1
Host: dl.dropboxusercontent.com
Accept: */*
Content-Length: 536871142
Expect: 100-continue
Content-Type: multipart/form-data; boundary=------------------------b315544e35df5ae3

&amp;lt; &lt;STRONG&gt;HTTP/1.1 413 Request Entity Too Large&lt;/STRONG&gt;
&amp;lt; Server: nginx
&amp;lt; Date: Tue, 12 Mar 2019 10:10:15 GMT
&amp;lt; Content-Type: text/html
&amp;lt; Content-Length: 25658
&amp;lt; Connection: close
&amp;lt; ETag: "5c816ae0-643a"
&amp;lt; X-Dropbox-Request-Id: 9600532cf40be9d1ae39f8cdd6182848
&amp;lt; X-Robots-Tag: noindex, nofollow, noimageindex
&amp;lt; Strict-Transport-Security: max-age=15552000; includeSubDomains
&amp;lt; 
* Closing connection 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;&lt;A href="http://ipv4.download.thinkbroadband.com/200MB.zip" target="_self"&gt;test-file-200MB&lt;/A&gt; works fine but this larger &lt;A href="http://ipv4.download.thinkbroadband.com/512MB.zip" target="_self"&gt;test-file-512MB&lt;/A&gt; isn't working. The receiving Dropbox account has enough space available to store the large file.&lt;/P&gt;&lt;P&gt;Are there any uploads limits? If there are limits, is there another way to upload files to upload large files via the API without the need of an authorization token?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I appreciate if anyone can help me out with this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333377#M19468</guid>
      <dc:creator>De L.1</dc:creator>
      <dc:date>2019-05-29T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333465#M19472</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Unfortunately, the links returned by&amp;nbsp;get_temporary_upload_link do have a file size limit, as you found.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Apologies this isn't better documented! I'll ask the team to clarify this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There isn't an alternative though, so that does mean that in this case, to upload large files, you'd need to either give the access token to the client to perform the upload session calls client-side (which isn't recommended for untrusted clients, of course), or send all of the data to upload through your server to perform the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_self"&gt;upload session&lt;/A&gt; calls there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll also send this along as a feature request for a 'get_temporary_upload_link'-like version of upload sessions to support uploading large files without direct access to the access token, but I can't promise if or when that would be implemented.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 17:54:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333465#M19472</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-12T17:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333472#M19477</link>
      <description>&lt;P&gt;Thanks for your quick reply, Greg!&lt;/P&gt;&lt;P&gt;It is indeed disappointing that this link has a file size limit as I basically need the upload possibility without access token for my application. Ofcourse, uploading via the server is possible but that doesn't really make sense for large files as it will take (~)twice as long to upload the files to Dropbox.&lt;/P&gt;&lt;P&gt;I would really appreciate it if Dropbox can support uploading of large files without access token for the upload session itself. Is there a specific reason why you think that this cannot be implemented? The other major APIs like the ones for Google One, OneDrive/Sharepoint and Box do support direct uploads where the initial upload link is obtained in the same way as the&amp;nbsp;&lt;SPAN&gt;get_temporary_upload_link' call.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:21:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333472#M19477</guid>
      <dc:creator>De L.1</dc:creator>
      <dc:date>2019-03-12T18:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333475#M19478</link>
      <description>&lt;P&gt;Thanks for the feedback! I can't speak to the technical feasibility, so I can't say that it &lt;EM&gt;couldn't&lt;/EM&gt; be implemented. I've sent this along as a feature request, but I can't promise this is something the team will be working on.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:25:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333475#M19478</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-12T18:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333480#M19479</link>
      <description>&lt;P&gt;Thanks! Could you add the decision of the team about this feature request in this topic or is there a specific place where I can follow this feature request?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:30:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333480#M19479</guid>
      <dc:creator>De L.1</dc:creator>
      <dc:date>2019-03-12T18:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333482#M19480</link>
      <description>&lt;P&gt;I'll be sure to follow up on this thread with any updates on this request.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 18:31:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333482#M19480</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-12T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333564#M19490</link>
      <description>&lt;P&gt;I forgot to ask... could you let me know what the current file size limit is so I can set that in my application?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:05:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333564#M19490</guid>
      <dc:creator>De L.1</dc:creator>
      <dc:date>2019-03-13T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333634#M19494</link>
      <description>&lt;P&gt;Officially, the limit is 150 MB, the same as &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;/2/files/upload&lt;/A&gt; itself. Some uploads larger than that will still work, as in your example, but we don't&amp;nbsp;recommend it as they become less reliable. (The strict cut off, where the request will get rejected with a 413 error, is 300 MB.)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 00:24:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/333634#M19494</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-14T00:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/368230#M20818</link>
      <description>&lt;P&gt;Please add this information to the documentation and +1 for the feature request. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 06:40:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/368230#M20818</guid>
      <dc:creator>Jens S.1</dc:creator>
      <dc:date>2019-10-01T06:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/368328#M20820</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/15525"&gt;@Jens S.1&lt;/a&gt;&amp;nbsp;Thanks for the note!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:41:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/368328#M20820</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-01T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/397016#M21783</link>
      <description>&lt;P&gt;+1 on this feature request. My product currently supports uploading media files to Google Drive and Google Photos with a temp link, which works great for large files. It's a bit disappointing that this isn't possible with the Dropbox API due to the small file size limit, but hopefully this feature request gets a higher priority if more people need this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 09:03:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/397016#M21783</guid>
      <dc:creator>raRaRa</dc:creator>
      <dc:date>2020-02-14T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/397094#M21785</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/349283"&gt;@raRaRa&lt;/a&gt;&amp;nbsp;Thanks for the additional feedback and context!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 16:01:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/397094#M21785</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-02-14T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/467460#M23840</link>
      <description>&lt;P&gt;Has a decision been made regarding this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 17:43:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/467460#M23840</guid>
      <dc:creator>Kirk Schneider</dc:creator>
      <dc:date>2020-11-05T17:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/467462#M23841</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1370646"&gt;@Kirk Schneider&lt;/a&gt;&amp;nbsp;No, unfortunately I don't have an update on this request.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 17:50:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/467462#M23841</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-05T17:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/492655#M24626</link>
      <description>&lt;P&gt;I'd also like to put my support behind letting larger files be uploaded through a temporary upload link. Perhaps there are restrictions in place that prevent Dropbox from raising the file upload limit, in which case I would suggest creating another endpoint similar to upload_session and its associated functions, but using the temporary upload link instead of authorization.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 22:56:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/492655#M24626</guid>
      <dc:creator>MARPAT</dc:creator>
      <dc:date>2021-02-01T22:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/492871#M24632</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1406759"&gt;@MARPAT&lt;/a&gt;&amp;nbsp;Thanks for the feedback!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:25:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/492871#M24632</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-02T16:25:28Z</dc:date>
    </item>
    <item>
      <title>hello, will you have any decision made regarding the leng...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/597891#M27782</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hello, will you have any decision made regarding the length of the file? I am starting a new project and I require this functionality but for files larger than 15GB&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 16:41:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/597891#M27782</guid>
      <dc:creator>Matias_FAC</dc:creator>
      <dc:date>2022-05-18T16:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: hello, will you have any decision made regarding the leng...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/597945#M27784</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1543013"&gt;@Matias_FAC&lt;/a&gt; No, I don't have an update on this request.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 20:28:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/597945#M27784</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-18T20:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/777426#M33961</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/349283"&gt;@raRaRa&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;what's the method you use wiht Drive API to upload with temporary link, as you describe here? Didn't find any info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 15:24:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Large-uploads-via-get-temporary-upload-link-are-terminated-with/m-p/777426#M33961</guid>
      <dc:creator>julio_diniz_perdigao</dc:creator>
      <dc:date>2024-06-14T15:24:48Z</dc:date>
    </item>
  </channel>
</rss>

