<?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 Is there a constant or method that return the upload limit per request? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131786#M3873</link>
    <description>&lt;P&gt;I'm writing an application and I trying not to hard code the upload request limit of 150 MB per request to my application. Is there a way retrieve that value? I wanted to know if Dropbox plan to raise that limit in the future.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:36:11 GMT</pubDate>
    <dc:creator>Marvin D.</dc:creator>
    <dc:date>2019-05-29T09:36:11Z</dc:date>
    <item>
      <title>Is there a constant or method that return the upload limit per request?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131786#M3873</link>
      <description>&lt;P&gt;I'm writing an application and I trying not to hard code the upload request limit of 150 MB per request to my application. Is there a way retrieve that value? I wanted to know if Dropbox plan to raise that limit in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:36:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131786#M3873</guid>
      <dc:creator>Marvin D.</dc:creator>
      <dc:date>2019-05-29T09:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a constant or method that return the upload limit per request?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131787#M3874</link>
      <description>&lt;P&gt;That number isn't accessible programmatically, and it's actually not a strict limit anyway. Due to various other (mostly network) factors, smaller or larger file uploads may fail or succeed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For larger files, you should use chunked uploading, and the size limit you use in your app to determine whether to use normal or chunked uploading is up to you, and should probably even be less than 150 MB. For example, if you know your app is often used with weak or unreliable network connections, you may want to choose a relatively small size.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:19:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131787#M3874</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-04T05:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a constant or method that return the upload limit per request?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131788#M3875</link>
      <description>&lt;P&gt;On my Java Application, files over that limit throws an SSL Exception even though it sends the file successfully.my concern is whether Dropbox decide to raise that limit and that exception is no longer thrown after the 150MB.&amp;nbsp;I only see the&amp;nbsp;/chunked_upload&amp;nbsp;in API v1. Will this continue to be supported in V2.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:40:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131788#M3875</guid>
      <dc:creator>Marvin D.</dc:creator>
      <dc:date>2016-02-04T05:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a constant or method that return the upload limit per request?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131789#M3876</link>
      <description>&lt;P&gt;We don't have any plans to change that limit. In API v2, the equivalent to chunked uploading is upload sessions:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:41:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-a-constant-or-method-that-return-the-upload-limit-per/m-p/131789#M3876</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-04T05:41:44Z</dc:date>
    </item>
  </channel>
</rss>

