Is it legitimate to use dropbox as file storage for my site?

前端 未结 5 2171
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-19 11:42

I am approaching the limits of my hosting plan. I doubled it once from 2 to 4 GB and my site (a popular woodworking community in Hebrew) is getting close to using the disk space

相关标签:
5条回答
  • 2021-02-19 12:24

    Whether it's legitimate or not, Dropbox will no longer allow it as of 2017. From https://www.dropbox.com/help/16:

    The Public folder

    Important changes to the Dropbox public folder

    Dropbox accounts created after October 4, 2012 won't have a Public folder. If you'd like to quickly share files you can use a shared link. Shared links work even if the person you're sharing with doesn't have a Dropbox account.

    Dropbox Basic (free) users

    > As of March 15, 2017 the Public folder in your Dropbox account has been converted into a standard folder. By default this folder is private to your account. This transition will occur automatically.

    Here's what you need to know:

    All of the files in your Public folder will remain safe, but public links to those files will stop working If someone visits a link to a file in your Public folder, they'll see an error page To see a list of your public links, visit the Public folder—any file in this folder will have previously had a public link associated with it Dropbox can't convert existing public links into Dropbox shared links If you'd like to re-share any of the files in your Public folder, please use a shared folder or shared link Using the public folder to render HTML content

    As of October 3, 2016 Dropbox Basic (free) users can no longer use public links to render HTML content in a web browser. If you're a Basic user, and you created a website that directly displays HTML content from your Dropbox account, it will no longer render in the browser. The HTML content itself remains safe in Dropbox, and you can share it using any of our other sharing methods.

    > Effective September 1, 2017, Dropbox Pro and Business users will no longer be able to render HTML content, and the Public folder and its sharing functionality will be disabled. Until that date, Dropbox Pro and Business users can continue to use public links to render HTML content.

    0 讨论(0)
  • 2021-02-19 12:33

    Look in to Rackspace Cloud Files and Amazon S3. You can hotlink directly to the files.

    Alteratively, have your users use an image hosting service like Flickr or photobucket, and have them provide links instead.

    0 讨论(0)
  • 2021-02-19 12:34

    As far as I know, Dropbox "Free" is only for private usage. They also have business plans. I would consider to upgrade your existing host for a few more dollars.

    0 讨论(0)
  • 2021-02-19 12:38

    I go through the same process with a website with a lot of traffic, but the public doesn't upload. In fact, there are so many posts per day, that the server stores many images.

    Now ... my advice in this case is not to use Dropbox, but another CDN or host that has greater availability for this process. DropBox is for storage. And not for big traffic ... Which with that, will certainly have slow loading and failures. So there is this daily limitation.

    There are other services like cloudinary, CDN and hosting specialized in images that can do the same job and without a headache.

    0 讨论(0)
  • 2021-02-19 12:42

    Dropbox has bandwidth limits. I use it quite often for running simple static websites for internal testing, but it there are limitations.

    Take a look at this: https://www.dropbox.com/help/45

    0 讨论(0)
提交回复
热议问题