dongqiang2024 2015-05-05 15:42
浏览 54
已采纳

Dailymotion API上传速率限制

After an upload, the Dailymotion API return this error :

You reached your upload rate limit, please slow down.

That was the second upload of the journey, the first was for the same video. The video size is about 700 MB, and the duration is 2 hours. The account is not official. The first upload didn't sent that error, and another try some days after not any more.

So what limit has been reached?

  • 写回答

2条回答 默认 最新

  • douqufan9148 2015-05-18 15:24
    关注

    The current limit is of 4 video per hour and 2 hours per day, so you probably reached the duration limit. For most users, the duration limit per video is of 3600 seconds and 2Gb per video, but all those rules may vary on a case-by-case basis.

    You can check you limits per video using the api call: https://api.dailymotion.com/user/me?fields=limits&access_token=TOKEN where TOKEN is an access token of your user with the userinfo scope

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 c语言数据结构实验单链表的删除
  • ¥15 关于#lua#的问题,请各位专家解答!
  • ¥15 什么设备可以研究OFDM的60GHz毫米波信道模型
  • ¥15 不知道是该怎么引用多个函数片段
  • ¥30 关于用python写支付宝扫码付异步通知收不到的问题
  • ¥50 vue组件中无法正确接收并处理axios请求
  • ¥15 隐藏系统界面pdf的打印、下载按钮
  • ¥15 基于pso参数优化的LightGBM分类模型
  • ¥15 安装Paddleocr时报错无法解决
  • ¥15 python中transformers可以正常下载,但是没有办法使用pipeline