You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

roguitar88's avatar
roguitar88
Explorer | Level 4
11 months ago

Storing videos for a YT-like platform

Hi, there. I was searching for a solution to host videos for my YouTube-like platform and I found Dropbox. Not only host, but also something that serves them, so that they can be accessed by the viewers (in this particular case, I suppose that the maximum number of viewers will be 10,000). So I guess it will envolve some amount of data traffic. However, I will use the storage for basically two actions: upload the videos, then retrieve the videos (in this case from Brazil, that is where the viewers will be). Maybe I'll need some CDN service on the side, too. I don't know if Dropbox has a mirror server in Brazil... there must be some. I even picked the 3TB plan (Essentials, for the beginning), but in reality, the mininum I need is 10TB. However, beforehand I want to make sure this is the right place for me. For example, let's suppose I upload a video file (in this case a MP4 one). I even took that test, and I could copy the link... Something like "https://www.dropbox.com/scl/fi/code123/file.mp4?rlkey=key546&dl=0". But I need to embed the link in my video player, so I had to do this: "https://dl.dropboxusercontent.com/scl/fi/code123/file.mp4?rlkey=key546&dl=0".  Ok, so far so good. The matter is that those links can be publicly accessed. Is there any way of protecting their accesses via API? And speaking of APIs, does Dropbox offer any API for those actions: upload, get the video link for embed, delete the video, and create/delete folder?

  • I dont think Dropbox will work here roguitar88 - simply due to the bandwidth required. 

     

    Dropbox on all account has daily bandwidth limits which I suspect will be hit pretty easily given your target audience of 10,000 viewers. 

     

  • Mark's avatar
    Mark
    Icon for Super User II rankSuper User II

    I dont think Dropbox will work here roguitar88 - simply due to the bandwidth required. 

     

    Dropbox on all account has daily bandwidth limits which I suspect will be hit pretty easily given your target audience of 10,000 viewers. 

     

    • roguitar88's avatar
      roguitar88
      Explorer | Level 4

      It seems to me you're right. The issue here would be the bandwidth. I'd better look for another solution. Thanks.