We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
amadercode
10 years agoNew member | Level 2
Can i use Dropbox business account as like AWS S3?
I have file storage website where i am using Amazon WebService S3 but it cost really highly!
My requirement:
1. To upload file like .apk .zip etc file type using php sdk through my website admin panel from single hand.
2. user can download that file where i will use php sdk to download that file from dropbox via my website.
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 by user simultaneously from any where.
Thanks to all in Dropbox forum.
2 Replies
- Mark10 years ago
Super User II
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.
I'm moving this to the API forum to see if they have any official line :) - Greg-DB10 years ago
Dropbox Community Moderator
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:
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
https://www.dropbox.com/developers/documentation/http/documentation#files-download
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:
https://www.dropbox.com/developers/reference/tos
https://www.dropbox.com/developers/reference/devguide
https://www.dropbox.com/developers/reference/branding
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!