android - SoundCloud API 有配额限制吗?

标签 android soundcloud

我有一个使用 SoundCloud API 的安卓应用。我的一些用户提示连接问题。有配额限制吗?

最佳答案

是的,有。

https://developers.soundcloud.com/docs/api/terms-of-use#quotas

但它并没有告诉我们确切的数字:

We reserve the right, at our discretion, to impose restrictions and limitations on the number and frequency of calls made by your app to the SoundCloud® API. You must not attempt to circumvent any restrictions or limitations that we impose.

正如 Arsalan 所说,这里有更多信息:

https://developers.soundcloud.com/docs/api/rate-limits#errors

Rate Limits

All rate limits on the SoundCloud API are currently calculated against a client application's client id.

Global Rate Limit

We currently do not enforce any limit on the total number of calls made by a client application in aggregate.

Rate Limit on Play Requests

Effective July 1, all requests that result in access to a playable stream are subject to a limit of 15,000 requests per any 24-hour time window. Currently, this is inclusive of all requests that are made to /tracks/:id/stream.

After a previous time window has expired, a new time window starts from the first request made.

The majority of SoundCloud API rate limits are in the form of 24-hour time windows.

关于android - SoundCloud API 有配额限制吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20781388/

相关文章:

iOS/Soundcloud API - 从 Soundcloud API 下载轨道,无需 stream_url 请求

ios - 在 Xcode 中通过 CocoaPods 安装 Soundcloud API 后获取编译错误和警告

JavaScript:用于流媒体的简单 SoundCloud API 示例无法在 Safari 中正常工作

javascript - Soundcloud API/解决方法404错误

android - 如何更改操作栏向上箭头的颜色?

android - 为什么我的相机打不开?

android - 使用 ksoap 的 Web 服务异步任务给出异常

java - 使用 fragment 显示用户安装的应用程序

java - 将第二个 Activity 的值(value)保存到第一个 Activity ,而不会丢失更新的数据

soundcloud - artifact_url 在轨道列表中为空,对单个轨道具有值(value)。漏洞?