简体   繁体   English

Dropbox API(JavaScript)是否有有限的带宽?

[英]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. 我想将播客的音频文件存储在我的Dropbox中,以便在较小的静态网站上展示它们。

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. 到目前为止,我尝试使用指向每个文件的公共链接,但是很快达到了这些文件的带宽限制,因为每次有人重新加载占用500 MB左右的页面。

I thought about using the Dropbox API for accessing the files, but are there the same limits for the API? 我曾考虑过使用Dropbox API来访问文件,但是API是否有相同的限制?

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

Dropbox links have bandwidth limits. Dropbox链接具有带宽限制。 You can find more information here: 您可以在这里找到更多信息:

https://www.dropbox.com/help/4204 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 . 例如,通过dropbox.com或通过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. 普通的CDN可能会更好地为您服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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