简体   繁体   中英

Is there a limited bandwidth for the Dropbox API (JavaScript)?

I want to store audio files of a podcast in my Dropbox for showcasing them on a smaller static Website.

So far I tried using public links to each file, but reach the bandwidth limit of these quite fast, because everytime somebody reloads the page that takes around 500 MB.

I thought about using the Dropbox API for accessing the files, but are there the same limits for the API?

也许不可以,您可以尝试与他们的支持团队联系。

Dropbox links have bandwidth limits. You can find more information here:

https://www.dropbox.com/help/4204

This does not apply to authenticated (non-link) access though. For example, downloading files via dropbox.com or via the API /2/files/download . That probably isn't a great solution though, as it requires an access token. You may be better served by a normal CDN.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM