Why do I keep getting “developer inactive” errors when calling the Beats Music API?

你。 提交于 2019-12-08 11:27:43

问题


I'm a registered developer, and the error is not repeatable. It will work for one call and then fail again on the exact same call. What's going on?


回答1:


@jsd Usually you receive the developer inactive error when you've been rate limited or your access token has expired.

Here is some documentation about the developer inactive error: https://developer.beatsmusic.com/docs/read/faq/Developer_Inactive

Also, if you have been rate limited you can send an email to beatsplatform@beatsmusic.com and they will raise your limit pretty quickly.




回答2:


This can also happen if you fail to include the "client_id" parameter in your request.




回答3:


This can also occur if you do not pass the access token correctly.

Some Beats endpoints require the access token to be passed in the Authorizationheader, while others require it to be passed via a querystring parameter.



来源:https://stackoverflow.com/questions/22363627/why-do-i-keep-getting-developer-inactive-errors-when-calling-the-beats-music-a

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!