<?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: Drop box core api limitation in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75318#M2250</link>
    <description>&lt;P&gt;See &lt;A href="https://www.dropbox.com/developers/core/docs#chunked-upload" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#chunked-upload&lt;/A&gt;. There's no limit on the size of file you can upload (except the size of the user's Dropbox), but an upload has to complete within 48 hours, so there's a practical limit based on how much data you can upload in that time.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2015 11:23:25 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2015-03-18T11:23:25Z</dc:date>
    <item>
      <title>Drop box core api limitation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75317#M2249</link>
      <description>&lt;P&gt;Hello. &lt;BR /&gt;
Is any drop box file size limit for file upload using the drop box api core?&lt;BR /&gt;
The limit of 2-16GB for a free acount for all fils uploaded to a drobBox acount is available also for the dropBox core api?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:44:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75317#M2249</guid>
      <dc:creator>Aurelian R.</dc:creator>
      <dc:date>2019-05-29T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Drop box core api limitation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75318#M2250</link>
      <description>&lt;P&gt;See &lt;A href="https://www.dropbox.com/developers/core/docs#chunked-upload" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#chunked-upload&lt;/A&gt;. There's no limit on the size of file you can upload (except the size of the user's Dropbox), but an upload has to complete within 48 hours, so there's a practical limit based on how much data you can upload in that time.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:23:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75318#M2250</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-03-18T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Drop box core api limitation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75319#M2251</link>
      <description>&lt;P&gt;Hello  thansk for your response. I am not using the rest api for upload.  I am using the following code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    File inputFile = new File("License.txt");
    FileInputStream inputStream = new FileInputStream(inputFile);
    try {
        DbxEntry.File uploadedFile = client.uploadFile("/magnum-opus.txt",
            DbxWriteMode.add(), inputFile.length(), inputStream);
        System.out.println("Uploaded: " + uploadedFile.toString());
    } finally {
        inputStream.close();
    }
The no size limit is also available for the above code?
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:27:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75319#M2251</guid>
      <dc:creator>Aurelian R.</dc:creator>
      <dc:date>2015-03-18T11:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drop box core api limitation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75320#M2252</link>
      <description>&lt;P&gt;The limits are the same whether you make the HTTP requests yourself or use a library to do it.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:27:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75320#M2252</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-03-18T11:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Drop box core api limitation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75321#M2253</link>
      <description>&lt;P&gt;Thanks allot for yours quickly answers.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:32:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Drop-box-core-api-limitation/m-p/75321#M2253</guid>
      <dc:creator>Aurelian R.</dc:creator>
      <dc:date>2015-03-18T11:32:41Z</dc:date>
    </item>
  </channel>
</rss>

