<?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 Can i use Dropbox business account as like AWS S3? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-i-use-Dropbox-business-account-as-like-AWS-S3/m-p/190798#M8247</link>
    <description>&lt;P&gt;I have file storage website where i am using Amazon WebService S3 but it cost really highly!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement:&lt;/P&gt;&lt;P&gt;1. To upload file like .apk .zip etc file type using php sdk through my website admin panel from single hand.&lt;/P&gt;&lt;P&gt;2. user can download that file where i will use php sdk to download that file from dropbox via my website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In advance, There is any optimum solution for me requirement in dropbox or else any where? i have to upload only about 1TB but that data will be downloaded &amp;nbsp;by user simultaneously from any where.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to all in&amp;nbsp;&amp;nbsp;Dropbox forum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:29:21 GMT</pubDate>
    <dc:creator>amadercode</dc:creator>
    <dc:date>2019-05-29T09:29:21Z</dc:date>
    <item>
      <title>Can i use Dropbox business account as like AWS S3?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-i-use-Dropbox-business-account-as-like-AWS-S3/m-p/190798#M8247</link>
      <description>&lt;P&gt;I have file storage website where i am using Amazon WebService S3 but it cost really highly!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement:&lt;/P&gt;&lt;P&gt;1. To upload file like .apk .zip etc file type using php sdk through my website admin panel from single hand.&lt;/P&gt;&lt;P&gt;2. user can download that file where i will use php sdk to download that file from dropbox via my website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In advance, There is any optimum solution for me requirement in dropbox or else any where? i have to upload only about 1TB but that data will be downloaded &amp;nbsp;by user simultaneously from any where.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to all in&amp;nbsp;&amp;nbsp;Dropbox forum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-i-use-Dropbox-business-account-as-like-AWS-S3/m-p/190798#M8247</guid>
      <dc:creator>amadercode</dc:creator>
      <dc:date>2019-05-29T09:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use Dropbox business account as like AWS S3?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-i-use-Dropbox-business-account-as-like-AWS-S3/m-p/190802#M8248</link>
      <description>If you are after large volumes of downloads of data you may find Dropbox does not work - it has limits on shared links but I'm not sure if this includes via the API.&lt;BR /&gt;&lt;BR /&gt;I'm moving this to the API forum to see if they have any official line &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;</description>
      <pubDate>Sat, 15 Oct 2016 15:31:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-i-use-Dropbox-business-account-as-like-AWS-S3/m-p/190802#M8248</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2016-10-15T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can i use Dropbox business account as like AWS S3?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-i-use-Dropbox-business-account-as-like-AWS-S3/m-p/191000#M8271</link>
      <description>&lt;P&gt;From a technical perspective, this would work, as the API does offer the ability to upload and download files. Also, while there are bandwidth limits on shared links, this doesn't apply to authenticated API calls. For example, to upload and download files, respectively:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From a policy perspective though, we can't provide any absolute guarantee of your app's compliance based on this hypothetical description, so you should be sure to review all the guidelines and terms before developing an app:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/tos" target="_blank"&gt;https://www.dropbox.com/developers/reference/tos&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/devguide" target="_blank"&gt;https://www.dropbox.com/developers/reference/devguide&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/branding" target="_blank"&gt;https://www.dropbox.com/developers/reference/branding&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:13:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-i-use-Dropbox-business-account-as-like-AWS-S3/m-p/191000#M8271</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-17T18:13:33Z</dc:date>
    </item>
  </channel>
</rss>

