Dailymotion api上传错误

I can upload video with dailymotion api with PHP but when Upload Suspended by dailymotion i can't receive error code from my upload request. My php page turn 500 internal server error. Api explorer give error result but my php script not give any result and turn 500 internal server error. How can i receive error code.

You say you receive a 500 internal server error. 500 is the error code, so I don't understand your request. If you want to know more about error codes at Dailymotion, here is the page to read: https://developer.dailymotion.com/api#error-codes

Basically, you are supposed to receive an error with different information in the message body: code, messsage, type, info, etc. Please read this error to understand the root of your issue.

Regarding upload limit, Dailymotion has a policy of 4 videos maximum per hour. If you want to read the up-to-date limits, refer to this section: https://developer.dailymotion.com/api#rate-limit

Some adding: regarding 500 error, it is probably sent by your server if you're not catching errors returned by Dailymotion API. I recommend you to read about it, maybe something like PHP Fatal error: Uncaught exception 'Exception'