4

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?

jv42
  • 8,521
  • 5
  • 40
  • 64
  • What do you mean the account is not official? I am confused by your question, honestly. – Luke James Emery May 05 '15 at 15:47
  • Official is the status of the account. It's sometimes indicated on pages with a green notch on the side of the user's name. Official users have some privileges and they can have some differences on the upload limits. Here is a FAQ for Official users : http://official.dailymotion.com/fr/faqs_no_header – Vivien Goncalves Sep 04 '15 at 14:32

2 Answers2

3

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

dailymotion
  • 1,546
  • 1
  • 9
  • 11
  • Thank for your answer. I just tried this, and the response is : {"limits":{"video_duration":0,"video_size":0}} SO, there is no limit ? – Vivien Goncalves Sep 04 '15 at 14:08
0

yes its limited by 120minutes long, 12 videos max, 120minutes per day, the limits are for all accounts, normal and partners

jhjhj
  • 11