最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Create an event issue on Vimeo using the Vimeo API - Stack Overflow

programmeradmin3浏览0评论

I am using OAuth client authorization to authenticate with the Vimeo API.

Step 1: Authorizing the Client
I am making a request to this endpoint:

Request Body:

{
  "grant_type": "client_credentials",
  "scope": "private create edit interact"
}

Step 2: Creating a Live Event
I am sending a request to this API:

Request Headers:

Authorization: Bearer {my_token}
Content-Type: application/json

Issue: I am getting this error response:

{
  "error": "Something strange occurred. Please try again.",
  "link": null,
  "developer_message": "The specified resource doesn't exist.",
  "error_code": 5000
}

How can I fix this issue and successfully create a live event on Vimeo?

发布评论

评论列表(0)

  1. 暂无评论